Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dswapops.h180 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry() function
237 static inline int is_write_migration_entry(swp_entry_t entry) in is_write_migration_entry() function
/Linux-v5.10/mm/
Ddebug_vm_pgtable.c777 WARN_ON(!is_write_migration_entry(swp)); in swap_migration_tests()
781 WARN_ON(is_write_migration_entry(swp)); in swap_migration_tests()
785 WARN_ON(is_write_migration_entry(swp)); in swap_migration_tests()
Dmprotect.c146 if (is_write_migration_entry(entry)) { in change_pte_range()
Dhuge_memory.c1035 if (is_write_migration_entry(entry)) { in copy_huge_pmd()
1809 if (is_write_migration_entry(entry)) { in change_huge_pmd()
2093 write = is_write_migration_entry(entry); in __split_huge_pmd_locked()
2975 if (is_write_migration_entry(entry)) in remove_migration_pmd()
Dhugetlb.c3805 if (is_write_migration_entry(swp_entry) && cow) { in copy_hugetlb_page_range()
4962 if (is_write_migration_entry(entry)) { in hugetlb_change_protection()
Dmigrate.c244 if (is_write_migration_entry(entry)) in remove_migration_pte()
Dmemory.c725 if (is_write_migration_entry(entry) && in copy_nonpresent_pte()
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst251 | is_write_migration_entry | Tests a write migration swapped entry |