Home
last modified time | relevance | path

Searched refs:get_user_pages (Results 1 – 25 of 25) sorted by relevance

/linux-6.12.1/Documentation/core-api/
Dpin_user_pages.rst21 FOLL_PIN and FOLL_LONGTERM are flags that can be passed to the get_user_pages*()
33 pin_user_pages*() APIs are clearly distinct from the get_user_pages*() APIs, so
36 get_user_pages*() for other cases. There are five cases described later on in
77 For these get_user_pages*() functions, FOLL_GET might not even be specified.
85 get_user_pages FOLL_GET is sometimes set internally by this function.
122 words, just calling get_user_pages() will not suffice; a new set of functions,
160 Device drivers can pin pages via get_user_pages*(), and register for mmu
195 get_user_pages()
250 This follows the same sort of behavior that get_user_pages() uses for huge
252 page, when get_user_pages() is applied to a huge page.
[all …]
Dcachetlb.rst354 get_user_pages()). Note: flush_dcache_folio() deliberately
/linux-6.12.1/Documentation/translations/zh_CN/infiniband/
Duser_verbs.rst54 模块通过get_user_pages()和put_page()调用来管理内存区域的固定和解除固定。它还核
/linux-6.12.1/mm/
Dgup_test.c143 nr = get_user_pages(addr, nr, gup->gup_flags, pages + i); in __gup_test_ioctl()
162 nr = get_user_pages(addr, nr, gup->gup_flags, in __gup_test_ioctl()
DKconfig1130 bool "Enable infrastructure for get_user_pages()-related unit tests"
1135 the get_user_pages*() and pin_user_pages*() family of API calls.
1138 get_user_pages*() and pin_user_pages*(), as well as smoke tests of
1144 pin_user_pages*(), or pinned via get_user_pages*(), as specified
Dgup.c2691 long get_user_pages(unsigned long start, unsigned long nr_pages, in get_user_pages() function
2702 EXPORT_SYMBOL(get_user_pages);
/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dmemory-model.rst116 :c:func:`page_to_pfn`, ,和 :c:func:`get_user_pages` 服务。由于页面引
/linux-6.12.1/Documentation/mm/
Dtranshuge.rst34 get_user_pages and pin_user_pages
37 get_user_pages and pin_user_pages if run on a hugepage, will return the
132 additional pins (i.e. from get_user_pages). split_huge_page() fails any
Dmemory-model.rst147 :c:func:`get_user_pages` service for the given range of pfns. Since the
Dunevictable-lru.rst305 __mm_populate() to fault in the remaining pages via get_user_pages() and to
309 get_user_pages() will be unable to fault in the pages. That's okay. If pages
345 mark the page. Because of this, get_user_pages() will fail for these VMAs,
/linux-6.12.1/Documentation/infiniband/
Duser_verbs.rst53 get_user_pages() and put_page() calls. It also accounts for the
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dcachetlb.rst303 get_user_pages())。注意:flush_dcache_page()故意对匿名页不起作
/linux-6.12.1/Documentation/admin-guide/mm/
Didle_page_tracking.rst93 - a page is accessed by a device driver using get_user_pages()
/linux-6.12.1/drivers/misc/sgi-gru/
Dgrufault.c188 if (get_user_pages(vaddr, 1, write ? FOLL_WRITE : 0, &page) <= 0) in non_atomic_pte_lookup()
/linux-6.12.1/arch/x86/kernel/cpu/sgx/
Dioctl.c217 ret = get_user_pages(src, 1, 0, &src_page); in __sgx_encl_add_page()
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_ttm.c353 r = get_user_pages(userptr, num_pages, write ? FOLL_WRITE : 0, in radeon_ttm_tt_pin_userptr()
/linux-6.12.1/fs/
DKconfig100 # get_user_pages() of DAX mappings. I.e. "limited" indicates no support
/linux-6.12.1/Documentation/filesystems/
Ddax.rst293 Calling :c:func:`get_user_pages()` on a range of user memory that has been
Dfuse.rst425 get_user_pages(). The 'req->locked' flag indicates when the copy is
Dorangefs.rst275 to each of the pages in the IO buffer through a call to get_user_pages.
Dlocking.rst704 ->access() is called when get_user_pages() fails in
/linux-6.12.1/kernel/events/
Duprobes.c2087 result = get_user_pages(vaddr, 1, FOLL_FORCE, &page); in is_trap_at_addr()
/linux-6.12.1/Documentation/gpu/
Ddrm-vm-bind-locking.rst417 get_user_pages() unfortunately can't be used under a dma_resv lock
/linux-6.12.1/include/linux/
Dmm.h2516 long get_user_pages(unsigned long start, unsigned long nr_pages,
/linux-6.12.1/virt/kvm/
Dkvm_main.c2753 rc = get_user_pages(addr, 1, flags, NULL); in check_user_page_hwpoison()