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

/linux-master/arch/powerpc/mm/
H A Dioremap.c54 return iowa_ioremap(addr, size, pte_pgprot(pte), caller);
55 return __ioremap_caller(addr, size, pte_pgprot(pte), caller);
/linux-master/arch/arm64/mm/
H A Dcontpte.c59 pte = pfn_pte(ALIGN_DOWN(pte_pfn(pte), CONT_PTES), pte_pgprot(pte));
122 prot = pte_pgprot(pte_mkold(pte_mkclean(pte)));
216 orig_prot = pte_pgprot(pte_mkold(pte_mkclean(orig_pte)));
222 prot = pte_pgprot(pte_mkold(pte_mkclean(pte)));
261 prot = pte_pgprot(pte);
H A Dhugetlbpage.c261 hugeprot = pte_pgprot(pte);
475 hugeprot = pte_pgprot(pte);
502 hugeprot = pte_pgprot(pte);
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h68 static inline pgprot_t pte_pgprot(pte_t pte) function
78 return pte_pgprot(pte_exprotect(__pte(pgprot_val(prot))));
/linux-master/arch/arc/include/asm/
H A Dpage.h83 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
/linux-master/arch/x86/mm/pat/
H A Dcpa-test.c153 if (!pte || pgprot_val(pte_pgprot(*pte)) == 0 ||
161 if (pgprot_val(pte_pgprot(*pte)) !=
162 pgprot_val(pte_pgprot(pte0))) {
H A Dset_memory.c1610 pgprot_t old_prot = pte_pgprot(old_pte);
1611 pgprot_t new_prot = pte_pgprot(old_pte);
/linux-master/arch/loongarch/include/asm/
H A Dpage.h65 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-master/arch/mips/include/asm/
H A Dpage.h143 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h88 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c225 prot = pte_pgprot(*kpte);
H A Dinit_64.c560 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd));
646 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud));
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h362 static inline pgprot_t pte_pgprot(pte_t pte) function
372 return pfn_pte(pte_pfn(pte) + nr, pte_pgprot(pte));
/linux-master/arch/x86/include/asm/
H A Dpgtable.h869 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h907 static inline pgprot_t pte_pgprot(pte_t pte) function
/linux-master/mm/
H A Dmemory.c5983 *prot = pgprot_val(pte_pgprot(pte));
6025 prot = pgprot_val(pte_pgprot(pte));

Completed in 208 milliseconds