/openbmc/linux/kernel/futex/ |
H A D | core.c | 271 err = get_user_pages_fast(address, 1, FOLL_WRITE, &page); in get_futex_key() 277 err = get_user_pages_fast(address, 1, 0, &page); in get_futex_key()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/core-api/ |
H A D | mm-api.rst | 15 :functions: get_user_pages_fast
|
H A D | pin_user_pages.rst | 86 get_user_pages_fast FOLL_GET is sometimes set internally by this function.
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | selftest.c | 553 npages = get_user_pages_fast((uintptr_t)uptr & PAGE_MASK, 1, 0, in iommufd_test_md_check_pa() 598 npages = get_user_pages_fast((uintptr_t)uptr, 1, 0, pages); in iommufd_test_md_check_refs() 827 rc = get_user_pages_fast((uintptr_t)uptr, 1, 0, tmp_pages); in iommufd_test_check_pages()
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_sg.c | 75 err = get_user_pages_fast(data & PAGE_MASK, in bcm_vk_dma_alloc()
|
/openbmc/linux/mm/ |
H A D | gup_test.c | 139 nr = get_user_pages_fast(addr, nr, gup->gup_flags, in __gup_test_ioctl()
|
H A D | gup.c | 3286 int get_user_pages_fast(unsigned long start, int nr_pages, in get_user_pages_fast() function 3299 EXPORT_SYMBOL_GPL(get_user_pages_fast);
|
H A D | madvise.c | 1120 ret = get_user_pages_fast(start, 1, 0, &page); in madvise_inject_error()
|
H A D | mempolicy.c | 916 ret = get_user_pages_fast(addr & PAGE_MASK, 1, 0, &p); in lookup_node()
|
/openbmc/linux/drivers/virt/ |
H A D | fsl_hypervisor.c | 249 num_pinned = get_user_pages_fast(param.local_vaddr - lb_offset, in ioctl_memcpy()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_host.c | 246 retval = get_user_pages_fast(uva, 1, FOLL_WRITE, &context->notify_page); in vmci_host_setup_notify()
|
H A D | vmci_queue_pair.c | 658 retval = get_user_pages_fast((uintptr_t) produce_uva, in qp_host_get_user_memory() 672 retval = get_user_pages_fast((uintptr_t) consume_uva, in qp_host_get_user_memory()
|
/openbmc/linux/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 | 1171 npages = get_user_pages_fast(hva, 1, FOLL_WRITE, pages); in kvmppc_pin_guest_page()
|
/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_control.c | 434 ret = get_user_pages_fast(xfer_start_addr, nr_pages, 0, page_list); in find_and_map_user_pages()
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 1126 res = get_user_pages_fast(addr, n, gup_flags, *pages); in __iov_iter_get_pages_alloc()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 2467 int get_user_pages_fast(unsigned long start, int nr_pages,
|