Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmu.c234 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
241 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
247 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
253 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
259 .prot_pte = PROT_PTE_DEVICE,
275 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
281 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
287 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
293 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
H A Dioremap.c113 __pgprot(mtype->prot_pte)); in ioremap_page()
311 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
463 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_ioremap_io()
H A Dmm.h39 pteval_t prot_pte; member