Home
last modified time | relevance | path

Searched refs:softleaf_from_pte (Results 1 – 14 of 14) 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/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.c905 const softleaf_t entry = softleaf_from_pte(orig_pte); in try_restore_exclusive_pte()
931 softleaf_t entry = softleaf_from_pte(orig_pte); in copy_nonpresent_pte()
1285 entry = softleaf_from_pte(ptep_get(src_pte)); in copy_pte_range()
1728 entry = softleaf_from_pte(ptent); in zap_nonpresent_ptes()
4571 const softleaf_t entry = softleaf_from_pte(vmf->orig_pte); in handle_pte_marker()
4606 entry = softleaf_from_pte(vmf->orig_pte); in __alloc_swap_folio()
4634 entry = softleaf_from_pte(pte); in can_swapin_thp()
4701 entry = softleaf_from_pte(vmf->orig_pte); in alloc_swap_folio()
4798 entry = softleaf_from_pte(vmf->orig_pte); in do_swap_page()
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.c2104 const softleaf_t entry = softleaf_from_pte(pteval); in try_to_unmap_one()
2510 const softleaf_t entry = softleaf_from_pte(pteval); in try_to_migrate_one()
2595 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.c835 entry = softleaf_from_pte(pentry); in swap_vma_readahead()
H A Dhugetlb.c4934 softleaf = softleaf_from_pte(entry); in copy_hugetlb_page_range()
6012 softleaf_to_marker(softleaf_from_pte(vmf.orig_pte)); in hugetlb_fault()
6031 const softleaf_t softleaf = softleaf_from_pte(vmf.orig_pte); in hugetlb_fault()
6474 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.c1514 const softleaf_t entry = softleaf_from_pte(orig_src_pte); in move_pages_ptes()
H A Dmemory-failure.c701 const softleaf_t entry = softleaf_from_pte(pte); in check_hwpoisoned_entry()