• Home
  • Raw
  • Download

Lines Matching defs:vma

517 		struct vm_area_struct *vma;	/* Target VMA */  member
646 static inline void vma_numab_state_init(struct vm_area_struct *vma) in vma_numab_state_init()
650 static inline void vma_numab_state_free(struct vm_area_struct *vma) in vma_numab_state_free()
655 static inline void vma_numab_state_init(struct vm_area_struct *vma) {} in vma_numab_state_init()
656 static inline void vma_numab_state_free(struct vm_area_struct *vma) {} in vma_numab_state_free()
665 static inline bool vma_start_read(struct vm_area_struct *vma) in vma_start_read()
698 static inline void vma_end_read(struct vm_area_struct *vma) in vma_end_read()
706 static bool __is_vma_write_locked(struct vm_area_struct *vma, int *mm_lock_seq) in __is_vma_write_locked()
723 static inline void vma_start_write(struct vm_area_struct *vma) in vma_start_write()
741 static inline void vma_assert_write_locked(struct vm_area_struct *vma) in vma_assert_write_locked()
748 static inline void vma_assert_locked(struct vm_area_struct *vma) in vma_assert_locked()
754 static inline void vma_mark_detached(struct vm_area_struct *vma, bool detached) in vma_mark_detached()
783 static inline bool vma_start_read(struct vm_area_struct *vma) in vma_start_read()
785 static inline void vma_end_read(struct vm_area_struct *vma) {} in vma_end_read()
786 static inline void vma_start_write(struct vm_area_struct *vma) {} in vma_start_write()
787 static inline void vma_assert_write_locked(struct vm_area_struct *vma) in vma_assert_write_locked()
789 static inline void vma_mark_detached(struct vm_area_struct *vma, in vma_mark_detached()
798 static inline void vma_assert_locked(struct vm_area_struct *vma) in vma_assert_locked()
821 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm) in vma_init()
832 static inline void vm_flags_init(struct vm_area_struct *vma, in vm_flags_init()
843 static inline void vm_flags_reset(struct vm_area_struct *vma, in vm_flags_reset()
850 static inline void vm_flags_reset_once(struct vm_area_struct *vma, in vm_flags_reset_once()
857 static inline void vm_flags_set(struct vm_area_struct *vma, in vm_flags_set()
864 static inline void vm_flags_clear(struct vm_area_struct *vma, in vm_flags_clear()
875 static inline void __vm_flags_mod(struct vm_area_struct *vma, in __vm_flags_mod()
885 static inline void vm_flags_mod(struct vm_area_struct *vma, in vm_flags_mod()
892 static inline void vma_set_anonymous(struct vm_area_struct *vma) in vma_set_anonymous()
897 static inline bool vma_is_anonymous(struct vm_area_struct *vma) in vma_is_anonymous()
906 static inline bool vma_is_initial_heap(const struct vm_area_struct *vma) in vma_is_initial_heap()
916 static inline bool vma_is_initial_stack(const struct vm_area_struct *vma) in vma_is_initial_stack()
927 static inline bool vma_is_temporary_stack(struct vm_area_struct *vma) in vma_is_temporary_stack()
941 static inline bool vma_is_foreign(struct vm_area_struct *vma) in vma_is_foreign()
952 static inline bool vma_is_accessible(struct vm_area_struct *vma) in vma_is_accessible()
1023 struct vm_area_struct *vma) in vma_iter_bulk_store()
1059 static inline bool vma_is_shmem(struct vm_area_struct *vma) { return false; } in vma_is_shmem()
1060 static inline bool vma_is_anon_shmem(struct vm_area_struct *vma) { return false; } in vma_is_anon_shmem()
1363 static inline pte_t maybe_mkwrite(pte_t pte, struct vm_area_struct *vma) in maybe_mkwrite()
1759 static inline void vma_set_access_pid_bit(struct vm_area_struct *vma) in vma_set_access_pid_bit()
1818 static inline void vma_set_access_pid_bit(struct vm_area_struct *vma) in vma_set_access_pid_bit()
1982 static inline bool folio_needs_cow_for_dma(struct vm_area_struct *vma, in folio_needs_cow_for_dma()
2400 static inline void zap_vma_pages(struct vm_area_struct *vma) in zap_vma_pages()
2445 static inline vm_fault_t handle_mm_fault(struct vm_area_struct *vma, in handle_mm_fault()
2497 struct vm_area_struct *vma; in get_user_page_vma_remote() local
2570 static inline bool vma_wants_manual_pte_write_upgrade(struct vm_area_struct *vma) in vma_wants_manual_pte_write_upgrade()
3259 #define vma_interval_tree_foreach(vma, root, start, last) \ argument
3439 static inline unsigned long stack_guard_start_gap(struct vm_area_struct *vma) in stack_guard_start_gap()
3451 static inline unsigned long vm_start_gap(struct vm_area_struct *vma) in vm_start_gap()
3462 static inline unsigned long vm_end_gap(struct vm_area_struct *vma) in vm_end_gap()
3474 static inline unsigned long vma_pages(struct vm_area_struct *vma) in vma_pages()
3483 struct vm_area_struct *vma = vma_lookup(mm, vm_start); in find_exact_vma() local
3491 static inline bool range_in_vma(struct vm_area_struct *vma, in range_in_vma()
3505 static inline void vma_set_page_prot(struct vm_area_struct *vma) in vma_set_page_prot()
3541 static inline vm_fault_t vmf_insert_page(struct vm_area_struct *vma, in vmf_insert_page()
3555 static inline int io_remap_pfn_range(struct vm_area_struct *vma, in io_remap_pfn_range()
3608 static inline bool gup_can_follow_protnone(struct vm_area_struct *vma, in gup_can_follow_protnone()
4024 static inline bool vma_is_special_huge(const struct vm_area_struct *vma) in vma_is_special_huge()
4074 static inline int seal_check_future_write(int seals, struct vm_area_struct *vma) in seal_check_future_write()