Home
last modified time | relevance | path

Searched refs:get_user_pages_fast_only (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dgup.c2247 * get_user_pages_fast_only implementation that can pin pages. Thus it's still
2653 * Check if it's allowed to use get_user_pages_fast_only() for the range, or
2781 * get_user_pages_fast_only() - pin user pages in memory
2800 int get_user_pages_fast_only(unsigned long start, int nr_pages, in get_user_pages_fast_only() function
2827 EXPORT_SYMBOL_GPL(get_user_pages_fast_only); variable
2891 * This is the FOLL_PIN equivalent of get_user_pages_fast_only(). Behavior
/kernel/linux/linux-6.6/mm/
H A Dgup.c2658 * get_user_pages_fast_only implementation that can pin pages. Thus it's still
3107 * Check if it's allowed to use get_user_pages_fast_only() for the range, or
3219 * get_user_pages_fast_only() - pin user pages in memory
3236 int get_user_pages_fast_only(unsigned long start, int nr_pages, in get_user_pages_fast_only() function
3252 EXPORT_SYMBOL_GPL(get_user_pages_fast_only); variable
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h1908 int get_user_pages_fast_only(unsigned long start, int nr_pages,
1916 return get_user_pages_fast_only(addr, 1, gup_flags, pagep) == 1; in get_user_page_fast_only()
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h2558 int get_user_pages_fast_only(unsigned long start, int nr_pages,
2564 return get_user_pages_fast_only(addr, 1, gup_flags, pagep) == 1; in get_user_page_fast_only()
/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c2184 return get_user_pages_fast_only(addr, nr_pages, FOLL_WRITE, pages); in gfn_to_page_many_atomic()
/kernel/linux/linux-6.6/virt/kvm/
H A Dkvm_main.c2831 return get_user_pages_fast_only(addr, nr_pages, FOLL_WRITE, pages); in gfn_to_page_many_atomic()

Completed in 34 milliseconds