Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h29 INSN_TRAP, enumerator
H A Dcheck.c3018 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3066 next_insn && next_insn->type != INSN_TRAP) { in validate_branch()
3385 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP) in ignore_unreachable_insn()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c461 *type = INSN_TRAP; in arch_decode_instruction()