Searched refs:pin_user_pages (Results 1 – 13 of 13) sorted by relevance
| /linux/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 73 pin_user_pages FOLL_PIN is always set internally by this function. 141 the pin_user_pages*() routines that set FOLL_PIN. 190 pin_user_pages() 260 pin_user_pages(huge_page);
|
| H A D | index.rst | 119 pin_user_pages
|
| H A D | dma-attributes.rst | 175 pin_user_pages() or similar.
|
| /linux/mm/ |
| H A D | gup_test.c | 161 nr = pin_user_pages(addr, nr, gup->gup_flags, pages + i); in __gup_test_ioctl() 164 nr = pin_user_pages(addr, nr, in __gup_test_ioctl() 170 nr = pin_user_pages(addr, nr, gup->gup_flags, in __gup_test_ioctl() 280 cur_pages = pin_user_pages(addr, remaining_pages, in pin_longterm_test_start()
|
| H A D | gup.c | 3376 long pin_user_pages(unsigned long start, unsigned long nr_pages, in pin_user_pages() function 3386 EXPORT_SYMBOL(pin_user_pages);
|
| H A D | Kconfig | 1300 the get_user_pages*() and pin_user_pages*() family of API calls. 1303 get_user_pages*() and pin_user_pages*(), as well as smoke tests of 1309 pin_user_pages*(), or pinned via get_user_pages*(), as specified
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | index.rst | 123 pin_user_pages
|
| /linux/net/xdp/ |
| H A D | xdp_umem.c | 106 npgs = pin_user_pages(address, umem->npgs, in xdp_umem_pin_pages()
|
| /linux/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()
|
| /linux/Documentation/gpu/ |
| H A D | drm-vm-bind-locking.rst | 391 pin_user_pages() at bind time and unpin them at unbind time, but this 414 :ref:`the pin_user_pages() documentation <mmu-notifier-registration-case>`.
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 1194 pinned = pin_user_pages(cur_base, sz2pin, in vhost_vdpa_pa_map()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1394 pinned = pin_user_pages(uaddr, npages, FOLL_LONGTERM | FOLL_WRITE, in vduse_dev_reg_umem()
|
| /linux/include/linux/ |
| H A D | mm.h | 3374 long pin_user_pages(unsigned long start, unsigned long nr_pages,
|