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