Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dswapops.h187 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry() function
244 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry() function
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c863 WARN_ON(!is_write_migration_entry(swp)); in swap_migration_tests()
867 WARN_ON(is_write_migration_entry(swp)); in swap_migration_tests()
871 WARN_ON(is_write_migration_entry(swp)); in swap_migration_tests()
H A Dhuge_memory.c1043 if (is_write_migration_entry(entry)) { in copy_huge_pmd()
1819 if (is_write_migration_entry(entry)) { in change_huge_pmd()
2115 write = is_write_migration_entry(entry); in __split_huge_pmd_locked()
3008 if (is_write_migration_entry(entry)) in remove_migration_pmd()
H A Dmprotect.c146 if (is_write_migration_entry(entry)) { in change_pte_range()
H A Dhugetlb.c3863 if (is_write_migration_entry(swp_entry) && cow) { in copy_hugetlb_page_range()
5095 if (is_write_migration_entry(entry)) { in hugetlb_change_protection()
H A Dmigrate.c222 if (is_write_migration_entry(entry)) in remove_migration_pte()
H A Dmemory.c764 if (is_write_migration_entry(entry) && in copy_nonpresent_pte()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst251 | is_write_migration_entry | Tests a write migration swapped entry |