Home
last modified time | relevance | path

Searched refs:PMD_SECT_WT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dmmu.c94 .pmd = PMD_SECT_WT,
674 case PMD_SECT_WT: in build_mem_type_table()
675 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WT; in build_mem_type_table()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c93 .pmd = PMD_SECT_WT,
692 case PMD_SECT_WT: in build_mem_type_table()
693 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WT; in build_mem_type_table()

Completed in 6 milliseconds