Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h34 #define ASM_BUG_FLAGS(flags) \ macro
38 #define ASM_BUG() ASM_BUG_FLAGS(0)
41 asm_inline volatile (__stringify(ASM_BUG_FLAGS(flags)));
/openbmc/linux/arch/arm64/include/asm/
H A Dasm-bug.h38 #define ASM_BUG_FLAGS(flags) \ macro
42 #define ASM_BUG() ASM_BUG_FLAGS(0)
H A Dbug.h15 asm volatile (__stringify(ASM_BUG_FLAGS(flags)));