| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 4 pin_user_pages() and related calls 14 pin_user_pages() 26 sites. This allows the associated wrapper functions (pin_user_pages*() and 33 pin_user_pages*() APIs are clearly distinct from the get_user_pages*() APIs, so 35 In other words, use pin_user_pages*() for DMA-pinned pages, and 53 For these pin_user_pages*() functions, FOLL_PIN is OR'd in with whatever gup 74 pin_user_pages FOLL_PIN is always set internally by this function. 136 the pin_user_pages*() routines that set FOLL_PIN. 183 pin_user_pages() 253 pin_user_pages(huge_page);
|
| H A D | index.rst | 94 pin_user_pages
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup_benchmark.c | 121 nr = pin_user_pages(addr, nr, gup->flags, pages + i, in __gup_benchmark_ioctl() 125 nr = pin_user_pages(addr, nr, in __gup_benchmark_ioctl()
|
| H A D | gup.c | 2960 long pin_user_pages(unsigned long start, unsigned long nr_pages, in pin_user_pages() function 2972 EXPORT_SYMBOL(pin_user_pages);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_user_pages.c | 111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages()
|
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xdp_umem.c | 108 npgs = pin_user_pages(address, umem->npgs, in xdp_umem_pin_pages()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | iommu_api.c | 106 ret = pin_user_pages(ua + (entry << PAGE_SHIFT), n, in mm_iommu_do_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_mem.c | 426 rv = pin_user_pages(first_page_va, nents, in siw_umem_get()
|
| /OK3568_Linux_fs/kernel/drivers/staging/kpc2000/kpc_dma/ |
| H A D | fileops.c | 79 rv = pin_user_pages(iov_base, acd->page_count, FOLL_TOUCH | FOLL_WRITE, acd->user_pages, NULL); in kpc_dma_transfer()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom.c | 144 ret = pin_user_pages(cur_base, in usnic_uiom_get_pages()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | videobuf-dma-sg.c | 186 err = pin_user_pages(data & PAGE_MASK, dma->nr_pages, in videobuf_dma_init_user_locked()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 1529 pin_user_pages 2973 pin_user_pages
|
| H A D | abi_gki_aarch64_exynosauto | 1039 pin_user_pages
|
| H A D | abi_gki_aarch64_generic | 1368 pin_user_pages
|
| H A D | abi_gki_aarch64_exynos | 1449 pin_user_pages
|
| H A D | abi_gki_aarch64_rockchip | 1539 pin_user_pages
|
| H A D | abi_gki_aarch64_oplus | 1933 pin_user_pages
|
| H A D | abi_gki_aarch64_galaxy | 3052 pin_user_pages
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm_bo.c | 921 page_nr = pin_user_pages((unsigned long)userptr, bo->pgnr, in alloc_user_pages()
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vdpa.c | 666 pinned = pin_user_pages(cur_base, sz2pin, in vhost_vdpa_process_iotlb_update()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 1895 long pin_user_pages(unsigned long start, unsigned long nr_pages,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem_linux.c | 1712 pin_user_pages(address, *va_pages, write ? FOLL_WRITE : 0, pages, NULL); in kbase_mem_from_user_buffer()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 8927 pret = pin_user_pages(ubuf, nr_pages, FOLL_WRITE | FOLL_LONGTERM, in io_sqe_buffer_register()
|