Lines Matching defs:vma
182 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags()
189 static inline int pudp_set_access_flags(struct vm_area_struct *vma, in pudp_set_access_flags()
200 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young()
216 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
229 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
253 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
374 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
413 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb()
538 static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, in pmdp_collapse_flush()
564 static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, in generic_pmdp_establish()
717 struct vm_area_struct *vma, in arch_do_swap_page()
735 struct vm_area_struct *vma, in arch_unmap_one()
784 #define flush_tlb_fix_spurious_fault(vma, address) flush_tlb_page(vma, address) argument
884 static inline pte_t __ptep_modify_prot_start(struct vm_area_struct *vma, in __ptep_modify_prot_start()
896 static inline void __ptep_modify_prot_commit(struct vm_area_struct *vma, in __ptep_modify_prot_commit()
922 static inline pte_t ptep_modify_prot_start(struct vm_area_struct *vma, in ptep_modify_prot_start()
933 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit()
1121 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1132 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1141 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy()
1151 static inline void untrack_pfn(struct vm_area_struct *vma, in untrack_pfn()
1159 static inline void untrack_pfn_moved(struct vm_area_struct *vma) in untrack_pfn_moved()
1491 #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
1492 #define flush_pud_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
1494 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG() argument
1495 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG() argument