Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/include/objtool/
A Darch.h29 INSN_TRAP, enumerator
/linux-6.3-rc2/tools/objtool/arch/x86/
A Ddecode.c593 insn->type = INSN_TRAP; in arch_decode_instruction()
/linux-6.3-rc2/tools/objtool/
A Dcheck.c4054 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()
4508 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()
4516 if (!next_insn || next_insn->type != INSN_TRAP) { in validate_sls()

Completed in 9 milliseconds