Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c895 old_prot = pmd_pgprot(*(pmd_t *)kpte); in __should_split_large_page()
1100 ref_prot = pmd_pgprot(*(pmd_t *)kpte); in __split_large_page()
1381 pgprot_t pmd_pgprot; in populate_pmd() local
1413 pmd_pgprot = pgprot_4k_2_large(pgprot); in populate_pmd()
1427 canon_pgprot(pmd_pgprot)))); in populate_pmd()
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c265 prot = pmd_pgprot(*(pmd_t *)kpte); in pg_level_to_pfn()
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h785 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h854 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro