Home
last modified time | relevance | path

Searched refs:pte_clear_uffd_wp (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dpgtable_uffd.h25 static __always_inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
H A Dhugetlb.h55 return pte_clear_uffd_wp(pte); in huge_pte_clear_uffd_wp()
/linux-6.15/mm/
H A Dmprotect.c175 ptent = pte_clear_uffd_wp(ptent); in change_pte_range()
H A Dmremap.c265 pte = pte_clear_uffd_wp(pte); in move_ptes()
H A Dmemory.c959 pte = pte_clear_uffd_wp(pte); in __copy_present_ptes()
3867 pte = pte_clear_uffd_wp(ptep_get(vmf->pte)); in do_wp_page()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h312 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
570 #define pmd_clear_uffd_wp(pmd) pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd)))
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h463 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function