Home
last modified time | relevance | path

Searched refs:PAGE_IS_PRESENT (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/mm/
Dpagemap_ioctl.c26 PAGE_IS_FILE | PAGE_IS_PRESENT | \
30 PAGE_IS_PRESENT | PAGE_IS_SWAPPED | \
1100 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1101 (PAGE_IS_WRITTEN | PAGE_IS_PRESENT), in sanity_tests()
1108 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1109 (PAGE_IS_WRITTEN | PAGE_IS_PRESENT), in sanity_tests()
1114 PAGE_IS_WRITTEN, PAGE_IS_PRESENT, 0, PAGEMAP_BITS_ALL); in sanity_tests()
1116 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1117 (PAGE_IS_WRITTEN | PAGE_IS_PRESENT), in sanity_tests()
1128 PAGE_IS_PRESENT, 0, PAGE_IS_PRESENT, PAGEMAP_BITS_ALL); in sanity_tests()
[all …]
Dvm_util.c47 PAGE_IS_PRESENT | PAGE_IS_SWAPPED | PAGE_IS_PFNZERO | in __pagemap_scan_get_categories()
118 PAGE_IS_PRESENT | PAGE_IS_SWAPPED); in pagemap_is_populated()
/linux-6.12.1/tools/testing/selftests/kvm/s390x/
Dshared_zeropage_test.c42 .category_anyof_mask = PAGE_IS_PRESENT, in maps_shared_zeropage()
/linux-6.12.1/Documentation/admin-guide/mm/
Dpagemap.rst231 - ``PAGE_IS_PRESENT`` - Page is present in the memory
274 .category_anyof_mask = PAGE_IS_PRESENT | PAGE_IS_HUGE,
276 PAGE_IS_PRESENT | PAGE_IS_HUGE,
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h345 #define PAGE_IS_PRESENT (1 << 3) macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h348 #define PAGE_IS_PRESENT (1 << 3) macro
/linux-6.12.1/include/uapi/linux/
Dfs.h348 #define PAGE_IS_PRESENT (1 << 3) macro
/linux-6.12.1/fs/proc/
Dtask_mmu.c2064 PAGE_IS_FILE | PAGE_IS_PRESENT | \
2086 categories |= PAGE_IS_PRESENT; in pagemap_page_category()
2148 categories |= PAGE_IS_PRESENT; in pagemap_thp_category()
2209 categories |= PAGE_IS_PRESENT; in pagemap_hugetlb_category()