Searched refs:TLBSTATE_OK (Results 1 – 4 of 4) sorted by relevance
90 if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in enter_lazy_tlb()102 this_cpu_write(cpu_tlbstate.state, TLBSTATE_OK); in switch_mm()162 this_cpu_write(cpu_tlbstate.state, TLBSTATE_OK); in switch_mm()
253 #define TLBSTATE_OK 1 macro
44 if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in leave_mm()113 if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK) { in flush_tlb_func()
1010 if (active_mm == mm && this_cpu_read(cpu_tlbstate.state) != TLBSTATE_OK) in drop_other_mm_ref()