Home
last modified time | relevance | path

Searched refs:is_pte_marker (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dhugetlb.h118 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
/linux-6.15/include/linux/
H A Dswapops.h439 static inline bool is_pte_marker(pte_t pte) in is_pte_marker() function
487 return pte_none(pte) || is_pte_marker(pte); in pte_none_mostly()
/linux-6.15/mm/
H A Dmadvise.c1059 return is_pte_marker(ptent) && in is_guard_pte_marker()
H A Dhugetlb.c5652 } else if (unlikely(is_pte_marker(entry))) { in copy_hugetlb_page_range()
6702 if (is_pte_marker(vmf.orig_pte)) { in hugetlb_fault()
7194 } else if (unlikely(is_pte_marker(pte))) { in hugetlb_change_protection()
/linux-6.15/fs/proc/
H A Dtask_mmu.c2259 if (is_hugetlb_entry_hwpoisoned(ptent) || is_pte_marker(ptent)) in make_uffd_wp_huge_pte()