Lines Matching refs:end
21 unsigned long end; member
30 if (tlb->end < address + PAGE_SIZE) in __tlb_remove_tlb_entry()
31 tlb->end = address + PAGE_SIZE; in __tlb_remove_tlb_entry()
39 tlb->end = 0; in init_tlb_gather()
43 tlb->end = TASK_SIZE; in init_tlb_gather()
48 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned long start, unsigned long end) in tlb_gather_mmu() argument
52 tlb->end = end; in tlb_gather_mmu()
53 tlb->fullmm = !(start | (end+1)); in tlb_gather_mmu()
59 unsigned long end);
64 flush_tlb_mm_range(tlb->mm, tlb->start, tlb->end); in tlb_flush_mmu_tlbonly()
88 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu() argument