Lines Matching refs:vm_area_struct

250 extern int ptep_set_access_flags(struct vm_area_struct *vma,
257 extern int pmdp_set_access_flags(struct vm_area_struct *vma,
260 extern int pudp_set_access_flags(struct vm_area_struct *vma,
264 static inline int pmdp_set_access_flags(struct vm_area_struct *vma, in pmdp_set_access_flags()
271 static inline int pudp_set_access_flags(struct vm_area_struct *vma, in pudp_set_access_flags()
296 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young()
312 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
325 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
336 int ptep_clear_flush_young(struct vm_area_struct *vma,
342 extern int pmdp_clear_flush_young(struct vm_area_struct *vma,
349 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
383 static inline void arch_check_zapped_pte(struct vm_area_struct *vma, in arch_check_zapped_pte()
390 static inline void arch_check_zapped_pmd(struct vm_area_struct *vma, in arch_check_zapped_pmd()
528 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
537 static inline pud_t pudp_huge_get_and_clear_full(struct vm_area_struct *vma, in pudp_huge_get_and_clear_full()
565 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb()
588 extern pte_t ptep_clear_flush(struct vm_area_struct *vma,
594 extern pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma,
597 extern pud_t pudp_huge_clear_flush(struct vm_area_struct *vma,
603 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite()
610 static inline pmd_t pmd_mkwrite(pmd_t pmd, struct vm_area_struct *vma) in pmd_mkwrite()
679 extern pmd_t pmdp_collapse_flush(struct vm_area_struct *vma,
682 static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, in pmdp_collapse_flush()
712 static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, in generic_pmdp_establish()
722 extern pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
742 extern pmd_t pmdp_invalidate_ad(struct vm_area_struct *vma,
868 struct vm_area_struct *vma, in arch_do_swap_page()
886 struct vm_area_struct *vma, in arch_unmap_one()
1035 static inline pte_t __ptep_modify_prot_start(struct vm_area_struct *vma, in __ptep_modify_prot_start()
1047 static inline void __ptep_modify_prot_commit(struct vm_area_struct *vma, in __ptep_modify_prot_commit()
1073 static inline pte_t ptep_modify_prot_start(struct vm_area_struct *vma, in ptep_modify_prot_start()
1084 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit()
1251 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1262 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1271 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy()
1281 static inline void untrack_pfn(struct vm_area_struct *vma, in untrack_pfn()
1291 static inline void untrack_pfn_clear(struct vm_area_struct *vma) in untrack_pfn_clear()
1295 extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
1298 extern void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
1300 extern int track_pfn_copy(struct vm_area_struct *vma);
1301 extern void untrack_pfn(struct vm_area_struct *vma, unsigned long pfn,
1303 extern void untrack_pfn_clear(struct vm_area_struct *vma);