Home
last modified time | relevance | path

Searched refs:softleaf_from_pte (Results 1 – 16 of 16) sorted by relevance

/linux/include/linux/
H A Dleafops.h55 static inline softleaf_t softleaf_from_pte(pte_t pte) in softleaf_from_pte() function
527 return softleaf_is_marker(softleaf_from_pte(pte)); in pte_is_marker()
539 const softleaf_t entry = softleaf_from_pte(pte); in pte_is_uffd_wp_marker()
556 const softleaf_t entry = softleaf_from_pte(pte); in pte_is_uffd_marker()
/linux/arch/s390/mm/
H A Dgmap_helpers.c110 sl = softleaf_from_pte(*ptep); in gmap_helper_zap_one_page()
/linux/mm/
H A Dmincore.c205 const softleaf_t entry = softleaf_from_pte(pte); in mincore_pte_range()
H A Dpage_table_check.c193 const softleaf_t entry = softleaf_from_pte(pte); in page_table_check_pte_flags()
H A Dmadvise.c208 entry = softleaf_from_pte(pte); in swapin_walk_pmd_entry()
691 softleaf_t entry = softleaf_from_pte(ptent); in madvise_free_pte_range()
1064 const softleaf_t entry = softleaf_from_pte(ptent); in is_guard_pte_marker()
H A Dmemory.c921 const softleaf_t entry = softleaf_from_pte(orig_pte); in try_restore_exclusive_pte()
947 softleaf_t entry = softleaf_from_pte(orig_pte); in copy_nonpresent_pte()
1301 entry = softleaf_from_pte(ptep_get(src_pte)); in copy_pte_range()
1744 entry = softleaf_from_pte(ptent); in zap_nonpresent_ptes()
4587 const softleaf_t entry = softleaf_from_pte(vmf->orig_pte); in handle_pte_marker()
4686 entry = softleaf_from_pte(vmf->orig_pte); in thp_swap_suitable_orders()
4766 entry = softleaf_from_pte(vmf->orig_pte); in alloc_swap_folio()
H A Dmigrate.c382 entry = softleaf_from_pte(old_pte); in remove_migration_pte()
499 entry = softleaf_from_pte(pte); in migration_entry_wait()
529 entry = softleaf_from_pte(pte); in migration_entry_wait_huge()
H A Drmap.c2106 const softleaf_t entry = softleaf_from_pte(pteval); in try_to_unmap_one()
2512 const softleaf_t entry = softleaf_from_pte(pteval); in try_to_migrate_one()
2597 const softleaf_t entry = softleaf_from_pte(pteval); in try_to_migrate_one()
H A Dhmm.c261 const softleaf_t entry = softleaf_from_pte(pte); in hmm_vma_handle_pte()
H A Dswap_state.c927 entry = softleaf_from_pte(pentry);
H A Dhugetlb.c4918 softleaf = softleaf_from_pte(entry); in copy_hugetlb_page_range()
5997 softleaf_to_marker(softleaf_from_pte(vmf.orig_pte)); in hugetlb_fault()
6016 const softleaf_t softleaf = softleaf_from_pte(vmf.orig_pte); in hugetlb_fault()
6460 entry = softleaf_from_pte(pte); in hugetlb_change_protection()
H A Dmigrate_device.c295 entry = softleaf_from_pte(pte); in migrate_vma_collect_pmd()
H A Dmempolicy.c715 const softleaf_t entry = softleaf_from_pte(ptent); in queue_folios_pte_range()
786 const softleaf_t entry = softleaf_from_pte(ptep); in queue_folios_hugetlb()
H A Duserfaultfd.c1596 const softleaf_t entry = softleaf_from_pte(orig_src_pte); in move_pages_ptes()
H A Dmemory-failure.c689 const softleaf_t entry = softleaf_from_pte(pte); in set_to_kill()
/linux/mm/damon/
H A Dops-common.c54 pfn = softleaf_to_pfn(softleaf_from_pte(pteval)); in damon_ptep_mkold()