Home
last modified time | relevance | path

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

/linux-6.6.21/tools/objtool/include/objtool/
Darch.h29 INSN_TRAP, enumerator
/linux-6.6.21/tools/objtool/arch/x86/
Ddecode.c593 insn->type = INSN_TRAP; in arch_decode_instruction()
/linux-6.6.21/tools/objtool/
Dcheck.c3999 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()
4470 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4477 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()