Home
last modified time | relevance | path

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

/linux/arch/x86/lib/
H A Dretpoline.S203 jmp srso_alias_return_thunk
217 SYM_CODE_START_NOALIGN(srso_alias_return_thunk)
222 SYM_CODE_END(srso_alias_return_thunk)
/linux/arch/x86/include/asm/
H A Dnospec-branch.h372 extern void srso_alias_return_thunk(void);
375 static inline void srso_alias_return_thunk(void) {} in srso_alias_return_thunk() function
386 extern void srso_alias_return_thunk(void);
/linux/arch/x86/kernel/cpu/
H A Dbugs.c3016 set_return_thunk(srso_alias_return_thunk); in srso_apply_mitigation()