Home
last modified time | relevance | path

Searched refs:TLBSTATE_OK (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dmmu_context.h28 if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in enter_lazy_tlb()
40 percpu_write(cpu_tlbstate.state, TLBSTATE_OK); in switch_mm()
59 percpu_write(cpu_tlbstate.state, TLBSTATE_OK); in switch_mm()
Dtlbflush.h148 #define TLBSTATE_OK 1 macro
/linux-3.4.99/arch/x86/mm/
Dtlb.c64 if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in leave_mm()
156 if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK) { in smp_invalidate_interrupt()
/linux-3.4.99/arch/x86/xen/
Dmmu.c1081 if (active_mm == mm && this_cpu_read(cpu_tlbstate.state) != TLBSTATE_OK) in drop_other_mm_ref()