Home
last modified time | relevance | path

Searched defs:pmd_access_permitted (Results 1 – 4 of 4) 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/arch/arm64/include/asm/
H A Dpgtable.h145 #define pmd_access_permitted(pmd, write) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h518 #define pmd_access_permitted(pmd, write) \ macro