Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h785 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c1381 pgprot_t pmd_pgprot; in populate_pmd() local
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h854 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro