Searched refs:get_user_pages_fast_only (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/mm/ |
| D | gup.c | 2768 int get_user_pages_fast_only(unsigned long start, int nr_pages, in get_user_pages_fast_only() function 2795 EXPORT_SYMBOL_GPL(get_user_pages_fast_only);
|
| /Linux-v5.10/include/linux/ |
| D | mm.h | 1858 int get_user_pages_fast_only(unsigned long start, int nr_pages, 1866 return get_user_pages_fast_only(addr, 1, gup_flags, pagep) == 1; in get_user_page_fast_only()
|
| /Linux-v5.10/virt/kvm/ |
| D | kvm_main.c | 2077 return get_user_pages_fast_only(addr, nr_pages, FOLL_WRITE, pages); in gfn_to_page_many_atomic()
|