Searched refs:FOLL_GET (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/core-api/ |
| A D | pin_user_pages.rst | 39 FOLL_PIN and FOLL_GET are mutually exclusive for a given gup call. However, 41 FOLL_PIN and FOLL_GET. It's just the call site that needs to choose one or the 44 The FOLL_PIN implementation is nearly the same as FOLL_GET, except that FOLL_PIN 77 For these get_user_pages*() functions, FOLL_GET might not even be specified. 78 Behavior is a little more complex than above. If FOLL_GET was *not* specified, 80 sets FOLL_GET for you, and proceeds to pin pages by incrementing the refcount 125 FOLL_PIN, FOLL_GET, FOLL_LONGTERM: when to use which flags 194 INCORRECT (uses FOLL_GET calls): 216 Another way of thinking about FOLL_GET, FOLL_PIN, and FOLL_LONGTERM 220 FOLL_GET is for struct page manipulation, without affecting the data that the [all …]
|
| /linux/mm/ |
| A D | gup.c | 150 if (flags & FOLL_GET) in try_grab_folio() 530 if (WARN_ON_ONCE((flags & (FOLL_GET | FOLL_PIN)) == 0)) in try_grab_folio_fast() 536 if (flags & FOLL_GET) in try_grab_folio_fast() 645 if (!(flags & (FOLL_GET | FOLL_PIN))) in follow_huge_pud() 842 if (WARN_ON_ONCE((flags & (FOLL_PIN | FOLL_GET)) == in follow_page_pte() 843 (FOLL_PIN | FOLL_GET))) in follow_page_pte() 1747 flags |= FOLL_GET; in __get_user_pages_locked() 2270 FOLL_FORCE | FOLL_DUMP | FOLL_GET); in get_dump_page() 2573 (FOLL_PIN | FOLL_GET))) in is_valid_gup_args() 3398 FOLL_FORCE | FOLL_PIN | FOLL_GET | in gup_fast_fallback() [all …]
|
| A D | rmap.c | 2528 FOLL_GET | FOLL_WRITE | FOLL_SPLIT_PMD, in make_device_exclusive_range()
|
| A D | huge_memory.c | 1551 if (!(flags & (FOLL_GET | FOLL_PIN))) in follow_devmap_pmd()
|
| /linux/include/linux/ |
| A D | mm_types.h | 1461 FOLL_GET = 1 << 1, enumerator
|
| /linux/drivers/virt/nitro_enclaves/ |
| A D | ne_misc_dev.c | 967 ne_mem_region->pages + i, FOLL_GET); in ne_set_user_memory_region_ioctl()
|
Completed in 30 milliseconds