Lines Matching defs:vma

534 		struct vm_area_struct *vma;	/* Target VMA */  member
662 static inline void INIT_VMA(struct vm_area_struct *vma) in INIT_VMA()
671 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm) in vma_init()
681 static inline void vma_set_anonymous(struct vm_area_struct *vma) in vma_set_anonymous()
686 static inline bool vma_is_anonymous(struct vm_area_struct *vma) in vma_is_anonymous()
691 static inline bool vma_is_temporary_stack(struct vm_area_struct *vma) in vma_is_temporary_stack()
705 static inline bool vma_is_foreign(struct vm_area_struct *vma) in vma_is_foreign()
716 static inline bool vma_is_accessible(struct vm_area_struct *vma) in vma_is_accessible()
728 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem()
1726 static inline struct page *vm_normal_page(struct vm_area_struct *vma, in vm_normal_page()
1761 static inline void vm_write_begin(struct vm_area_struct *vma) in vm_write_begin()
1775 static inline void vm_write_end(struct vm_area_struct *vma) in vm_write_end()
1780 static inline void vm_write_begin(struct vm_area_struct *vma) in vm_write_begin()
1783 static inline void vm_write_end(struct vm_area_struct *vma) in vm_write_end()
1813 struct vm_area_struct **vma, in handle_speculative_fault()
1831 struct vm_area_struct **vma, in handle_speculative_fault()
1836 static inline bool can_reuse_spf_vma(struct vm_area_struct *vma, in can_reuse_spf_vma()
1849 static inline vm_fault_t handle_mm_fault(struct vm_area_struct *vma, in handle_mm_fault()
2648 #define vma_interval_tree_foreach(vma, root, start, last) \ argument
2674 static inline int vma_adjust(struct vm_area_struct *vma, unsigned long start, in vma_adjust()
2823 #define expand_upwards(vma, address) (0) argument
2835 struct vm_area_struct * vma = find_vma(mm,start_addr); in find_vma_intersection() local
2842 static inline unsigned long vm_start_gap(struct vm_area_struct *vma) in vm_start_gap()
2854 static inline unsigned long vm_end_gap(struct vm_area_struct *vma) in vm_end_gap()
2866 static inline unsigned long vma_pages(struct vm_area_struct *vma) in vma_pages()
2875 struct vm_area_struct *vma = find_vma(mm, vm_start); in find_exact_vma() local
2883 static inline bool range_in_vma(struct vm_area_struct *vma, in range_in_vma()
2897 static inline void vma_set_page_prot(struct vm_area_struct *vma) in vma_set_page_prot()
2930 static inline vm_fault_t vmf_insert_page(struct vm_area_struct *vma, in vmf_insert_page()
2944 static inline int io_remap_pfn_range(struct vm_area_struct *vma, in io_remap_pfn_range()
3311 static inline bool vma_is_special_huge(const struct vm_area_struct *vma) in vma_is_special_huge()
3383 static inline int seal_check_future_write(int seals, struct vm_area_struct *vma) in seal_check_future_write()