Searched refs:pin_user_pages (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.1/mm/ |
D | gup_test.c | 149 nr = pin_user_pages(addr, nr, gup->gup_flags, pages + i, in __gup_test_ioctl() 153 nr = pin_user_pages(addr, nr, in __gup_test_ioctl() 159 nr = pin_user_pages(addr, nr, gup->gup_flags, in __gup_test_ioctl()
|
D | Kconfig | 1030 the get_user_pages*() and pin_user_pages*() family of API calls. 1033 get_user_pages*() and pin_user_pages*(), as well as smoke tests of 1039 pin_user_pages*(), or pinned via get_user_pages*(), as specified
|
D | gup.c | 3267 long pin_user_pages(unsigned long start, unsigned long nr_pages, in pin_user_pages() function 3282 EXPORT_SYMBOL(pin_user_pages);
|
/Linux-v6.1/Documentation/core-api/ |
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);
|
D | index.rst | 107 pin_user_pages
|
/Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
D | index.rst | 122 pin_user_pages
|
/Linux-v6.1/drivers/infiniband/hw/qib/ |
D | qib_user_pages.c | 111 ret = pin_user_pages(start_page + got * PAGE_SIZE, in qib_get_user_pages()
|
/Linux-v6.1/net/xdp/ |
D | xdp_umem.c | 105 npgs = pin_user_pages(address, umem->npgs, in xdp_umem_pin_pages()
|
/Linux-v6.1/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 106 ret = pin_user_pages(ua + (entry << PAGE_SHIFT), n, in mm_iommu_do_alloc()
|
/Linux-v6.1/drivers/infiniband/sw/siw/ |
D | siw_mem.c | 426 rv = pin_user_pages(first_page_va, nents, in siw_umem_get()
|
/Linux-v6.1/drivers/infiniband/hw/usnic/ |
D | usnic_uiom.c | 140 ret = pin_user_pages(cur_base, in usnic_uiom_get_pages()
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | videobuf-dma-sg.c | 186 err = pin_user_pages(data & PAGE_MASK, dma->nr_pages, in videobuf_dma_init_user_locked()
|
/Linux-v6.1/io_uring/ |
D | rsrc.c | 1147 pret = pin_user_pages(ubuf, nr_pages, FOLL_WRITE | FOLL_LONGTERM, in io_pin_pages()
|
/Linux-v6.1/drivers/vhost/ |
D | vdpa.c | 912 pinned = pin_user_pages(cur_base, sz2pin, in vhost_vdpa_pa_map()
|
/Linux-v6.1/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 997 pinned = pin_user_pages(uaddr, npages, FOLL_LONGTERM | FOLL_WRITE, in vduse_dev_reg_umem()
|
/Linux-v6.1/include/linux/ |
D | mm.h | 1975 long pin_user_pages(unsigned long start, unsigned long nr_pages,
|