Lines Matching refs:vma
347 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags() argument
350 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_end_vma() argument
370 struct vm_area_struct vma = { in tlb_flush() local
376 flush_tlb_range(&vma, tlb->start, tlb->end); in tlb_flush()
381 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_update_vma_flags() argument
394 tlb->vma_huge = !!(vma->vm_flags & VM_HUGETLB); in tlb_update_vma_flags()
395 tlb->vma_exec = !!(vma->vm_flags & VM_EXEC); in tlb_update_vma_flags()
401 tlb_update_vma_flags(struct mmu_gather *tlb, struct vm_area_struct *vma) { } in tlb_update_vma_flags() argument
476 static inline void tlb_start_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_start_vma() argument
481 tlb_update_vma_flags(tlb, vma); in tlb_start_vma()
482 flush_cache_range(vma, vma->vm_start, vma->vm_end); in tlb_start_vma()
487 static inline void tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_end_vma() argument