Home
last modified time | relevance | path

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

/arch/arm/mm/
Dmmu.c247 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
257 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
263 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
269 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
275 .prot_pte = PROT_PTE_DEVICE,
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
297 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
303 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dmm.h45 pteval_t prot_pte; member
Dioremap.c112 __pgprot(mtype->prot_pte)); in ioremap_page()
326 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
482 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_ioremap_io()
/arch/unicore32/mm/
Dmmu.c89 .prot_pte = PROT_PTE_DEVICE,
98 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
104 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
110 .prot_pte = PTE_PRESENT | PTE_YOUNG | PTE_DIRTY |
164 set_pte(pte, pfn_pte(pfn, __pgprot(type->prot_pte))); in alloc_init_pte()
Dmm.h28 unsigned int prot_pte; member
Dioremap.c48 __pgprot(mtype->prot_pte)); in ioremap_page()
169 __pgprot(type->prot_pte)); in __uc32_ioremap_pfn_caller()