Home
last modified time | relevance | path

Searched refs:pmd_access_permitted (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1127 #define pmd_access_permitted pmd_access_permitted macro
1128 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h1435 #define pmd_access_permitted pmd_access_permitted macro
1436 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h517 #ifndef pmd_access_permitted
518 #define pmd_access_permitted(pmd, write) \ macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h145 #define pmd_access_permitted(pmd, write) \ macro
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c2411 if (!pmd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pmd()