Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dleafops.h94 static inline softleaf_t softleaf_from_pmd(pmd_t pmd) in softleaf_from_pmd() function
113 static inline softleaf_t softleaf_from_pmd(pmd_t pmd) in softleaf_from_pmd() function
586 return softleaf_is_device_private(softleaf_from_pmd(pmd)); in pmd_is_device_private_entry()
606 return softleaf_is_migration(softleaf_from_pmd(pmd)); in pmd_is_migration_entry()
634 const softleaf_t entry = softleaf_from_pmd(pmd); in pmd_is_valid_softleaf()
650 const softleaf_t entry = softleaf_from_pmd(pmd); in pmd_to_softleaf_folio()
/linux/mm/
H A Dpage_table_check.c222 const softleaf_t entry = softleaf_from_pmd(pmd); in page_table_check_pmd_flags()
H A Dhuge_memory.c1410 entry = softleaf_from_pmd(vmf->orig_pmd); in __do_huge_pmd_anonymous_page()
1814 softleaf_t entry = softleaf_from_pmd(pmd); in vmf_insert_pfn_pud()
2559 softleaf_t entry = softleaf_from_pmd(*pmd); in clear_uffd_wp_pmd()
3063 const softleaf_t old_entry = softleaf_from_pmd(old_pmd); in __split_huge_zero_page_pmd()
3101 entry = softleaf_from_pmd(old_pmd); in __split_huge_pmd_locked()
3117 entry = softleaf_from_pmd(old_pmd); in __split_huge_pmd_locked()
4895 old_entry = softleaf_from_pmd(pmdval); in split_huge_pages_write()
4954 entry = softleaf_from_pmd(*pvmw->pmd); in split_huge_pages_write()
H A Dhmm.c342 const softleaf_t entry = softleaf_from_pmd(pmd); in hmm_vma_handle_absent_pmd()
H A Dmigrate_device.c167 const softleaf_t entry = softleaf_from_pmd(*pmdp); in migrate_vma_collect_huge_pmd()
H A Dmigrate.c556 softleaf_entry_wait_on_locked(softleaf_from_pmd(*pmd), ptl); in pmd_migration_entry_wait()
H A Drmap.c2485 pfn = softleaf_to_pfn(softleaf_from_pmd(pmdval)); in try_to_migrate_one()
/linux/mm/damon/
H A Dops-common.c86 pfn = softleaf_to_pfn(softleaf_from_pmd(pmdval)); in damon_pmdp_mkold()