Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dpgtable.h786 #define pud_pgprot pud_pgprot macro
787 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/mm/pat/
H A Dset_memory.c946 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
1158 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1659 pgprot_t pud_pgprot; in populate_pud() local
1697 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1704 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.h2165 #ifndef pud_pgprot
2166 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h703 #define pud_pgprot pud_pgprot macro
704 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux/arch/x86/include/asm/
H A Dpgtable.h871 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro
/linux/arch/arm64/mm/
H A Dmmu.c636 pgprot_t prot = pud_pgprot(pud); in split_pud()
/linux/mm/
H A Dmemory.c6785 pfnmap_args_setup(args, lock, NULL, pud_pgprot(pud), in follow_pfnmap_start()