Home
last modified time | relevance | path

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

/linux/virt/kvm/
H A Dkvm_main.c2788 r = get_user_page_fast_only(kfp->hva, FOLL_WRITE, &page); in hva_to_pfn_fast()
2836 get_user_page_fast_only(kfp->hva, FOLL_WRITE, &wpage)) { in hva_to_pfn_slow()
/linux/include/linux/
H A Dmm.h2602 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
/linux/kernel/events/
H A Dcore.c7739 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()