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

/linux-master/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)));
/linux-master/arch/arm64/include/asm/
H A Dasm-bug.h37 #define ASM_BUG_FLAGS(flags) \ macro
41 #define ASM_BUG() ASM_BUG_FLAGS(0)
H A Dbug.h15 asm volatile (__stringify(ASM_BUG_FLAGS(flags)));

Completed in 376 milliseconds