Searched refs:CALL_INSN_OPCODE (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kernel/ |
D | static_call.c | 31 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform() 68 if (opcode == CALL_INSN_OPCODE || in __static_call_validate()
|
D | ftrace.c | 74 return text_gen_insn(CALL_INSN_OPCODE, (void *)ip, (void *)addr); in ftrace_call_replace() 417 text_gen_insn(CALL_INSN_OPCODE, in create_trampoline() 523 if (WARN_ON_ONCE(call.opcode != CALL_INSN_OPCODE)) { in addr_from_call()
|
D | alternative.c | 520 case CALL_INSN_OPCODE: in emit_indirect() 651 case CALL_INSN_OPCODE: in apply_retpolines() 1433 case CALL_INSN_OPCODE: in poke_int3_handler() 1626 case CALL_INSN_OPCODE: in text_poke_loc_init()
|
D | paravirt.c | 65 __text_gen_insn(insn_buff, CALL_INSN_OPCODE, in paravirt_patch_call()
|
/arch/x86/include/asm/ |
D | text-patching.h | 60 #define CALL_INSN_OPCODE 0xE8 macro
|
/arch/x86/kernel/kprobes/ |
D | core.c | 132 __synthesize_relative_insn(dest, from, to, CALL_INSN_OPCODE); in synthesize_relcall()
|