Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
Dioremap.c110 __pgprot(mtype->prot_pte)); in ioremap_page()
323 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
455 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_ioremap_io()
Dmm.h42 pteval_t prot_pte; member
/linux-4.1.27/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()
Dioremap.c52 __pgprot(mtype->prot_pte)); in ioremap_page()
173 __pgprot(type->prot_pte)); in __uc32_ioremap_pfn_caller()
Dmm.h31 unsigned int prot_pte; member