Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h719 #define pmd_pgprot pmd_pgprot macro
720 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h786 #define pmd_pgprot pmd_pgprot macro
787 static inline pgprot_t pmd_pgprot(pmd_t entry) in pmd_pgprot() function
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c947 old_prot = pmd_pgprot(*(pmd_t *)kpte); in __should_split_large_page()
1152 ref_prot = pmd_pgprot(*(pmd_t *)kpte); in __split_large_page()
1357 set_pud(pud, pfn_pud(pfn, pmd_pgprot(first))); in collapse_pud_page()
1588 pgprot_t pmd_pgprot; in populate_pmd() local
1620 pmd_pgprot = pgprot_4k_2_large(pgprot); in populate_pmd()
1634 canon_pgprot(pmd_pgprot)))); in populate_pmd()
/linux-6.15/arch/x86/mm/
H A Dmem_encrypt_amd.c227 prot = pmd_pgprot(*(pmd_t *)kpte); in pg_level_to_pfn()
/linux-6.15/include/linux/
H A Dpgtable.h1974 #ifndef pmd_pgprot
1975 #define pmd_pgprot(x) ((pgprot_t) {0}) macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h636 #define pmd_pgprot pmd_pgprot macro
637 static inline pgprot_t pmd_pgprot(pmd_t pmd) in pmd_pgprot() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h914 #define pmd_pgprot(x) __pgprot(pmd_flags(x)) macro
/linux-6.15/mm/
H A Dmemory.c6777 pfnmap_args_setup(args, lock, NULL, pmd_pgprot(pmd), in follow_pfnmap_start()