Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dbug.h24 #define WARN_CONDITION_STR(cond_str) cond_str macro
26 #define WARN_CONDITION_STR(cond_str) "" macro
45 [frmt] "i" (WARN_CONDITION_STR(cond_str)), \
/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/include/asm-generic/
H A Dbug.h21 #ifndef WARN_CONDITION_STR
23 # define WARN_CONDITION_STR(cond_str) "[" cond_str "] " macro
25 # define WARN_CONDITION_STR(cond_str) macro
/linux/arch/parisc/include/asm/
H A Dbug.h62 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
/linux/arch/loongarch/include/asm/
H A Dbug.h29 _BUGVERBOSE_LOCATION(WARN_CONDITION_STR(cond_str) __FILE__, __LINE__) \
/linux/arch/sh/include/asm/
H A Dbug.h62 "i" (WARN_CONDITION_STR(cond_str) __FILE__), \
/linux/arch/riscv/include/asm/
H A Dbug.h68 : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
/linux/arch/powerpc/include/asm/
H A Dbug.h58 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \