Searched refs:PAGE_IS_PRESENT (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pagemap_ioctl.c | 26 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 …]
|
D | vm_util.c | 47 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/ |
D | shared_zeropage_test.c | 42 .category_anyof_mask = PAGE_IS_PRESENT, in maps_shared_zeropage()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | pagemap.rst | 231 - ``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/ |
D | fs.h | 345 #define PAGE_IS_PRESENT (1 << 3) macro
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 348 #define PAGE_IS_PRESENT (1 << 3) macro
|
/linux-6.12.1/include/uapi/linux/ |
D | fs.h | 348 #define PAGE_IS_PRESENT (1 << 3) macro
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 2064 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()
|