Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable_uffd.h10 static __always_inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
/OK3568_Linux_fs/kernel/include/linux/
H A Duserfaultfd_k.h121 return userfaultfd_wp(vma) && pmd_uffd_wp(pmd); in userfaultfd_huge_pmd_wp()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h414 static inline int pmd_uffd_wp(pmd_t pmd) in pmd_uffd_wp() function
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c2126 uffd_wp = pmd_uffd_wp(old_pmd); in __split_huge_pmd_locked()