Home
last modified time | relevance | path

Searched refs:__x86_return_thunk (Results 1 – 8 of 8) sorted by relevance

/arch/x86/lib/
Dretpoline.S258 SYM_CODE_START(__x86_return_thunk)
264 SYM_CODE_END(__x86_return_thunk)
265 EXPORT_SYMBOL(__x86_return_thunk)
/arch/x86/kernel/
Dstatic_call.c55 code = text_gen_insn(JMP32_INSN_OPCODE, insn, &__x86_return_thunk); in __static_call_transform()
157 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
Dftrace.c373 memcpy(ip, text_gen_insn(JMP32_INSN_OPCODE, ip, &__x86_return_thunk), JMP32_INSN_SIZE); in create_trampoline()
Dalternative.c570 WARN_ONCE(dest != &__x86_return_thunk, in apply_returns()
/arch/x86/include/asm/
Dlinkage.h22 #define RET jmp __x86_return_thunk
Dnospec-branch.h194 extern void __x86_return_thunk(void);
196 static inline void __x86_return_thunk(void) {} in __x86_return_thunk() function
/arch/x86/kernel/cpu/
Dbugs.c65 void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk;
/arch/x86/net/
Dbpf_jit_comp.c414 emit_jump(&prog, &__x86_return_thunk, ip); in emit_return()