Home
last modified time | relevance | path

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

/Linux-v6.6/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.c611 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/Linux-v6.6/virt/kvm/
Dkvm_main.c2528 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast()
2581 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
/Linux-v6.6/include/linux/
Dmm.h2535 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/Linux-v6.6/kernel/events/
Dcore.c7469 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()