Lines Matching refs:end
24 unsigned long start, end; member
30 tlb->end = 0; in init_tlb_gather()
34 tlb->end = TASK_SIZE; in init_tlb_gather()
39 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() argument
43 tlb->end = end; in tlb_gather_mmu()
44 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
50 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() argument
64 if (tlb->end < address + PAGE_SIZE) in tlb_remove_tlb_entry()
65 tlb->end = address + PAGE_SIZE; in tlb_remove_tlb_entry()
83 if (!tlb->fullmm && tlb->end) { in tlb_end_vma()
84 flush_tlb_range(vma, tlb->start, tlb->end); in tlb_end_vma()