Home
last modified time | relevance | path

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

/linux/arch/x86/lib/
H A Dretpoline.S437 SYM_CODE_START(__x86_return_thunk)
450 SYM_CODE_END(__x86_return_thunk)
451 SYM_PIC_ALIAS(__x86_return_thunk)
452 EXPORT_SYMBOL(__x86_return_thunk)
/linux/arch/x86/include/asm/
H A Dnospec-branch.h357 extern void __x86_return_thunk(void);
359 static inline void __x86_return_thunk(void) {} in __x86_return_thunk() function
H A Dlinkage.h44 #define RET jmp __x86_return_thunk
/linux/arch/x86/kernel/
H A Dstatic_call.c225 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
H A Dalternative.c1095 WARN_ONCE(dest != &__x86_return_thunk, in apply_returns()