Home
last modified time | relevance | path

Searched refs:WARN_CONDITION_STR (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dbug.h81 #define WARN_CONDITION_STR(cond_str) cond_str macro
83 #define WARN_CONDITION_STR(cond_str) "" macro
92 : : [fmt] "i" (WARN_CONDITION_STR(cond_str)), \
/linux/arch/parisc/include/asm/
H A Dbug.h62 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
/linux/arch/s390/include/asm/
H A Dbug.h30 _BUGVERBOSE_LOCATION(WARN_CONDITION_STR(cond_str) __FILE__, __LINE__) \