Searched refs:is_lazy (Results 1 – 2 of 2) sorted by relevance
139 WARN_ON(!this_cpu_read(cpu_tlbstate.is_lazy)); in leave_mm()230 this_cpu_write(cpu_tlbstate.is_lazy, false); in switch_mm_irqs_off()381 this_cpu_write(cpu_tlbstate.is_lazy, true); in enter_lazy_tlb()465 if (this_cpu_read(cpu_tlbstate.is_lazy)) { in flush_tlb_func_common()
208 bool is_lazy; member