Home
last modified time | relevance | path

Searched refs:__x86_return_thunk (Results 1 – 7 of 7) 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()
/linux/Documentation/admin-guide/hw-vuln/
H A Dsrso.rst160 retpoline sequence. To accomplish this, the __x86_return_thunk forces
/linux/arch/x86/kernel/cpu/
H A Dbugs.c77 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk;