Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dthread_info.h87 #define TIF_SPEC_L1D_FLUSH 10 /* Flush L1D on mm switches (processes) */ macro
110 #define _TIF_SPEC_L1D_FLUSH (1 << TIF_SPEC_L1D_FLUSH)
/linux-6.1.9/arch/x86/mm/
Dtlb.c357 clear_ti_thread_flag(&next->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_evaluate()
372 BUILD_BUG_ON(TIF_SPEC_L1D_FLUSH != TIF_SPEC_IB + 1); in mm_mangle_tif_spec_bits()
/linux-6.1.9/arch/x86/kernel/cpu/
Dbugs.c1850 set_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
1853 clear_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
1994 if (test_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH)) in l1d_flush_prctl_get()