Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/lib/
H A Dretpoline.S371 SYM_CODE_START(__x86_return_thunk)
377 SYM_CODE_END(__x86_return_thunk)
378 EXPORT_SYMBOL(__x86_return_thunk)
/openbmc/linux/arch/x86/include/asm/
H A Dnospec-branch.h374 extern void __x86_return_thunk(void);
376 static inline void __x86_return_thunk(void) {} in __x86_return_thunk() function
H A Dlinkage.h44 #define RET jmp __x86_return_thunk
/openbmc/linux/arch/x86/kernel/
H A Dstatic_call.c216 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
H A Dalternative.c765 WARN_ONCE(dest != &__x86_return_thunk, in apply_returns()
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst147 retpoline sequence. To accomplish this, the __x86_return_thunk forces
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c68 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk;