Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dpgtable-3level-hwdef.h54 #define PMD_SECT_WT (_AT(pmdval_t, 2) << 2) /* normal inner write-through */ macro
Dpgtable-2level-hwdef.h43 #define PMD_SECT_WT (PMD_SECT_CACHEABLE) macro
/arch/arm/mm/
Dmmu.c84 .pmd = PMD_SECT_WT,
519 case PMD_SECT_WT: in build_mem_type_table()
520 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WT; in build_mem_type_table()