Searched refs:PAGE_IS_WRITTEN (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pagemap_ioctl.c | 25 #define PAGEMAP_BITS_ALL (PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | \ 155 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0) in wp_addr_range() 214 vec_size - 2, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN); in userfaultfd_tests() 280 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 285 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 289 0, 0, 0, 0, PAGE_IS_WRITTEN) >= 0, in sanity_tests_sd() 293 0, PAGE_IS_WRITTEN, PAGE_IS_WRITTEN, 0, 0) == 0, in sanity_tests_sd() 297 0, PAGE_IS_WRITTEN, 0, 0, 0x1000) < 0, in sanity_tests_sd() 302 0, 0xFFF, PAGE_IS_WRITTEN, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 307 0, 0, 0, PAGEMAP_BITS_ALL, PAGE_IS_WRITTEN) >= 0, in sanity_tests_sd() [all …]
|
D | vm_util.c | 46 arg.category_anyof_mask = PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | PAGE_IS_FILE | in __pagemap_scan_get_categories()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | pagemap.rst | 229 - ``PAGE_IS_WRITTEN`` - Page has been written to from the time it was write protected 261 .category_mask = PAGE_IS_WRITTEN, 262 .return_mask = PAGE_IS_WRITTEN, 272 .category_mask = PAGE_IS_WRITTEN | PAGE_IS_SWAPPED, 275 .return_mask = PAGE_IS_WRITTEN | PAGE_IS_SWAPPED | 279 The ``PAGE_IS_WRITTEN`` flag can be considered as a better-performing alternative 284 "PAGE_IS_WRITTEN" category is used with uffd write protect-enabled ranges to
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 2063 #define PM_SCAN_CATEGORIES (PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | \ 2088 categories |= PAGE_IS_WRITTEN; in pagemap_page_category() 2105 categories |= PAGE_IS_WRITTEN; in pagemap_page_category() 2150 categories |= PAGE_IS_WRITTEN; in pagemap_thp_category() 2167 categories |= PAGE_IS_WRITTEN; in pagemap_thp_category() 2211 categories |= PAGE_IS_WRITTEN; in pagemap_hugetlb_category() 2221 categories |= PAGE_IS_WRITTEN; in pagemap_hugetlb_category() 2423 if (~categories & PAGE_IS_WRITTEN) in pagemap_scan_thp_entry() 2491 p->arg.category_mask == PAGE_IS_WRITTEN && in pagemap_scan_pmd_entry() 2492 p->arg.return_mask == PAGE_IS_WRITTEN) { in pagemap_scan_pmd_entry() [all …]
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | fs.h | 343 #define PAGE_IS_WRITTEN (1 << 1) macro
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 346 #define PAGE_IS_WRITTEN (1 << 1) macro
|
/linux-6.12.1/include/uapi/linux/ |
D | fs.h | 346 #define PAGE_IS_WRITTEN (1 << 1) macro
|