Home
last modified time | relevance | path

Searched defs:pud_pgprot (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable.h723 #define pud_pgprot pud_pgprot macro
724 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h707 #define pud_pgprot pud_pgprot macro
708 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h911 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro
/linux/include/linux/
H A Dpgtable.h1984 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1665 pgprot_t pud_pgprot; in populate_pud() local