Searched refs:get_user_pages_fast_only (Results 1 – 6 of 6) sorted by relevance
/linux/mm/ |
A D | gup.c | 2902 int get_user_pages_fast_only(unsigned long start, int nr_pages, in get_user_pages_fast_only() function 2929 EXPORT_SYMBOL_GPL(get_user_pages_fast_only);
|
/linux/include/linux/ |
A D | mm.h | 2014 int get_user_pages_fast_only(unsigned long start, int nr_pages, 2022 return get_user_pages_fast_only(addr, 1, gup_flags, pagep) == 1; in get_user_page_fast_only()
|
/linux/virt/kvm/ |
A D | kvm_main.c | 2540 return get_user_pages_fast_only(addr, nr_pages, FOLL_WRITE, pages); in gfn_to_page_many_atomic()
|
/linux/ |
A D | vmlinux.symvers | 1706 0x00000000 get_user_pages_fast_only vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 7010 ffff8000101c6240 T get_user_pages_fast_only
|
A D | .tmp_System.map | 7010 ffff8000101c6240 T get_user_pages_fast_only
|
Completed in 308 milliseconds