Searched refs:TLBSTATE_OK (Results 1 – 4 of 4) sorted by relevance
102 if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK) in enter_lazy_tlb()114 this_cpu_write(cpu_tlbstate.state, TLBSTATE_OK); in switch_mm()176 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()111 if (this_cpu_read(cpu_tlbstate.state) == TLBSTATE_OK) { in flush_tlb_func()
1011 if (active_mm == mm && this_cpu_read(cpu_tlbstate.state) != TLBSTATE_OK) in drop_other_mm_ref()