Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
Dpgtable.h725 #define pud_pgprot pud_pgprot macro
726 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux-6.15/arch/arm64/include/asm/
Dpgtable.h644 #define pud_pgprot pud_pgprot macro
645 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux-6.15/include/linux/
Dpgtable.h1979 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux-6.15/arch/x86/mm/pat/
Dset_memory.c1662 pgprot_t pud_pgprot; in populate_pud() local
/linux-6.15/arch/x86/include/asm/
Dpgtable.h915 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro