Searched refs:get_user_page_fast_only (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 843 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
|
D | book3s_64_mmu_hv.c | 597 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
|
/linux-6.1.9/include/linux/ |
D | mm.h | 2044 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
|
/linux-6.1.9/virt/kvm/ |
D | kvm_main.c | 2499 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast() 2539 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
|
/linux-6.1.9/kernel/events/ |
D | core.c | 7268 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()
|