Home
last modified time | relevance | path

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

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