Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dstatic_call.c44 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform()
Dftrace.c371 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
Dalternative.c696 if (x86_return_thunk == __x86_return_thunk) in patch_return()
700 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
/arch/x86/include/asm/
Dnospec-branch.h210 extern void (*x86_return_thunk)(void);
/arch/x86/kernel/cpu/
Dbugs.c64 void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk; variable
987 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation()
2367 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation()
2370 x86_return_thunk = srso_return_thunk; in srso_select_mitigation()
/arch/x86/net/
Dbpf_jit_comp.c408 emit_jump(&prog, x86_return_thunk, ip); in emit_return()