Home
last modified time | relevance | path

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

/linux/arch/x86/lib/
H A Dretpoline.S330 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc
362 SYM_INNER_LABEL(retbleed_return_thunk, SYM_L_GLOBAL)
365 SYM_CODE_END(retbleed_return_thunk)
376 jmp retbleed_return_thunk
/linux/arch/x86/include/asm/
H A Dnospec-branch.h417 extern void retbleed_return_thunk(void);
419 static inline void retbleed_return_thunk(void) {} in retbleed_return_thunk() function
438 extern void retbleed_return_thunk(void);
/linux/arch/x86/kernel/cpu/
H A Dbugs.c1345 set_return_thunk(retbleed_return_thunk); in retbleed_apply_mitigation()