Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/
Dioremap.c58 return iowa_ioremap(addr, size, pte_pgprot(pte), caller); in ioremap_prot()
59 return __ioremap_caller(addr, size, pte_pgprot(pte), caller); in ioremap_prot()
Dpgtable.c226 pte = pfn_pte(pte_pfn(pte) + 1, pte_pgprot((pte))); in set_ptes()
/linux-6.6.21/arch/x86/mm/pat/
Dcpa-test.c153 if (!pte || pgprot_val(pte_pgprot(*pte)) == 0 || in pageattr_test()
161 if (pgprot_val(pte_pgprot(*pte)) != in pageattr_test()
162 pgprot_val(pte_pgprot(pte0))) { in pageattr_test()
Dset_memory.c1606 pgprot_t old_prot = pte_pgprot(old_pte); in __change_page_attr()
1607 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
/linux-6.6.21/arch/arm64/mm/
Dhugetlbpage.c268 hugeprot = pte_pgprot(pte); in set_huge_pte_at()
479 hugeprot = pte_pgprot(pte); in huge_ptep_set_access_flags()
506 hugeprot = pte_pgprot(pte); in huge_ptep_set_wrprotect()
/linux-6.6.21/arch/arc/include/asm/
Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpage.h73 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.6.21/arch/powerpc/include/asm/
Dpgtable.h66 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.6.21/arch/sh/include/asm/
Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux-6.6.21/arch/mips/include/asm/
Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-6.6.21/arch/x86/mm/
Dmem_encrypt_amd.c261 prot = pte_pgprot(*kpte); in pg_level_to_pfn()
Dinit_64.c560 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init()
646 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud)); in phys_pud_init()
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h442 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h869 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h905 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/linux-6.6.21/mm/
Dmemory.c5680 *prot = pgprot_val(pte_pgprot(pte)); in follow_phys()
5722 prot = pgprot_val(pte_pgprot(pte)); in generic_access_phys()