Searched defs:pmd_pgprot (Results 1 – 4 of 4) sorted by relevance
786 #define pmd_pgprot pmd_pgprot macro787 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
622 #define pmd_pgprot pmd_pgprot macro623 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
914 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
1384 pgprot_t pmd_pgprot; in populate_pmd() local