Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
/Linux-v6.1/tools/objtool/
Dcheck.c1304 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
2159 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3443 case INSN_CALL_DYNAMIC: in validate_branch()
3639 case INSN_CALL_DYNAMIC: in validate_entry()
3744 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4000 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c667 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()