Home
last modified time | relevance | path

Searched defs:pmd_pgprot (Results 1 – 6 of 6) 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.h705 #define pmd_pgprot pmd_pgprot macro
706 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h685 #define pmd_pgprot pmd_pgprot macro
686 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c1591 pgprot_t pmd_pgprot; in populate_pmd() local
/linux/arch/x86/include/asm/
H A Dpgtable.h870 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux/include/linux/
H A Dpgtable.h2103 #define pmd_pgprot(x) ((pgprot_t) {0}) macro