Searched refs:sync_tlb_range_to (Results 1 – 4 of 4) sorted by relevance
168 if (mm->context.sync_tlb_range_to == 0) in um_tlb_sync()182 next = pgd_addr_end(addr, mm->context.sync_tlb_range_to); in um_tlb_sync()192 ((addr < mm->context.sync_tlb_range_to) && !ret)); in um_tlb_sync()198 mm->context.sync_tlb_range_to = 0; in um_tlb_sync()
319 if (!is_user && init_mm.context.sync_tlb_range_to) { in segv()
228 if (!mm->context.sync_tlb_range_to) { in um_tlb_mark_sync()230 mm->context.sync_tlb_range_to = end; in um_tlb_mark_sync()234 if (end > mm->context.sync_tlb_range_to) in um_tlb_mark_sync()235 mm->context.sync_tlb_range_to = end; in um_tlb_mark_sync()
19 unsigned long sync_tlb_range_to; member
Completed in 6 milliseconds