Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dpage.h56 #define pte_pgprot(x) __pgprot(pte_val(x)) macro
74 #define pte_pgprot(x) (x) macro
/arch/x86/mm/
Dpageattr-test.c150 if (!pte || pgprot_val(pte_pgprot(*pte)) == 0 || in pageattr_test()
158 if (pgprot_val(pte_pgprot(*pte)) != in pageattr_test()
159 pgprot_val(pte_pgprot(pte0))) { in pageattr_test()
Dinit_64.c506 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init()
579 prot = pte_pgprot(pte_clrhuge(*(pte_t *)pud)); in phys_pud_init()
Dpageattr.c1208 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr()
/arch/sh/include/asm/
Dpage.h106 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/arch/powerpc/include/asm/
Dpgtable.h39 static inline pgprot_t pte_pgprot(pte_t pte) { return __pgprot(pte_val(pte) & PAGE_PROT_BITS); } in pte_pgprot() function
/arch/tile/include/asm/
Dpgtable.h169 #define pte_pgprot(x) hv_pte_set_pa((x), 0) macro
/arch/x86/include/asm/
Dpgtable.h454 #define pte_pgprot(x) __pgprot(pte_flags(x)) macro