Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h30 INSN_TRAP, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c352 insn->type = INSN_TRAP; in arch_decode_instruction()
/linux/tools/objtool/arch/x86/
H A Ddecode.c668 insn->type = INSN_TRAP; in arch_decode_instruction()
/linux/tools/objtool/
H A Dcheck.c4343 if (insn->type == INSN_NOP || insn->type == INSN_TRAP || in ignore_unreachable_insn()
4849 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4856 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()