Home
last modified time | relevance | path

Searched refs:INSN_TRAP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h29 INSN_TRAP, enumerator
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c593 insn->type = INSN_TRAP; in arch_decode_instruction()
/openbmc/linux/tools/objtool/
H A Dcheck.c4014 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()
4485 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4492 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
/openbmc/qemu/disas/
H A Dmips.c515 #define INSN_TRAP 0x04000000 macro
1116 #define TRAP INSN_TRAP
1231 #define DSP_VOLA INSN_TRAP