Home
last modified time | relevance | path

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

/linux/arch/sparc/mm/
H A Dtlb.c189 if (is_huge_zero_pmd(pmd)) in __set_pmd_acct()
194 if (is_huge_zero_pmd(orig)) in __set_pmd_acct()
266 !is_huge_zero_pmd(entry)) in pmdp_invalidate()
/linux/include/linux/
H A Dhuge_mm.h490 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
645 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
/linux/mm/
H A Dhuge_memory.c1397 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pmd()
1745 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1910 if (is_huge_zero_pmd(orig_pmd)) { in do_huge_pmd_wp_page()
2119 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
2207 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
2413 if (is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2575 if (!is_huge_zero_pmd(src_pmdval)) { in move_pages_huge_pmd()
2873 } else if (is_huge_zero_pmd(old_pmd)) { in __split_huge_pmd_locked()
2889 if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
H A Dmlock.c366 if (is_huge_zero_pmd(*pmd)) in mlock_pte_range()
H A Dmadvise.c390 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
H A Dgup.c732 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(pmdval)) in follow_huge_pmd()
H A Dvmscan.c3457 if (!pmd_present(pmd) || is_huge_zero_pmd(pmd)) in get_pmd_pfn()
3717 if (!pmd_present(val) || is_huge_zero_pmd(val)) { in walk_pmd_range()
/linux/fs/proc/
H A Dtask_mmu.c2320 if (is_huge_zero_pmd(pmd)) in pagemap_thp_category()