Home
last modified time | relevance | path

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

/linux/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 Dioremap.c201 pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
203 pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
229 super_pmd_val = __pfn_to_phys(pfn) | type->prot_sect | in remap_area_supersections()
A Dmm.h42 pmdval_t prot_sect; member

Completed in 9 milliseconds