Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h67 #define pmd_pgprot pmd_pgprot macro
68 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c947 old_prot = pmd_pgprot(*(pmd_t *)kpte); in __should_split_large_page()
1153 ref_prot = pmd_pgprot(*(pmd_t *)kpte); in __split_large_page()
1361 set_pud(pud, pfn_pud(pfn, pmd_pgprot(first))); in collapse_pud_page()
1596 pgprot_t pmd_pgprot; in populate_pmd() local
1628 pmd_pgprot = pgprot_4k_2_large(pgprot); in populate_pmd()
1642 canon_pgprot(pmd_pgprot)))); in populate_pmd()
/linux/arch/riscv/include/asm/
H A Dpgtable.h783 #define pmd_pgprot pmd_pgprot macro
784 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.h657 #define pmd_pgprot pmd_pgprot macro
658 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h863 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux/mm/
H A Dmemory.c6962 pfnmap_args_setup(args, lock, NULL, pmd_pgprot(pmd), in follow_pfnmap_start()