Home
last modified time | relevance | path

Searched defs:pmd_uffd_wp (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/asm-generic/
Dpgtable_uffd.h10 static __always_inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h573 static inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h583 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd)) macro