Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h20 INSN_CALL_DYNAMIC, enumerator
H A Dcheck.c1102 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
1910 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3025 case INSN_CALL_DYNAMIC: in validate_branch()
3228 case INSN_CALL_DYNAMIC: in validate_entry()
3333 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c527 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()