Lines Matching refs:start
61 unsigned long start, end; member
95 ia64_tlb_flush_mmu_tlbonly(struct mmu_gather *tlb, unsigned long start, unsigned long end) in ia64_tlb_flush_mmu_tlbonly() argument
106 } else if (unlikely (end - start >= 1024*1024*1024*1024UL in ia64_tlb_flush_mmu_tlbonly()
107 || REGION_NUMBER(start) != REGION_NUMBER(end - 1))) in ia64_tlb_flush_mmu_tlbonly()
124 flush_tlb_range(&vma, start, end); in ia64_tlb_flush_mmu_tlbonly()
126 flush_tlb_range(&vma, ia64_thash(start), ia64_thash(end)); in ia64_tlb_flush_mmu_tlbonly()
151 ia64_tlb_flush_mmu (struct mmu_gather *tlb, unsigned long start, unsigned long end) in ia64_tlb_flush_mmu() argument
155 ia64_tlb_flush_mmu_tlbonly(tlb, start, end); in ia64_tlb_flush_mmu()
171 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() argument
177 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
178 tlb->start = start; in tlb_gather_mmu()
188 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() argument
194 ia64_tlb_flush_mmu(tlb, start, end); in tlb_finish_mmu()