Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/perf/
Dcallchain_64.c35 if (get_user_page_fast_only(addr, FOLL_WRITE, &page)) { in read_user_stack_slow()
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c837 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
Dbook3s_64_mmu_hv.c589 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/Linux-v5.15/include/linux/
Dmm.h1910 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/Linux-v5.15/virt/kvm/
Dkvm_main.c2237 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast()
2277 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
/Linux-v5.15/kernel/events/
Dcore.c7177 if (get_user_page_fast_only(virt, 0, &p)) in perf_virt_to_phys()