• Home
  • Raw
  • Download

Lines Matching defs:vma

431 	struct vm_area_struct *vma;	/* Target VMA */  member
551 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm) in vma_init()
561 static inline void vma_set_anonymous(struct vm_area_struct *vma) in vma_set_anonymous()
566 static inline bool vma_is_anonymous(struct vm_area_struct *vma) in vma_is_anonymous()
578 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem()
864 static inline pte_t maybe_mkwrite(pte_t pte, struct vm_area_struct *vma) in maybe_mkwrite()
1537 static inline vm_fault_t handle_mm_fault(struct vm_area_struct *vma, in handle_mm_fault()
2303 #define vma_interval_tree_foreach(vma, root, start, last) \ argument
2329 static inline int vma_adjust(struct vm_area_struct *vma, unsigned long start, in vma_adjust()
2509 #define expand_upwards(vma, address) (0) argument
2521 struct vm_area_struct * vma = find_vma(mm,start_addr); in find_vma_intersection() local
2528 static inline unsigned long vm_start_gap(struct vm_area_struct *vma) in vm_start_gap()
2540 static inline unsigned long vm_end_gap(struct vm_area_struct *vma) in vm_end_gap()
2552 static inline unsigned long vma_pages(struct vm_area_struct *vma) in vma_pages()
2561 struct vm_area_struct *vma = find_vma(mm, vm_start); in find_exact_vma() local
2569 static inline bool range_in_vma(struct vm_area_struct *vma, in range_in_vma()
2583 static inline void vma_set_page_prot(struct vm_area_struct *vma) in vma_set_page_prot()
2612 static inline vm_fault_t vmf_insert_page(struct vm_area_struct *vma, in vmf_insert_page()
2626 static inline int io_remap_pfn_range(struct vm_area_struct *vma, in io_remap_pfn_range()
2971 static inline int seal_check_future_write(int seals, struct vm_area_struct *vma) in seal_check_future_write()