Home
last modified time | relevance | path

Searched refs:prot_pte (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mm/
Dmmu.c202 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
209 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
215 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
221 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
227 .prot_pte = PROT_PTE_DEVICE,
243 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
249 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
255 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
265 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
272 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dmm.h38 pteval_t prot_pte; member
Dioremap.c45 __pgprot(mtype->prot_pte)); in ioremap_page()
264 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
/arch/unicore32/mm/
Dmmu.c93 .prot_pte = PROT_PTE_DEVICE,
102 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
108 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
114 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
169 set_pte(pte, pfn_pte(pfn, __pgprot(type->prot_pte))); in alloc_init_pte()
Dmm.h31 unsigned int prot_pte; member
Dioremap.c52 __pgprot(mtype->prot_pte)); in ioremap_page()
173 __pgprot(type->prot_pte)); in __uc32_ioremap_pfn_caller()