Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h50 #define PMD_SECT_WT (_AT(pmdval_t, 2) << 2) /* normal inner write-through */ macro
H A Dpgtable-2level-hwdef.h43 #define PMD_SECT_WT (PMD_SECT_CACHEABLE) macro
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmu.c93 .pmd = PMD_SECT_WT,
673 case PMD_SECT_WT: in build_mem_type_table()
674 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WT; in build_mem_type_table()