Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/include/asm/
Dpgtable_64.h786 #define pmd_pgprot pmd_pgprot macro
787 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/linux-6.15/arch/riscv/include/asm/
Dpgtable.h719 #define pmd_pgprot pmd_pgprot macro
720 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux-6.15/arch/arm64/include/asm/
Dpgtable.h636 #define pmd_pgprot pmd_pgprot macro
637 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux-6.15/include/linux/
Dpgtable.h1975 #define pmd_pgprot(x) ((pgprot_t) {0}) macro
/linux-6.15/arch/x86/mm/pat/
Dset_memory.c1588 pgprot_t pmd_pgprot; in populate_pmd() local
/linux-6.15/arch/x86/include/asm/
Dpgtable.h914 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro