Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dpgtable_64.h784 #define pmd_pgprot pmd_pgprot macro
785 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h798 #define pmd_pgprot pmd_pgprot macro
799 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h658 #define pmd_pgprot pmd_pgprot macro
659 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/include/linux/
H A Dpgtable.h2337 #define pmd_pgprot(x) ((pgprot_t) {0}) macro