Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h725 #define pud_pgprot pud_pgprot macro
726 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c952 old_prot = pud_pgprot(*(pud_t *)kpte); in __should_split_large_page()
1164 ref_prot = pud_pgprot(*(pud_t *)kpte); in __split_large_page()
1662 pgprot_t pud_pgprot; in populate_pud() local
1700 pud_pgprot = pgprot_4k_2_large(pgprot); in populate_pud()
1707 canon_pgprot(pud_pgprot)))); in populate_pud()
/linux-6.15/arch/x86/mm/
H A Dmem_encrypt_amd.c231 prot = pud_pgprot(*(pud_t *)kpte); in pg_level_to_pfn()
/linux-6.15/include/linux/
H A Dpgtable.h1978 #ifndef pud_pgprot
1979 #define pud_pgprot(x) ((pgprot_t) {0}) macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h644 #define pud_pgprot pud_pgprot macro
645 static inline pgprot_t pud_pgprot(pud_t pud) in pud_pgprot() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h915 #define pud_pgprot(x) __pgprot(pud_flags(x)) macro
/linux-6.15/mm/
H A Dmemory.c6763 pfnmap_args_setup(args, lock, NULL, pud_pgprot(pud), in follow_pfnmap_start()