Home
last modified time | relevance | path

Searched refs:cachepolicy (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/arm/mm/
Dmmu.c64 static unsigned int cachepolicy __initdata = CPOLICY_WRITEBACK;
72 struct cachepolicy { struct
79 static struct cachepolicy cache_policies[] __initdata = { argument
128 cachepolicy = i; in init_default_cache_policy()
164 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy()
166 cache_policies[cachepolicy].policy); in early_cachepolicy()
170 if (selected != cachepolicy) { in early_cachepolicy()
172 cachepolicy = selected; in early_cachepolicy()
444 struct cachepolicy *cp; in build_mem_type_table()
452 if (cachepolicy > CPOLICY_BUFFERED) in build_mem_type_table()
[all …]
/Linux-v6.1/arch/arm/configs/
Diop32x_defconfig13 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"