Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/perf/
Dcallchain_64.c34 if (get_user_page_fast_only(addr, FOLL_WRITE, &page)) { in read_user_stack_slow()
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c818 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
Dbook3s_64_mmu_hv.c588 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/Linux-v5.10/virt/kvm/
Dkvm_main.c1825 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast()
1865 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
/Linux-v5.10/include/linux/
Dmm.h1863 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/Linux-v5.10/kernel/events/
Dcore.c6979 if (get_user_page_fast_only(virt, 0, &p)) in perf_virt_to_phys()