Home
last modified time | relevance | path

Searched refs:pud_pgprot (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dpgtable.h804 #define pud_pgprot pud_pgprot macro
805 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c233 prot = pud_pgprot(*(pud_t *)kpte); in pg_level_to_pfn()
/linux/arch/arm64/include/asm/
H A Dpgtable.h666 #define pud_pgprot pud_pgprot macro
667 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/include/linux/
H A Dpgtable.h2340 #ifndef pud_pgprot
2341 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/arm64/mm/
H A Dmmu.c636 pgprot_t prot = pud_pgprot(pud); in split_pud()
/linux/mm/
H A Dmemory.c6826 pfnmap_args_setup(args, lock, NULL, pud_pgprot(pud), in follow_pfnmap_start()