Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h29 INSN_TRAP, enumerator
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c565 *type = INSN_TRAP; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/
Dcheck.c3806 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()
4175 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4183 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()