Lines Matching refs:PMD_SECT_S
256 .prot_sect = PROT_SECT_DEVICE | PMD_SECT_S,
345 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
464 if (!(initial_pmd_value & PMD_SECT_S)) { in build_mem_type_table()
466 initial_pmd_value |= PMD_SECT_S; in build_mem_type_table()
480 mem_types[i].prot_sect &= ~PMD_SECT_S; in build_mem_type_table()
606 if (initial_pmd_value & PMD_SECT_S) { in build_mem_type_table()
611 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_S; in build_mem_type_table()
613 mem_types[MT_DEVICE_CACHED].prot_sect |= PMD_SECT_S; in build_mem_type_table()
615 mem_types[MT_MEMORY_RWX].prot_sect |= PMD_SECT_S; in build_mem_type_table()
617 mem_types[MT_MEMORY_RW].prot_sect |= PMD_SECT_S; in build_mem_type_table()
620 mem_types[MT_MEMORY_RWX_NONCACHED].prot_sect |= PMD_SECT_S; in build_mem_type_table()