Lines Matching refs:vm_area_struct

176 extern int ptep_set_access_flags(struct vm_area_struct *vma,
183 extern int pmdp_set_access_flags(struct vm_area_struct *vma,
186 extern int pudp_set_access_flags(struct vm_area_struct *vma,
190 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags()
197 static inline int pudp_set_access_flags(struct vm_area_struct *vma, in pudp_set_access_flags()
208 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young()
224 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
237 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
248 int ptep_clear_flush_young(struct vm_area_struct *vma,
254 extern int pmdp_clear_flush_young(struct vm_area_struct *vma,
261 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
436 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
473 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb()
496 extern pte_t ptep_clear_flush(struct vm_area_struct *vma,
502 extern pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma,
505 extern pud_t pudp_huge_clear_flush(struct vm_area_struct *vma,
571 extern pmd_t pmdp_collapse_flush(struct vm_area_struct *vma,
574 static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, in pmdp_collapse_flush()
600 static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, in generic_pmdp_establish()
610 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
630 extern pmd_t pmdp_invalidate_ad(struct vm_area_struct *vma,
753 struct vm_area_struct *vma, in arch_do_swap_page()
771 struct vm_area_struct *vma, in arch_unmap_one()
920 static inline pte_t __ptep_modify_prot_start(struct vm_area_struct *vma, in __ptep_modify_prot_start()
932 static inline void __ptep_modify_prot_commit(struct vm_area_struct *vma, in __ptep_modify_prot_commit()
958 static inline pte_t ptep_modify_prot_start(struct vm_area_struct *vma, in ptep_modify_prot_start()
969 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit()
1157 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1168 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1177 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy()
1187 static inline void untrack_pfn(struct vm_area_struct *vma, in untrack_pfn()
1196 static inline void untrack_pfn_moved(struct vm_area_struct *vma) in untrack_pfn_moved()
1200 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
1203 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1205 extern int track_pfn_copy(struct vm_area_struct *vma);
1206 extern void untrack_pfn(struct vm_area_struct *vma, unsigned long pfn,
1208 extern void untrack_pfn_moved(struct vm_area_struct *vma);