Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/lib/
Dretpoline.S318 SYM_CODE_START(__x86_return_thunk)
324 SYM_CODE_END(__x86_return_thunk)
325 EXPORT_SYMBOL(__x86_return_thunk)
/linux-6.6.21/arch/x86/include/asm/
Dnospec-branch.h357 extern void __x86_return_thunk(void);
359 static inline void __x86_return_thunk(void) {} in __x86_return_thunk() function
Dlinkage.h44 #define RET jmp __x86_return_thunk
/linux-6.6.21/arch/x86/kernel/
Dstatic_call.c208 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
Dalternative.c765 WARN_ONCE(dest != &__x86_return_thunk, in apply_returns()
/linux-6.6.21/Documentation/admin-guide/hw-vuln/
Dsrso.rst147 retpoline sequence. To accomplish this, the __x86_return_thunk forces
/linux-6.6.21/arch/x86/kernel/cpu/
Dbugs.c66 void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk;