Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmincore.c115 if (pmd_trans_unstable(pmd)) { in mincore_pte_range()
H A Dmapping_dirty_helpers.c128 if (!pmd_trans_unstable(&pmdval)) in wp_clean_pmd_entry()
H A Dmadvise.c400 if (pmd_trans_unstable(pmd)) in madvise_cold_or_pageout_pte_range()
612 if (pmd_trans_unstable(pmd)) in madvise_free_pte_range()
H A Dpagewalk.c107 if (pmd_trans_unstable(pmd)) in walk_pmd_range()
H A Dmprotect.c57 if (pmd_trans_unstable(pmd)) in change_pte_range()
H A Dmremap.c514 if (pmd_trans_unstable(old_pmd)) in move_page_tables()
H A Dmigrate.c2321 if (pmd_trans_unstable(pmdp)) in migrate_vma_collect_pmd()
2887 if (unlikely(pmd_trans_unstable(pmdp))) in migrate_vma_insert_page()
H A Dgup.c673 if (pmd_trans_unstable(pmd)) in follow_pmd_mask()
H A Dmempolicy.c542 if (pmd_trans_unstable(pmd)) in queue_pages_pte_range()
H A Dmemcontrol.c5923 if (pmd_trans_unstable(pmd)) in mem_cgroup_count_precharge_pte_range()
6141 if (pmd_trans_unstable(pmd)) in mem_cgroup_move_charge_pte_range()
H A Dmemory.c3895 if (unlikely(pmd_trans_unstable(vmf->pmd))) in do_anonymous_page()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c661 if (pmd_trans_unstable(pmd)) in smaps_pte_range()
1231 if (pmd_trans_unstable(pmd)) in clear_refs_pte_range()
1561 if (pmd_trans_unstable(pmdp)) in pagemap_pmd_range()
1899 if (pmd_trans_unstable(pmd)) in gather_pte_stats()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1258 static inline int pmd_trans_unstable(pmd_t *pmd) in pmd_trans_unstable() function
1275 return pmd_devmap(*pmd) || pmd_trans_unstable(pmd); in pmd_devmap_trans_unstable()