Searched refs:x86_return_thunk (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | static_call.c | 85 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform() 94 func = x86_return_thunk; in __static_call_transform()
|
| H A D | ftrace.c | 358 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
| H A D | alternative.c | 1014 if (x86_return_thunk != its_return_thunk) in cpu_wants_rethunk_at() 1038 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | nospec-branch.h | 387 extern void (*x86_return_thunk)(void);
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 68 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk; variable 72 if (x86_return_thunk != __x86_return_thunk) in set_return_thunk() 75 x86_return_thunk = thunk; in set_return_thunk()
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 692 emit_jump(&prog, x86_return_thunk, ip); in emit_return()
|