Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mm/
Dmmu.c230 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
237 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
243 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
249 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
255 .prot_pte = PROT_PTE_DEVICE,
271 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
277 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
283 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
289 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dioremap.c112 __pgprot(mtype->prot_pte)); in ioremap_page()
309 __pgprot(type->prot_pte)); in __arm_ioremap_pfn_caller()
461 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_ioremap_io()
Dmm.h39 pteval_t prot_pte; member