Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgtable_uffd.h27 static __always_inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h879 static inline bool 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.h636 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd)) macro