Searched refs:PMD_SECT_WBWA (Results 1 – 6 of 6) sorted by relevance
52 #define PMD_SECT_WBWA (_AT(pmdval_t, 7) << 2) /* normal inner write-alloc */ macro
46 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE) macro
29 #define PMD_FLAGS_SMP (PMD_SECT_WBWA|PMD_SECT_S)
25 #define PMD_FLAGS_SMP PMD_SECT_WBWA|PMD_SECT_S
33 #define PMD_FLAGS_SMP PMD_SECT_WBWA|PMD_SECT_S
103 .pmd = PMD_SECT_WBWA,696 case PMD_SECT_WBWA: in build_mem_type_table()