Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpage.h65 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
83 #define pte_pgprot(x) (x) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A 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()
H A Dset_memory.c1528 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dhugetlbpage.c96 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
235 hugeprot = pte_pgprot(pte); in set_huge_pte_at()
442 hugeprot = pte_pgprot(pte); in huge_ptep_set_access_flags()
469 hugeprot = pte_pgprot(pte); in huge_ptep_set_wrprotect()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable.h52 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpage.h99 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpage.h157 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmem_encrypt.c211 old_prot = pte_pgprot(*kpte); in __set_clr_pte_enc()
H A Dinit_64.c554 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init()
641 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud)); in phys_pud_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h671 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h873 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c5518 *prot = pgprot_val(pte_pgprot(pte)); in follow_phys()