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.h717 #define pmd_pgprot pmd_pgprot macro
718 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h699 #define pmd_pgprot pmd_pgprot macro
700 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h910 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux/include/linux/
H A Dpgtable.h1980 #define pmd_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1591 pgprot_t pmd_pgprot; in populate_pmd() local