Searched refs:TRAPA_BUG_OPCODE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dbug.h7 #define TRAPA_BUG_OPCODE 0xc33e /* trapa #0x3e */ macro
48 : "n" (TRAPA_BUG_OPCODE), \
61 : "n" (TRAPA_BUG_OPCODE), \
86 : "n" (TRAPA_BUG_OPCODE), \
/linux-master/arch/sh/kernel/
H A Dtraps.c112 die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff);
123 if (opcode == TRAPA_BUG_OPCODE)
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff,
164 if (insn == TRAPA_BUG_OPCODE)

Completed in 115 milliseconds