Home
last modified time | relevance | path

Searched refs:BUG_GET_TAINT (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/
Dbug.c183 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug()
/linux-4.19.296/include/asm-generic/
Dbug.h14 #define BUG_GET_TAINT(bug) ((bug)->flags >> 8) macro