Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswapops.h448 static inline bool is_pte_marker(pte_t pte) in is_pte_marker() function
484 return pte_none(pte) || is_pte_marker(pte); in pte_none_mostly()
/linux/include/asm-generic/
A Dhugetlb.h111 return huge_pte_none(pte) || is_pte_marker(pte); in huge_pte_none_mostly()
/linux/mm/
A Dhugetlb.c5298 } else if (unlikely(is_pte_marker(entry))) { in copy_hugetlb_page_range()
6343 if (is_pte_marker(vmf.orig_pte)) { in hugetlb_fault()
6837 } else if (unlikely(is_pte_marker(pte))) { in hugetlb_change_protection()
/linux/fs/proc/
A Dtask_mmu.c2235 if (is_hugetlb_entry_hwpoisoned(ptent) || is_pte_marker(ptent)) in make_uffd_wp_huge_pte()

Completed in 63 milliseconds