Searched refs:TLBSTATE_OK (Results 1 – 4 of 4) sorted by relevance
28 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()
148 #define TLBSTATE_OK 1 macro
64 if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in leave_mm()156 if (percpu_read(cpu_tlbstate.state) == TLBSTATE_OK) { in smp_invalidate_interrupt()
1081 if (active_mm == mm && this_cpu_read(cpu_tlbstate.state) != TLBSTATE_OK) in drop_other_mm_ref()