Home
last modified time | relevance | path

Searched refs:get_user_pages_fast (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Derr_inject.c145 ret = get_user_pages_fast(virt_addr, 1, FOLL_WRITE, NULL); in store_virtual_to_phys()
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst15 :functions: get_user_pages_fast
H A Dpin_user_pages.rst86 get_user_pages_fast FOLL_GET is sometimes set internally by this function.
/openbmc/linux/kernel/futex/
H A Dcore.c271 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/drivers/misc/bcm-vk/
H A Dbcm_vk_sg.c75 err = get_user_pages_fast(data & PAGE_MASK, in bcm_vk_dma_alloc()
/openbmc/linux/drivers/iommu/iommufd/
H A Dselftest.c538 npages = get_user_pages_fast((uintptr_t)uptr & PAGE_MASK, 1, 0, in iommufd_test_md_check_pa()
583 npages = get_user_pages_fast((uintptr_t)uptr, 1, 0, pages); in iommufd_test_md_check_refs()
812 rc = get_user_pages_fast((uintptr_t)uptr, 1, 0, tmp_pages); in iommufd_test_check_pages()
/openbmc/linux/mm/
H A Dgup_test.c139 nr = get_user_pages_fast(addr, nr, gup->gup_flags, in __gup_test_ioctl()
H A Dgup.c3286 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 Dmadvise.c1120 ret = get_user_pages_fast(start, 1, 0, &page); in madvise_inject_error()
H A Dmempolicy.c929 ret = get_user_pages_fast(addr & PAGE_MASK, 1, 0, &p); in lookup_node()
/openbmc/linux/drivers/virt/
H A Dfsl_hypervisor.c249 num_pinned = get_user_pages_fast(param.local_vaddr - lb_offset, in ioctl_memcpy()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c246 retval = get_user_pages_fast(uva, 1, FOLL_WRITE, &context->notify_page); in vmci_host_setup_notify()
H A Dvmci_queue_pair.c658 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 De500_mmu.c779 ret = get_user_pages_fast(cfg->array, num_pages, FOLL_WRITE, pages); in kvm_vcpu_ioctl_config_tlb()
H A Dbook3s_64_mmu_hv.c1171 npages = get_user_pages_fast(hva, 1, FOLL_WRITE, pages); in kvmppc_pin_guest_page()
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_control.c434 ret = get_user_pages_fast(xfer_start_addr, nr_pages, 0, page_list); in find_and_map_user_pages()
/openbmc/linux/lib/
H A Diov_iter.c1124 res = get_user_pages_fast(addr, n, gup_flags, *pages); in __iov_iter_get_pages_alloc()
/openbmc/linux/include/linux/
H A Dmm.h2467 int get_user_pages_fast(unsigned long start, int nr_pages,