Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Duserfaultfd_k.h446 static inline bool pte_marker_uffd_wp(pte_t pte) in pte_marker_uffd_wp() function
475 if (pte_marker_uffd_wp(pte)) in pte_swp_uffd_wp_any()
/linux-6.15/mm/
H A Dmremap.c260 if (need_clear_uffd_wp && pte_marker_uffd_wp(pte)) in move_ptes()
H A Dhugetlb.c5770 if (need_clear_uffd_wp && pte_marker_uffd_wp(pte)) in move_huge_pte()
6584 if (unlikely(pte_marker_uffd_wp(vmf->orig_pte))) in hugetlb_no_page()
7201 if (pte_marker_uffd_wp(pte) && uffd_wp_resolve) in hugetlb_change_protection()
H A Dmemory.c112 return pte_marker_uffd_wp(vmf->orig_pte); in vmf_orig_pte_uffd_wp()