Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dbug.h36 #define ASM_BUG_FLAGS(cond_str, flags) \ macro
40 #define ASM_BUG() ASM_BUG_FLAGS("", 0)
43 asm_inline volatile(__stringify(ASM_BUG_FLAGS(cond_str, flags)));
/linux/arch/arm64/include/asm/
H A Dasm-bug.h43 #define ASM_BUG_FLAGS(flags) \ macro
47 #define ASM_BUG() ASM_BUG_FLAGS(0)