Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dthread_info.h94 #define TIF_SPEC_L1D_FLUSH 10 /* Flush L1D on mm switches (processes) */ macro
118 #define _TIF_SPEC_L1D_FLUSH (1 << TIF_SPEC_L1D_FLUSH)
/linux-6.15/arch/x86/mm/
H A Dtlb.c639 clear_ti_thread_flag(&next->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_evaluate()
654 BUILD_BUG_ON(TIF_SPEC_L1D_FLUSH != TIF_SPEC_IB + 1); in mm_mangle_tif_spec_bits()
/linux-6.15/arch/x86/kernel/cpu/
H A Dbugs.c2298 set_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
2301 clear_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
2442 if (test_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH)) in l1d_flush_prctl_get()