Home
last modified time | relevance | path

Searched refs:PMD_SECT_WB (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/arch/arm/include/asm/
Dpgtable-3level-hwdef.h51 #define PMD_SECT_WB (_AT(pmdval_t, 3) << 2) /* normal inner write-back */ macro
Dpgtable-2level-hwdef.h44 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE) macro
/linux-6.1.9/arch/arm/mm/
Dproc-v7-3level.S25 #define PMD_FLAGS_UP (PMD_SECT_WB)
Dproc-v7-2level.S21 #define PMD_FLAGS_UP PMD_SECT_WB
Dmmu.c98 .pmd = PMD_SECT_WB,
249 .prot_sect = PROT_SECT_DEVICE | PMD_SECT_WB,
695 case PMD_SECT_WB: in build_mem_type_table()
697 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WB; in build_mem_type_table()
Dproc-v6.S31 #define PMD_FLAGS_UP PMD_SECT_WB