Home
last modified time | relevance | path

Searched refs:swp_entry_to_pmd (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dswapops.h333 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd() function
356 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd() function
/linux/mm/
H A Dhuge_memory.c1884 pmd = swp_entry_to_pmd(entry); in copy_huge_non_present_pmd()
1897 pmd = swp_entry_to_pmd(entry); in copy_huge_non_present_pmd()
2635 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()
2640 newpmd = swp_entry_to_pmd(entry); in change_non_present_huge_pmd()
5019 pmdswp = swp_entry_to_pmd(entry); in set_pmd_migration_entry()
5070 pmde = swp_entry_to_pmd(entry); in remove_migration_pmd()
H A Dmigrate_device.c839 entry = swp_entry_to_pmd(swp_entry); in migrate_vma_insert_huge_pmd_page()