Lines Matching refs:end
54 * - tlb_start_vma() / tlb_end_vma(); marks the start / end of a VMA
97 * - We can ignore tlb_{start,end}_vma(); because we don't
114 * - mmu_gather::start / mmu_gather::end
262 unsigned long end;
314 tlb->end = max(tlb->end, address + range_size);
320 tlb->start = tlb->end = ~0;
323 tlb->end = 0;
353 if (tlb->end)
380 } else if (tlb->end) {
387 flush_tlb_range(&vma, tlb->start, tlb->end);
429 mmu_notifier_invalidate_range(tlb->mm, tlb->start, tlb->end);
519 * tlb_flush_{pte|pmd|pud|p4d}_range() adjust the tlb->start and tlb->end,