Searched refs:BUG_ENTRY (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | bug.h | 52 #define BUG_ENTRY(insn, flags, ...) \ macro 68 BUG_ENTRY("twi 31, 0, 0", 0); \ 77 BUG_ENTRY(PPC_TLNEI " %4, 0", 0, "r" ((__force long)(x))); \ 81 #define __WARN_FLAGS(flags) BUG_ENTRY("twi 31, 0, 0", BUGFLAG_WARNING | (flags)) 89 BUG_ENTRY(PPC_TLNEI " %4, 0", \
|