Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dset_memory.c903 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
1115 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1458 pgprot_t pud_pgprot; in populate_pud() local
1496 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1503 canon_pgprot(pud_pgprot)))); in populate_pud()
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c233 prot = pud_pgprot(*(pud_t *)kpte); in pg_level_to_pfn()
/linux/include/linux/
H A Dpgtable.h1967 #ifndef pud_pgprot
1968 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h642 #define pud_pgprot pud_pgprot macro
643 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h915 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro
/linux/mm/
H A Dmemory.c6445 pfnmap_args_setup(args, lock, NULL, pud_pgprot(pud), in follow_pfnmap_start()