Home
last modified time | relevance | path

Searched refs:is_huge_zero_pmd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dhuge_mm.h304 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
458 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c784 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pfn_pmd()
1072 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1280 if (is_huge_zero_pmd(orig_pmd)) in do_huge_pmd_wp_page()
1354 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) in follow_trans_huge_pmd()
1587 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
1674 if (is_huge_zero_pmd(orig_pmd)) in zap_huge_pmd()
1676 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
1842 if (prot_numa && is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2074 if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
H A Dmadvise.c341 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
H A Dmemory.c716 if (is_huge_zero_pmd(pmd)) in vm_normal_page_pmd()