Searched refs:PMD_SECT_WB (Results 1 – 6 of 6) sorted by relevance
51 #define PMD_SECT_WB (_AT(pmdval_t, 3) << 2) /* normal inner write-back */ macro
44 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE) macro
25 #define PMD_FLAGS_UP (PMD_SECT_WB)
21 #define PMD_FLAGS_UP PMD_SECT_WB
98 .pmd = PMD_SECT_WB,247 .prot_sect = PROT_SECT_DEVICE | PMD_SECT_WB,656 case PMD_SECT_WB: in build_mem_type_table()658 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WB; in build_mem_type_table()
31 #define PMD_FLAGS_UP PMD_SECT_WB
Completed in 9 milliseconds