Searched refs:x86_return_thunk (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/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 | 367 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
H A D | alternative.c | 731 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | nospec-branch.h | 410 extern void (*x86_return_thunk)(void); 417 x86_return_thunk = &__x86_return_skl; in x86_set_skl_return_thunk()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | bugs.c | 68 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk; variable 1105 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation() 2609 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation() 2612 x86_return_thunk = srso_return_thunk; in srso_select_mitigation()
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 496 emit_jump(&prog, x86_return_thunk, ip); in emit_return()
|