Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/mm/
Dmmu.c232 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
239 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
245 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
251 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
257 .prot_pte = PROT_PTE_DEVICE,
273 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
285 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
302 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
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()
Dmm.h39 pteval_t prot_pte; member