Home
last modified time | relevance | path

Searched refs:vmas (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ia64/mm/
Dhugetlbpage.c209 struct page **pages, struct vm_area_struct **vmas, in follow_hugetlb_page() argument
229 if (vmas) in follow_hugetlb_page()
230 vmas[i] = vma; in follow_hugetlb_page()
/linux-2.4.37.9/mm/
Dmemory.c455 int len, int write, int force, struct page **pages, struct vm_area_struct **vmas) in get_user_pages() argument
508 if (vmas) in get_user_pages()
509 vmas[i] = vma; in get_user_pages()
/linux-2.4.37.9/include/linux/
Dmm.h510 int len, int write, int force, struct page **pages, struct vm_area_struct **vmas);