Home
last modified time | relevance | path

Searched refs:pte_pgprot (Results 1 – 13 of 13) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h55 #define pte_pgprot pte_pgprot macro
56 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
66 return pte_pgprot(pte_exprotect(__pte(pgprot_val(prot)))); in pgprot_nx()
/linux/arch/arc/include/asm/
H A Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h343 #define pte_pgprot pte_pgprot macro
344 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
783 return pte_pgprot(pmd_pte(pmd)); in pmd_pgprot()
789 return pte_pgprot(pud_pte(pud)); in pud_pgprot()
/linux/arch/loongarch/include/asm/
H A Dpage.h60 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/sh/include/asm/
H A Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c225 prot = pte_pgprot(*kpte); in pg_level_to_pfn()
H A Dinit_64.c575 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init()
661 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud)); in phys_pud_init()
/linux/arch/arm64/include/asm/
H A Dpgtable.h497 #define pte_pgprot pte_pgprot macro
498 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
508 return pfn_pte(pte_pfn(pte) + nr, pte_pgprot(pte)); in pte_advance_pfn()
/linux/arch/s390/include/asm/
H A Dpgtable.h991 #define pte_pgprot pte_pgprot macro
992 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux/include/linux/
H A Dpgtable.h2157 #ifndef pte_pgprot
2158 #define pte_pgprot(x) ((pgprot_t) {0}) macro
/linux/arch/x86/mm/pat/
H A Dset_memory.c1285 pgprot = pgprot_4k_2_large(pte_pgprot(first)); in collapse_pmd_page()
1849 pgprot_t old_prot = pte_pgprot(old_pte); in __change_page_attr()
1850 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
/linux/arch/x86/include/asm/
H A Dpgtable.h869 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/linux/mm/
H A Dmemory.c6811 pfnmap_args_setup(args, lock, ptep, pte_pgprot(pte), in follow_pfnmap_start()