• Home
  • Raw
  • Download

Lines Matching refs:prot_pte

202 		.prot_pte	= PROT_PTE_DEVICE | L_PTE_MT_DEV_SHARED |
209 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_NONSHARED,
215 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_CACHED,
221 .prot_pte = PROT_PTE_DEVICE | L_PTE_MT_DEV_WC,
227 .prot_pte = PROT_PTE_DEVICE,
243 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
249 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
255 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
265 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
272 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
284 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
431 mem_types[MT_MEMORY].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
433 mem_types[MT_MEMORY_NONCACHED].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
458 mem_types[MT_DEVICE_WC].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
460 mem_types[MT_DEVICE_CACHED].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
462 mem_types[MT_MEMORY].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
464 mem_types[MT_MEMORY_NONCACHED].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
491 mem_types[i].prot_pte |= PTE_EXT_AF; in build_mem_type_table()
504 mem_types[MT_LOW_VECTORS].prot_pte |= vecs_pgprot; in build_mem_type_table()
505 mem_types[MT_HIGH_VECTORS].prot_pte |= vecs_pgprot; in build_mem_type_table()
514 mem_types[MT_MEMORY].prot_pte |= kern_pgprot; in build_mem_type_table()
601 set_pte_ext(pte, pfn_pte(pfn, __pgprot(type->prot_pte)), 0); in alloc_init_pte()