Searched refs:get_user_page_fast_only (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/perf/ |
A D | callchain_64.c | 35 if (get_user_page_fast_only(addr, FOLL_WRITE, &page)) { in read_user_stack_slow()
|
/linux/arch/powerpc/kvm/ |
A D | book3s_64_mmu_radix.c | 837 if (!kvm_ro && get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_instantiate_page()
|
A D | book3s_64_mmu_hv.c | 589 if (get_user_page_fast_only(hva, FOLL_WRITE, &page)) { in kvmppc_book3s_hv_page_fault()
|
/linux/virt/kvm/ |
A D | kvm_main.c | 2261 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 D | mm.h | 2019 static inline bool get_user_page_fast_only(unsigned long addr, in get_user_page_fast_only() function
|
/linux/kernel/events/ |
A D | core.c | 7178 if (get_user_page_fast_only(virt, 0, &p)) { in perf_virt_to_phys()
|
Completed in 720 milliseconds