Home
last modified time | relevance | path

Searched refs:pmd_pgprot (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dpgtable_64.h784 #define pmd_pgprot pmd_pgprot macro
785 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h798 #define pmd_pgprot pmd_pgprot macro
799 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c229 prot = pmd_pgprot(*(pmd_t *)kpte); in pg_level_to_pfn()
/linux/arch/arm64/include/asm/
H A Dpgtable.h658 #define pmd_pgprot pmd_pgprot macro
659 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/include/linux/
H A Dpgtable.h2336 #ifndef pmd_pgprot
2337 #define pmd_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/arm64/mm/
H A Dmmu.c591 pgprot_t prot = pmd_pgprot(pmd); in split_pmd()
/linux/mm/
H A Dmemory.c6839 pfnmap_args_setup(args, lock, NULL, pmd_pgprot(pmd), in follow_pfnmap_start()