Home
last modified time | relevance | path

Searched refs:retbleed_return_thunk (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/lib/
H A Dretpoline.S264 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc
296 SYM_INNER_LABEL(retbleed_return_thunk, SYM_L_GLOBAL)
299 SYM_CODE_END(retbleed_return_thunk)
310 jmp retbleed_return_thunk
/openbmc/linux/arch/x86/include/asm/
H A Dnospec-branch.h380 extern void retbleed_return_thunk(void);
382 static inline void retbleed_return_thunk(void) {} in retbleed_return_thunk() function
395 extern void retbleed_return_thunk(void);
/openbmc/linux/arch/x86/kernel/
H A Dvmlinux.lds.S524 . = ASSERT((retbleed_return_thunk & 0x3f) == 0, "retbleed_return_thunk not cacheline-aligned");
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1105 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation()