Searched refs:x86_return_thunk (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kernel/ |
| 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()
|
| A D | ftrace.c | 358 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
| A D | alternative.c | 791 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
|
| /linux/arch/x86/kernel/cpu/ |
| A D | bugs.c | 68 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk; variable 1107 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation() 1143 x86_return_thunk = call_depth_return_thunk; in retbleed_select_mitigation() 2628 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation() 2631 x86_return_thunk = srso_return_thunk; in srso_select_mitigation()
|
| /linux/arch/x86/include/asm/ |
| A D | nospec-branch.h | 397 extern void (*x86_return_thunk)(void);
|
| /linux/arch/x86/net/ |
| A D | bpf_jit_comp.c | 663 emit_jump(&prog, x86_return_thunk, ip); in emit_return()
|
Completed in 31 milliseconds