Searched refs:get_user_pages_fast_only (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/mm/ |
| H A D | gup.c | 3450 int get_user_pages_fast_only(unsigned long start, int nr_pages, in get_user_pages_fast_only() function 3466 EXPORT_SYMBOL_GPL(get_user_pages_fast_only);
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 2695 int get_user_pages_fast_only(unsigned long start, int nr_pages, 2701 return get_user_pages_fast_only(addr, 1, gup_flags, pagep) == 1; in get_user_page_fast_only()
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 3019 return get_user_pages_fast_only(addr, nr_pages, FOLL_WRITE, pages); in kvm_prefetch_pages()
|