Home
last modified time | relevance | path

Searched refs:get_user_page_fast_only (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c843 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
Dbook3s_64_mmu_hv.c597 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/linux-6.1.9/include/linux/
Dmm.h2044 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/linux-6.1.9/virt/kvm/
Dkvm_main.c2499 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/
Dcore.c7268 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()