Searched defs:vmas (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dgup.c379 * @vmas: array of pointers to vmas corresponding to each page.
386 * with a put_page() call when it is finished with. vmas will only
428 struct vm_area_struct **vmas, int *nonblocking)
469 i = follow_hugetlb_page(mm, vma, pages, vmas,
511 if (vmas) {
512 vmas[i] = vma;
600 * @vmas: array of pointers to vmas corresponding to each page.
606 * with a put_page() call when it is finished with. vmas wil
425 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, unsigned int gup_flags, struct page **pages, struct vm_area_struct **vmas, int *nonblocking) argument
637 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) argument
[all...]
H A Dnommu.c152 struct vm_area_struct **vmas, int *nonblocking)
181 if (vmas)
182 vmas[i] = vma;
202 struct vm_area_struct **vmas)
211 return __get_user_pages(tsk, mm, start, nr_pages, flags, pages, vmas,
149 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, unsigned int foll_flags, struct page **pages, struct vm_area_struct **vmas, int *nonblocking) argument
199 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) argument
H A Dhugetlb.c3236 struct page **pages, struct vm_area_struct **vmas,
3312 if (vmas)
3313 vmas[i] = vma;
3235 follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma, struct page **pages, struct vm_area_struct **vmas, unsigned long *position, unsigned long *nr_pages, long i, unsigned int flags) argument

Completed in 71 milliseconds