Home
last modified time | relevance | path

Searched refs:pte_is_uffd_marker (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dleafops.h554 static inline bool pte_is_uffd_marker(pte_t pte) in pte_is_uffd_marker() function
/linux/mm/
H A Duserfaultfd.c400 if (!pte_none(dst_ptep) && !pte_is_uffd_marker(dst_ptep)) in mfill_atomic_install_pte()
878 if (!huge_pte_none(ptep) && !pte_is_uffd_marker(ptep)) { in mfill_atomic_hugetlb()
2543 if (pte_is_uffd_marker(pte))
2638 if (pte_is_uffd_marker(ptent))
H A Dhugetlb.c6331 if (!huge_pte_none(dst_ptep) && !pte_is_uffd_marker(dst_ptep)) in hugetlb_mfill_atomic_pte()