Searched refs:get_user_pages_fast (Results 1 – 15 of 15) sorted by relevance
| /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 | 150 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 | 1470 ret = get_user_pages_fast(start, 1, 0, &page); in madvise_inject_error()
|
| H A D | mempolicy.c | 1141 ret = get_user_pages_fast(addr & PAGE_MASK, 1, 0, &p); in lookup_node()
|
| /linux/kernel/futex/ |
| H A D | core.c | 596 err = get_user_pages_fast(address, 1, FOLL_WRITE, &page); in get_futex_key() 602 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/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()
|
| /linux/virt/kvm/ |
| H A D | guest_memfd.c | 869 ret = get_user_pages_fast(uaddr, 1, flags, &src_page); in kvm_gmem_populate()
|
| /linux/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 86 get_user_pages_fast FOLL_GET is sometimes set internally by this function.
|
| /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 | 3385 int get_user_pages_fast(unsigned long start, int nr_pages,
|