Home
last modified time | relevance | path

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

/arch/arm/mm/
Dmmu.c250 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
260 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
266 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
272 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
278 .prot_pte = PROT_PTE_DEVICE,
294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
306 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
312 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
323 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dmm.h43 pteval_t prot_pte; member
Dioremap.c111 __pgprot(mtype->prot_pte)); in ioremap_page()
325 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
481 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_ioremap_io()
/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()