Searched refs:get_user_pages_fast (Results 1 – 18 of 18) sorted by relevance
| /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.
|
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_sg.c | 73 err = get_user_pages_fast(data & PAGE_MASK, in bcm_vk_dma_alloc()
|
| /linux/mm/ |
| H A D | gup_test.c | 140 nr = get_user_pages_fast(addr, nr, gup->gup_flags, in __gup_test_ioctl()
|
| H A D | gup.c | 3276 int get_user_pages_fast(unsigned long start, int nr_pages, in get_user_pages_fast() function 3289 EXPORT_SYMBOL_GPL(get_user_pages_fast);
|
| H A D | madvise.c | 1468 ret = get_user_pages_fast(start, 1, 0, &page); in madvise_inject_error()
|
| H A D | mempolicy.c | 1138 ret = get_user_pages_fast(addr & PAGE_MASK, 1, 0, &p); in lookup_node()
|
| /linux/kernel/futex/ |
| H A D | core.c | 638 err = get_user_pages_fast(address, 1, FOLL_WRITE, &page); in get_futex_key() 644 err = get_user_pages_fast(address, 1, 0, &page); in get_futex_key()
|
| /linux/drivers/virt/ |
| H A D | fsl_hypervisor.c | 249 num_pinned = get_user_pages_fast(param.local_vaddr - lb_offset, in ioctl_memcpy()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | selftest.c | 1235 npages = get_user_pages_fast((uintptr_t)uptr & PAGE_MASK, 1, 0, in iommufd_test_md_check_pa() 1279 npages = get_user_pages_fast((uintptr_t)uptr, 1, 0, pages); in iommufd_test_md_check_refs() 1546 rc = get_user_pages_fast((uintptr_t)uptr, 1, 0, tmp_pages); in iommufd_test_check_pages()
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_host.c | 247 retval = get_user_pages_fast(uva, 1, FOLL_WRITE, &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()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 896 ret = get_user_pages_fast(uaddr, 1, 0, &src_page); in kvm_gmem_populate()
|
| /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 | 1142 npages = get_user_pages_fast(hva, 1, FOLL_WRITE, pages); in kvmppc_pin_guest_page()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_control.c | 437 ret = get_user_pages_fast(xfer_start_addr, nr_pages, 0, page_list); in find_and_map_user_pages()
|
| /linux/lib/ |
| H A D | iov_iter.c | 1091 res = get_user_pages_fast(addr, n, gup_flags, *pages); in __iov_iter_get_pages_alloc()
|
| /linux/include/linux/ |
| H A D | mm.h | 3000 int get_user_pages_fast(unsigned long start, int nr_pages,
|