Lines Matching defs:start
51 * start and finish a mmu_gather
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
301 unsigned long start;
359 tlb->start = min(tlb->start, address);
366 tlb->start = tlb->end = ~0;
368 tlb->start = TASK_SIZE;
422 flush_tlb_range(&vma, tlb->start, tlb->end);
563 * tlb_flush_{pte|pmd|pud|p4d}_range() adjust the tlb->start and tlb->end,