Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgtable_uffd.h42 static __always_inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
H A Dhugetlb.h50 return pte_clear_uffd_wp(pte); in huge_pte_clear_uffd_wp()
/linux/arch/riscv/include/asm/
H A Dpgtable.h416 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
904 return pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd))); in pmd_clear_uffd_wp()
/linux/arch/arm64/include/asm/
H A Dpgtable.h354 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
598 #define pmd_clear_uffd_wp(pmd) pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd)))
/linux/arch/x86/include/asm/
H A Dpgtable.h424 static inline pte_t pte_clear_uffd_wp(pte_t pte) in pte_clear_uffd_wp() function
/linux/mm/
H A Dmemory.c1100 pte = pte_clear_uffd_wp(pte); in __copy_present_ptes()
4248 pte = pte_clear_uffd_wp(ptep_get(vmf->pte)); in do_wp_page()