Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dhuge_mm.h490 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
642 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
/linux-6.15/mm/
H A Dhuge_memory.c1388 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pfn_pmd()
1768 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1933 if (is_huge_zero_pmd(orig_pmd)) { in do_huge_pmd_wp_page()
2142 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
2230 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
2428 if (is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2590 if (!is_huge_zero_pmd(src_pmdval)) { in move_pages_huge_pmd()
2890 } else if (is_huge_zero_pmd(old_pmd)) { in __split_huge_pmd_locked()
2906 if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
H A Dmlock.c368 if (is_huge_zero_pmd(*pmd)) in mlock_pte_range()
H A Dpagewalk.c917 is_huge_zero_pmd(pmd)) { in folio_walk_start()
H A Dmadvise.c378 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
H A Dgup.c753 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(pmdval)) in follow_huge_pmd()
H A Dvmscan.c3426 if (!pmd_present(pmd) || is_huge_zero_pmd(pmd)) in get_pmd_pfn()
3689 if (!pmd_present(val) || is_huge_zero_pmd(val)) { in walk_pmd_range()
H A Dmemory.c678 if (is_huge_zero_pmd(pmd)) in vm_normal_page_pmd()