Home
last modified time | relevance | path

Searched refs:pmd_trans_unstable (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/mm/
Dmincore.c116 if (pmd_trans_unstable(pmd)) { in mincore_pte_range()
Dmapping_dirty_helpers.c131 if (!pmd_trans_unstable(&pmdval)) in wp_clean_pmd_entry()
Dmigrate_device.c85 if (pmd_trans_unstable(pmdp)) in migrate_vma_collect_pmd()
571 if (unlikely(pmd_trans_unstable(pmdp))) in migrate_vma_insert_page()
Dmadvise.c407 if (pmd_trans_unstable(pmd)) in madvise_cold_or_pageout_pte_range()
609 if (pmd_trans_unstable(pmd)) in madvise_free_pte_range()
Dpagewalk.c146 if (pmd_trans_unstable(pmd)) in walk_pmd_range()
Dmprotect.c62 if (pmd_trans_unstable(pmd)) in change_pte_range()
Dmremap.c545 if (pmd_trans_unstable(old_pmd)) in move_page_tables()
Dmemory-failure.c640 if (pmd_trans_unstable(pmdp)) in hwpoison_pte_range()
Dgup.c738 if (pmd_trans_unstable(pmd)) in follow_pmd_mask()
Dmempolicy.c518 if (pmd_trans_unstable(pmd)) in queue_pages_pte_range()
Dmemcontrol.c5787 if (pmd_trans_unstable(pmd)) in mem_cgroup_count_precharge_pte_range()
6005 if (pmd_trans_unstable(pmd)) in mem_cgroup_move_charge_pte_range()
Dmemory.c4048 if (unlikely(pmd_trans_unstable(vmf->pmd))) in do_anonymous_page()
/linux-5.19.10/fs/proc/
Dtask_mmu.c622 if (pmd_trans_unstable(pmd)) in smaps_pte_range()
1179 if (pmd_trans_unstable(pmd)) in clear_refs_pte_range()
1513 if (pmd_trans_unstable(pmdp)) in pagemap_pmd_range()
1857 if (pmd_trans_unstable(pmd)) in gather_pte_stats()
/linux-5.19.10/include/linux/
Dpgtable.h1405 static inline int pmd_trans_unstable(pmd_t *pmd) in pmd_trans_unstable() function
1422 return pmd_devmap(*pmd) || pmd_trans_unstable(pmd); in pmd_devmap_trans_unstable()