Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c844 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
H A Dbook3s_64_mmu_hv.c612 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/openbmc/linux/virt/kvm/
H A 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()
/openbmc/linux/include/linux/
H A Dmm.h2541 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/openbmc/linux/kernel/events/
H A Dcore.c7567 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()