Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable.h708 #define pmd_pgprot pmd_pgprot macro
709 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h870 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1585 pgprot_t pmd_pgprot; in populate_pmd() local