Lines Matching refs:end
56 * - tlb_start_vma() / tlb_end_vma(); marks the start / end of a VMA
99 * - We can ignore tlb_{start,end}_vma(); because we don't
116 * - mmu_gather::start / mmu_gather::end
302 unsigned long end;
360 tlb->end = max(tlb->end, address + range_size);
366 tlb->start = tlb->end = ~0;
369 tlb->end = 0;
399 if (tlb->end)
415 } else if (tlb->end) {
422 flush_tlb_range(&vma, tlb->start, tlb->end);
563 * tlb_flush_{pte|pmd|pud|p4d}_range() adjust the tlb->start and tlb->end,