Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dtlb.c477 while (READ_ONCE(per_cpu(cpu_tlbstate.loaded_mm, cpu)) == LOADED_MM_SWITCHING) in finish_asid_transition()
913 this_cpu_write(cpu_tlbstate.loaded_mm, LOADED_MM_SWITCHING); in switch_mm_irqs_off()
1300 if (loaded_mm == LOADED_MM_SWITCHING) in should_flush_tlb()
1761 * sets loaded_mm to LOADED_MM_SWITCHING before writing to CR3. in nmi_uaccess_okay()
/linux/arch/x86/include/asm/
H A Dtlbflush.h81 * LOADED_MM_SWITCHING during the brief interrupts-off window
87 #define LOADED_MM_SWITCHING ((struct mm_struct *)1UL) macro