Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h73 #define pud_pgprot pud_pgprot macro
74 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h789 #define pud_pgprot pud_pgprot macro
790 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c952 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
1165 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1670 pgprot_t pud_pgprot; in populate_pud() local
1708 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1715 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/arch/arm64/include/asm/
H A Dpgtable.h665 #define pud_pgprot pud_pgprot macro
666 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h864 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro
/linux/mm/
H A Dmemory.c6925 pfnmap_args_setup(args, lock, NULL, pud_pgprot(pud), in follow_pfnmap_start()