Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
/linux-6.1.9/tools/objtool/
Dcheck.c1314 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
2169 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3453 case INSN_CALL_DYNAMIC: in validate_branch()
3649 case INSN_CALL_DYNAMIC: in validate_entry()
3754 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4010 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c667 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()