Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
A Dcallchain_64.c35 if (get_user_page_fast_only(addr, FOLL_WRITE, &page)) { in read_user_stack_slow()
/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c837 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
A Dbook3s_64_mmu_hv.c589 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
/linux/virt/kvm/
A Dkvm_main.c2261 if (get_user_page_fast_only(addr, FOLL_WRITE, page)) { in hva_to_pfn_fast()
2301 if (get_user_page_fast_only(addr, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
/linux/include/linux/
A Dmm.h2019 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/linux/kernel/events/
A Dcore.c7178 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()

Completed in 720 milliseconds