Home
last modified time | relevance | path

Searched refs:pmd_to_swp_entry (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dswapops.h262 static inline swp_entry_t pmd_to_swp_entry(pmd_t pmd) in pmd_to_swp_entry() function
284 return !pmd_present(pmd) && is_migration_entry(pmd_to_swp_entry(pmd)); in is_pmd_migration_entry()
301 static inline swp_entry_t pmd_to_swp_entry(pmd_t pmd) in pmd_to_swp_entry() function
/kernel/linux/linux-5.10/mm/
Dpage_vma_mapped.c233 entry = pmd_to_swp_entry(pmde); in page_vma_mapped_walk()
Dhuge_memory.c1040 swp_entry_t entry = pmd_to_swp_entry(pmd); in copy_huge_pmd()
1693 entry = pmd_to_swp_entry(orig_pmd); in zap_huge_pmd()
1816 swp_entry_t entry = pmd_to_swp_entry(*pmd); in change_huge_pmd()
2058 entry = pmd_to_swp_entry(old_pmd); in __split_huge_pmd_locked()
2112 entry = pmd_to_swp_entry(old_pmd); in __split_huge_pmd_locked()
2990 entry = pmd_to_swp_entry(*pvmw->pmd); in remove_migration_pmd()
Dmigrate.c369 page = migration_entry_to_page(pmd_to_swp_entry(*pmd)); in pmd_migration_entry_wait()
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c585 swp_entry_t entry = pmd_to_swp_entry(*pmd); in smaps_pmd_entry()
1147 } else if (is_migration_entry(pmd_to_swp_entry(pmd))) { in clear_soft_dirty_pmd()
1478 swp_entry_t entry = pmd_to_swp_entry(pmd); in pagemap_pmd_range()