Home
last modified time | relevance | path

Searched refs:srso_alias_return_thunk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/lib/
H A Dretpoline.S157 jmp srso_alias_return_thunk
171 SYM_CODE_START_NOALIGN(srso_alias_return_thunk)
176 SYM_CODE_END(srso_alias_return_thunk)
/openbmc/linux/arch/x86/include/asm/
H A Dnospec-branch.h380 extern void srso_alias_return_thunk(void);
383 static inline void srso_alias_return_thunk(void) {} in srso_alias_return_thunk() function
388 extern void srso_alias_return_thunk(void);
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2593 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation()