Searched refs:PMD_SECT_S (Results 1 – 10 of 10) sorted by relevance
238 .prot_sect = PROT_SECT_DEVICE | PMD_SECT_S,338 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |452 if (!(initial_pmd_value & PMD_SECT_S)) { in build_mem_type_table()454 initial_pmd_value |= PMD_SECT_S; in build_mem_type_table()468 mem_types[i].prot_sect &= ~PMD_SECT_S; in build_mem_type_table()593 if (initial_pmd_value & PMD_SECT_S) { in build_mem_type_table()597 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_S; in build_mem_type_table()599 mem_types[MT_DEVICE_CACHED].prot_sect |= PMD_SECT_S; in build_mem_type_table()601 mem_types[MT_MEMORY_RWX].prot_sect |= PMD_SECT_S; in build_mem_type_table()603 mem_types[MT_MEMORY_RW].prot_sect |= PMD_SECT_S; in build_mem_type_table()[all …]
29 #define PMD_FLAGS_SMP (PMD_SECT_WBWA|PMD_SECT_S)
25 #define PMD_FLAGS_SMP PMD_SECT_WBWA|PMD_SECT_S
191 .mask = PMD_SECT_S,192 .val = PMD_SECT_S,
33 #define PMD_FLAGS_SMP PMD_SECT_WBWA|PMD_SECT_S
110 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
37 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
119 #define PMD_SECT_S (_AT(pmdval_t, 3) << 8) macro
35 #define PMD_SECT_S (_AT(pmdval_t, 3) << 8) macro
36 #define PMD_SECT_S (_AT(pmdval_t, 1) << 16) /* v6 */ macro