Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dmincore.c130 if (pmd_trans_unstable(pmd)) { in mincore_pte_range()
Dpagewalk.c63 if (pmd_trans_unstable(pmd)) in walk_pmd_range()
Dmprotect.c54 if (pmd_trans_unstable(pmd)) in change_pte_range()
Dmremap.c238 if (pmd_trans_unstable(old_pmd)) in move_page_tables()
Dmadvise.c328 if (pmd_trans_unstable(pmd)) in madvise_free_pte_range()
Dmigrate.c2164 if (pmd_trans_unstable(pmdp)) in migrate_vma_collect_pmd()
2612 if (unlikely(pmd_trans_unstable(pmdp))) in migrate_vma_insert_page()
Dgup.c296 if (pmd_trans_unstable(pmd)) in follow_pmd_mask()
Dmemory.c3146 if (unlikely(pmd_trans_unstable(vmf->pmd))) in do_anonymous_page()
3269 return pmd_devmap(*pmd) || pmd_trans_unstable(pmd); in pmd_devmap_trans_unstable()
Dmempolicy.c487 if (pmd_trans_unstable(pmd)) in queue_pages_pte_range()
Dmemcontrol.c4989 if (pmd_trans_unstable(pmd)) in mem_cgroup_count_precharge_pte_range()
5211 if (pmd_trans_unstable(pmd)) in mem_cgroup_move_charge_pte_range()
/Linux-v4.19/fs/proc/
Dtask_mmu.c582 if (pmd_trans_unstable(pmd)) in smaps_pte_range()
1017 if (pmd_trans_unstable(pmd)) in clear_refs_pte_range()
1345 if (pmd_trans_unstable(pmdp)) in pagemap_pmd_range()
1678 if (pmd_trans_unstable(pmd)) in gather_pte_stats()
/Linux-v4.19/include/asm-generic/
Dpgtable.h971 static inline int pmd_trans_unstable(pmd_t *pmd) in pmd_trans_unstable() function