Home
last modified time | relevance | path

Searched refs:FOLL_TOUCH (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dgup_test.c22 #define FOLL_TOUCH 0x02 /* mark page accessed */
246 * FOLL_TOUCH, in gup_test, is used as an either/or case: either in main()
247 * fault pages in from the kernel via FOLL_TOUCH, or fault them in main()
252 gup.gup_flags |= FOLL_TOUCH; in main()
21 #define FOLL_TOUCH global() macro
/linux/mm/
H A Dgup.c648 if (flags & FOLL_TOUCH) in follow_huge_pud()
744 if (pmd_trans_huge(pmdval) && (flags & FOLL_TOUCH)) in follow_huge_pmd()
774 if (flags & FOLL_TOUCH) { in follow_pfn_pte()
923 if (flags & FOLL_TOUCH) { in follow_page_pte()
1902 gup_flags = FOLL_TOUCH; in populate_vma_page_range()
1962 * FOLL_TOUCH: Mark page accessed and thereby young; will also mark
1970 gup_flags = FOLL_TOUCH | FOLL_HWPOISON | FOLL_UNLOCKABLE |
2512 * - FOLL_TOUCH/FOLL_PIN/FOLL_TRIED/FOLL_FAST_ONLY are internal only in __gup_longterm_locked()
2615 FOLL_TOUCH | FOLL_REMOTE))
2653 if (!is_valid_gup_args(pages, NULL, &gup_flags, FOLL_TOUCH)) in get_user_pages_remote()
[all...]
H A Dinternal.h1236 FOLL_TOUCH = 1 << 16,
1251 #define INTERNAL_GUP_FLAGS (FOLL_TOUCH | FOLL_TRIED | FOLL_REMOTE | FOLL_PIN | \
1249 FOLL_TOUCH = 1 << 16, global() enumerator
H A Dhuge_memory.c1555 if (flags & FOLL_TOUCH) in follow_devmap_pmd()