Home
last modified time | relevance | path

Searched refs:x86_return_thunk (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c85 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 Dftrace.c367 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
H A Dalternative.c731 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
/openbmc/linux/arch/x86/include/asm/
H A Dnospec-branch.h401 extern void (*x86_return_thunk)(void);
408 x86_return_thunk = &__x86_return_skl; in x86_set_skl_return_thunk()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c68 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk; variable
1105 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation()
2593 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation()
2596 x86_return_thunk = srso_return_thunk; in srso_select_mitigation()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c446 emit_jump(&prog, x86_return_thunk, ip); in emit_return()