Home
last modified time | relevance | path

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

/arch/arm/mm/
A Dmmu.c243 .prot_sect = PROT_SECT_DEVICE,
255 .prot_sect = PROT_SECT_DEVICE,
306 .prot_sect = PMD_TYPE_SECT,
311 .prot_sect = PMD_TYPE_SECT,
495 mem_types[i].prot_sect &= ~PMD_BIT4; in build_mem_type_table()
502 if (mem_types[i].prot_sect) in build_mem_type_table()
503 mem_types[i].prot_sect |= PMD_BIT4; in build_mem_type_table()
655 if (mem_types[i].prot_sect) in build_mem_type_table()
689 mem_types[MT_ROM].prot_sect |= cp->pmd; in build_mem_type_table()
707 if (t->prot_sect) in build_mem_type_table()
[all …]
A Dmm.h42 pmdval_t prot_sect; member
A Dioremap.c226 pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
228 pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
254 super_pmd_val = __pfn_to_phys(pfn) | type->prot_sect | in remap_area_supersections()

Completed in 31 milliseconds