Home
last modified time | relevance | path

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

/arch/x86/mm/
Dmem_encrypt.c212 old_prot = pmd_pgprot(*(pmd_t *)kpte); in __set_clr_pte_enc()
Dpageattr.c764 old_prot = pmd_pgprot(*(pmd_t *)kpte); in __should_split_large_page()
965 ref_prot = pmd_pgprot(*(pmd_t *)kpte); in __split_large_page()
1246 pgprot_t pmd_pgprot; in populate_pmd() local
1278 pmd_pgprot = pgprot_4k_2_large(pgprot); in populate_pmd()
1292 canon_pgprot(pmd_pgprot)))); in populate_pmd()
/arch/sparc/include/asm/
Dpgtable_64.h786 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/arch/x86/include/asm/
Dpgtable.h641 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro