Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dnospec-branch.h371 extern void srso_return_thunk(void);
374 static inline void srso_return_thunk(void) {} in srso_return_thunk() function
385 extern void srso_return_thunk(void);
/linux/arch/x86/lib/
H A Dretpoline.S259 SYM_CODE_START(srso_return_thunk)
264 SYM_CODE_END(srso_return_thunk)
/linux/arch/x86/kernel/cpu/
H A Dbugs.c3019 set_return_thunk(srso_return_thunk); in srso_apply_mitigation()