Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h30 INSN_TRAP, enumerator
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c622 insn->type = INSN_TRAP; in arch_decode_instruction()
/linux-6.15/tools/objtool/
H A Dcheck.c4024 if (insn->type == INSN_NOP || insn->type == INSN_TRAP || (func && func->ignore)) in ignore_unreachable_insn()
4512 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4519 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()