Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h67 #define pmd_pgprot pmd_pgprot macro
68 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h783 #define pmd_pgprot pmd_pgprot macro
784 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h657 #define pmd_pgprot pmd_pgprot macro
658 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h863 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1596 pgprot_t pmd_pgprot; in populate_pmd() local