Lines Matching defs:vma

297 static inline int pmdp_set_access_flags(struct vm_area_struct *vma,  in pmdp_set_access_flags()
304 static inline int pudp_set_access_flags(struct vm_area_struct *vma, in pudp_set_access_flags()
350 static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, in ptep_test_and_clear_young()
366 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
379 static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, in pmdp_test_and_clear_young()
403 static inline int pmdp_clear_flush_young(struct vm_area_struct *vma, in pmdp_clear_flush_young()
437 static inline void arch_check_zapped_pte(struct vm_area_struct *vma, in arch_check_zapped_pte()
444 static inline void arch_check_zapped_pmd(struct vm_area_struct *vma, in arch_check_zapped_pmd()
451 static inline void arch_check_zapped_pud(struct vm_area_struct *vma, pud_t pud) in arch_check_zapped_pud()
487 static inline void clear_young_dirty_ptes(struct vm_area_struct *vma, in clear_young_dirty_ptes()
632 static inline pmd_t pmdp_huge_get_and_clear_full(struct vm_area_struct *vma, in pmdp_huge_get_and_clear_full()
641 static inline pud_t pudp_huge_get_and_clear_full(struct vm_area_struct *vma, in pudp_huge_get_and_clear_full()
739 static inline void update_mmu_tlb_range(struct vm_area_struct *vma, in update_mmu_tlb_range()
745 static inline void update_mmu_tlb(struct vm_area_struct *vma, in update_mmu_tlb()
811 static inline pte_t pte_mkwrite(pte_t pte, struct vm_area_struct *vma) in pte_mkwrite()
818 static inline pmd_t pmd_mkwrite(pmd_t pmd, struct vm_area_struct *vma) in pmd_mkwrite()
921 static inline pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, in pmdp_collapse_flush()
951 static inline pmd_t generic_pmdp_establish(struct vm_area_struct *vma, in generic_pmdp_establish()
1099 struct vm_area_struct *vma, in arch_do_swap_page_nr()
1116 struct vm_area_struct *vma, in arch_do_swap_page_nr()
1139 struct vm_area_struct *vma, in arch_unmap_one()
1188 #define flush_tlb_fix_spurious_fault(vma, address, ptep) flush_tlb_page(vma, address) argument
1288 static inline pte_t __ptep_modify_prot_start(struct vm_area_struct *vma, in __ptep_modify_prot_start()
1300 static inline void __ptep_modify_prot_commit(struct vm_area_struct *vma, in __ptep_modify_prot_commit()
1326 static inline pte_t ptep_modify_prot_start(struct vm_area_struct *vma, in ptep_modify_prot_start()
1337 static inline void ptep_modify_prot_commit(struct vm_area_struct *vma, in ptep_modify_prot_commit()
1504 static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_remap()
1515 static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, in track_pfn_insert()
1524 static inline int track_pfn_copy(struct vm_area_struct *vma) in track_pfn_copy()
1534 static inline void untrack_pfn(struct vm_area_struct *vma, in untrack_pfn()
1544 static inline void untrack_pfn_clear(struct vm_area_struct *vma) in untrack_pfn_clear()
1751 #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
1752 #define flush_pud_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
1754 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG() argument
1755 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG() argument