Home
last modified time | relevance | path

Searched refs:LOADED_MM_SWITCHING (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/mm/
H A Dtlb.c471 while (READ_ONCE(per_cpu(cpu_tlbstate.loaded_mm, cpu)) == LOADED_MM_SWITCHING) in finish_asid_transition()
906 this_cpu_write(cpu_tlbstate.loaded_mm, LOADED_MM_SWITCHING); in switch_mm_irqs_off()
1230 if (loaded_mm == LOADED_MM_SWITCHING) in should_flush_tlb()
/linux-6.15/arch/x86/include/asm/
H A Dtlbflush.h87 #define LOADED_MM_SWITCHING ((struct mm_struct *)1UL) macro