Home
last modified time | relevance | path

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

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