Lines Matching defs:vma

28 #define vma_policy(vma) NULL  argument
67 static inline void vma_numab_state_init(struct vm_area_struct *vma) in vma_numab_state_init()
71 static inline void vma_numab_state_free(struct vm_area_struct *vma) in vma_numab_state_free()
80 static inline void free_anon_vma_name(struct vm_area_struct *vma) in free_anon_vma_name()
89 static inline int mmap_action_complete(struct vm_area_struct *vma, in mmap_action_complete()
96 static inline void fixup_hugetlb_reservations(struct vm_area_struct *vma) in fixup_hugetlb_reservations()
115 static inline int remap_pfn_range_complete(struct vm_area_struct *vma, unsigned long addr, in remap_pfn_range_complete()
143 static inline int userfaultfd_unmap_prep(struct vm_area_struct *vma, in userfaultfd_unmap_prep()
186 static inline void khugepaged_enter_vma(struct vm_area_struct *vma, in khugepaged_enter_vma()
196 static inline bool is_vm_hugetlb_page(struct vm_area_struct *vma) in is_vm_hugetlb_page()
201 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *vma) in vma_soft_dirty_enabled()
206 static inline bool userfaultfd_wp(struct vm_area_struct *vma) in userfaultfd_wp()
250 static inline int shmem_zero_setup(struct vm_area_struct *vma) in shmem_zero_setup()
260 static inline void vma_interval_tree_insert(struct vm_area_struct *vma, in vma_interval_tree_insert()
265 static inline void vma_interval_tree_remove(struct vm_area_struct *vma, in vma_interval_tree_remove()
284 static inline void uprobe_mmap(struct vm_area_struct *vma) in uprobe_mmap()
288 static inline void uprobe_munmap(struct vm_area_struct *vma, in uprobe_munmap()
301 static inline void vma_assert_write_locked(struct vm_area_struct *vma) in vma_assert_write_locked()
305 static inline void ksm_add_vma(struct vm_area_struct *vma) in ksm_add_vma()
309 static inline void perf_event_mmap(struct vm_area_struct *vma) in perf_event_mmap()
313 static inline bool vma_is_dax(struct vm_area_struct *vma) in vma_is_dax()
328 static inline void vma_close(struct vm_area_struct *vma) in vma_close()
332 static inline int mmap_file(struct file *file, struct vm_area_struct *vma) in mmap_file()
348 static inline struct anon_vma_name *anon_vma_name(struct vm_area_struct *vma) in anon_vma_name()
353 static inline bool is_mergeable_vm_userfaultfd_ctx(struct vm_area_struct *vma, in is_mergeable_vm_userfaultfd_ctx()
423 static inline void vma_adjust_trans_huge(struct vm_area_struct *vma, in vma_adjust_trans_huge()
432 static inline bool vma_supports_mlock(const struct vm_area_struct *vma) in vma_supports_mlock()