| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | mm-api.rst | 15 :functions: get_user_pages_fast
|
| H A D | pin_user_pages.rst | 87 get_user_pages_fast FOLL_GET is sometimes set internally by this function.
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup_benchmark.c | 109 nr = get_user_pages_fast(addr, nr, gup->flags, in __gup_benchmark_ioctl()
|
| H A D | gup.c | 2823 int get_user_pages_fast(unsigned long start, int nr_pages, in get_user_pages_fast() function 2838 EXPORT_SYMBOL_GPL(get_user_pages_fast);
|
| H A D | madvise.c | 918 ret = get_user_pages_fast(start, 1, 0, &page); in madvise_inject_error()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | err_inject.c | 145 ret = get_user_pages_fast(virt_addr, 1, FOLL_WRITE, NULL); in store_virtual_to_phys()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_softjobs.c | 627 pinned_pages = get_user_pages_fast(page_addr, in kbase_debug_copy_prepare() 681 ret = get_user_pages_fast( in kbase_debug_copy_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/virt/ |
| H A D | fsl_hypervisor.c | 249 num_pinned = get_user_pages_fast(param.local_vaddr - lb_offset, in ioctl_memcpy()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_softjobs.c | 627 pinned_pages = get_user_pages_fast(page_addr, in kbase_debug_copy_prepare() 691 ret = get_user_pages_fast(start, nr_pages, 0, buffers[i].extres_pages); in kbase_debug_copy_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/misc/vmw_vmci/ |
| H A D | vmci_host.c | 240 retval = get_user_pages_fast(uva, 1, FOLL_WRITE, &context->notify_page); in vmci_host_setup_notify()
|
| H A D | vmci_queue_pair.c | 656 retval = get_user_pages_fast((uintptr_t) produce_uva, in qp_host_get_user_memory() 670 retval = get_user_pages_fast((uintptr_t) consume_uva, in qp_host_get_user_memory()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 794 get_user_pages_fast
|
| H A D | abi_gki_aarch64_virtual_device | 710 get_user_pages_fast
|
| H A D | abi_gki_aarch64_exynosauto | 986 get_user_pages_fast
|
| H A D | abi_gki_aarch64_generic | 809 get_user_pages_fast
|
| H A D | abi_gki_aarch64_exynos | 846 get_user_pages_fast
|
| H A D | abi_gki_aarch64_mtk | 861 get_user_pages_fast
|
| H A D | abi_gki_aarch64_rockchip | 1527 get_user_pages_fast
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 528 err = get_user_pages_fast(address, 1, FOLL_WRITE, &page); in get_futex_key() 534 err = get_user_pages_fast(address, 1, 0, &page); in get_futex_key()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 1345 res = get_user_pages_fast(addr, n, in iov_iter_get_pages() 1427 res = get_user_pages_fast(addr, n, in iov_iter_get_pages_alloc()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | e500_mmu.c | 779 ret = get_user_pages_fast(cfg->array, num_pages, FOLL_WRITE, pages); in kvm_vcpu_ioctl_config_tlb()
|
| H A D | book3s_64_mmu_hv.c | 1173 npages = get_user_pages_fast(hva, 1, FOLL_WRITE, pages); in kvmppc_pin_guest_page()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm_bo.c | 928 page_nr = get_user_pages_fast((unsigned long)userptr, in alloc_user_pages()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_kcpu.c | 666 pinned_pages = get_user_pages_fast(page_addr, nr_pages, 1, in kbase_csf_queue_group_suspend_prepare()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 1907 int get_user_pages_fast(unsigned long start, int nr_pages,
|