Searched refs:PAGE_IS_WRITTEN (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 29 #define PAGEMAP_BITS_ALL (PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | \ 159 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0) in wp_addr_range() 220 vec_size - 2, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN); in userfaultfd_tests() 288 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 293 0, PAGE_IS_WRITTEN, 0, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 297 0, 0, 0, 0, PAGE_IS_WRITTEN) >= 0, in sanity_tests_sd() 301 0, PAGE_IS_WRITTEN, PAGE_IS_WRITTEN, 0, 0) == 0, in sanity_tests_sd() 305 0, PAGE_IS_WRITTEN, 0, 0, 0x1000) < 0, in sanity_tests_sd() 310 0, 0xFFF, PAGE_IS_WRITTEN, 0, PAGE_IS_WRITTEN) < 0, in sanity_tests_sd() 315 0, 0, 0, PAGEMAP_BITS_ALL, PAGE_IS_WRITTEN) >= 0, in sanity_tests_sd() [all …]
|
| H A D | vm_util.c | 50 arg.category_anyof_mask = PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | PAGE_IS_FILE | in __pagemap_scan_get_categories()
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 2418 #define PM_SCAN_CATEGORIES (PAGE_IS_WPALLOWED | PAGE_IS_WRITTEN | \ 2450 return PAGE_IS_WRITTEN; in pagemap_page_category() 2461 categories |= PAGE_IS_WRITTEN; in pagemap_page_category() 2483 categories |= PAGE_IS_WRITTEN; in pagemap_page_category() 2537 categories |= PAGE_IS_WRITTEN; in pagemap_thp_category() 2556 categories |= PAGE_IS_WRITTEN; in pagemap_thp_category() 2610 categories |= PAGE_IS_WRITTEN; in pagemap_hugetlb_category() 2625 categories |= PAGE_IS_WRITTEN; in pagemap_hugetlb_category() 2840 if (~categories & PAGE_IS_WRITTEN) in pagemap_scan_thp_entry() 2906 p->arg.category_mask == PAGE_IS_WRITTEN && in pagemap_scan_pmd_entry() [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 359 #define PAGE_IS_WRITTEN (1 << 1) macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 466 #define PAGE_IS_WRITTEN (1 << 1) macro
|