Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/mm/
Dpageattr.c768 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
976 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1319 pgprot_t pud_pgprot; in populate_pud() local
1357 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1364 canon_pgprot(pud_pgprot)))); in populate_pud()
Dmem_encrypt.c216 old_prot = pud_pgprot(*(pud_t *)kpte); in __set_clr_pte_enc()
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h638 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro