Home
last modified time | relevance | path

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

/arch/x86/mm/
Dmem_encrypt.c216 old_prot = pud_pgprot(*(pud_t *)kpte); in __set_clr_pte_enc()
Dpageattr.c769 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
977 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1320 pgprot_t pud_pgprot; in populate_pud() local
1358 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1365 canon_pgprot(pud_pgprot)))); in populate_pud()
/arch/x86/include/asm/
Dpgtable.h642 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro