Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
A Dmmu.c241 .prot_sect = PROT_SECT_DEVICE,
253 .prot_sect = PROT_SECT_DEVICE,
298 .prot_sect = PMD_TYPE_SECT,
453 mem_types[i].prot_sect &= ~PMD_SECT_S; in build_mem_type_table()
462 mem_types[i].prot_sect &= ~PMD_BIT4; in build_mem_type_table()
469 if (mem_types[i].prot_sect) in build_mem_type_table()
470 mem_types[i].prot_sect |= PMD_BIT4; in build_mem_type_table()
618 if (mem_types[i].prot_sect) in build_mem_type_table()
650 mem_types[MT_ROM].prot_sect |= cp->pmd; in build_mem_type_table()
668 if (t->prot_sect) in build_mem_type_table()
[all …]
A Dioremap.c197 pmd[0] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
199 pmd[1] = __pmd(__pfn_to_phys(pfn) | type->prot_sect); in remap_area_sections()
225 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