Searched refs:get_user_page_fast_only (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | callchain_64.c | 34 if (get_user_page_fast_only(addr, FOLL_WRITE, &page)) { in read_user_stack_slow()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 820 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
|
| H A D | book3s_64_mmu_hv.c | 588 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 1864 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast() 1904 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 2025 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 7057 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()
|