Lines Matching defs:start
49 * - tlb_gather_mmu() / tlb_finish_mmu(); start and finish a mmu_gather
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
261 unsigned long start;
313 tlb->start = min(tlb->start, address);
320 tlb->start = tlb->end = ~0;
322 tlb->start = TASK_SIZE;
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,