Home
last modified time | relevance | path

Searched refs:its_return_thunk (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/x86/lib/
H A Dretpoline.S407 SYM_CODE_START(its_return_thunk)
413 SYM_CODE_END(its_return_thunk)
414 EXPORT_SYMBOL(its_return_thunk)
/linux-6.15/arch/x86/include/asm/
H A Dnospec-branch.h371 extern void its_return_thunk(void);
373 static inline void its_return_thunk(void) {} in its_return_thunk() function
/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_ret_alignment.py69 its_return_thunk = prog.symbol('its_return_thunk').address variable
/linux-6.15/arch/x86/kernel/
H A Dvmlinux.lds.S515 . = ASSERT(its_return_thunk & 0x20, "its_return_thunk not in second half of cacheline");
H A Dalternative.c1014 if (x86_return_thunk != its_return_thunk) in cpu_wants_rethunk_at()
/linux-6.15/arch/x86/kernel/cpu/
H A Dbugs.c1322 set_return_thunk(its_return_thunk); in its_select_mitigation()