Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstatic_call.c72 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform()
137 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
H A Dalternative.c487 case CALL_INSN_OPCODE: in __apply_relocation()
549 if (a->replacementlen != 5 || insn_buff[0] != CALL_INSN_OPCODE) { in alt_replace_call()
710 case CALL_INSN_OPCODE: in emit_indirect()
769 case CALL_INSN_OPCODE: in __emit_trampoline()
958 case CALL_INSN_OPCODE: in apply_retpolines()
1581 __text_gen_insn(bytes + 2, CALL_INSN_OPCODE, in cfi_fineibt_bhi_preamble()
1703 if (op != CALL_INSN_OPCODE && op != JMP32_INSN_OPCODE) { in cfi_rewrite_callers()
2832 case CALL_INSN_OPCODE: in smp_text_poke_int3_handler()
3076 case CALL_INSN_OPCODE: in __smp_text_poke_batch_add()
/linux/arch/x86/include/asm/
H A Dtext-patching.h54 #define CALL_INSN_OPCODE 0xE8 macro