Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Dmmu.c65 static unsigned int cachepolicy __initdata = CPOLICY_WRITEBACK;
76 struct cachepolicy { struct
92 static struct cachepolicy cache_policies[] __initdata = { argument
146 cachepolicy = i; in init_default_cache_policy()
182 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy()
184 cache_policies[cachepolicy].policy); in early_cachepolicy()
188 if (selected != cachepolicy) { in early_cachepolicy()
190 cachepolicy = selected; in early_cachepolicy()
437 struct cachepolicy *cp; in build_mem_type_table()
446 if (cachepolicy > CPOLICY_BUFFERED) in build_mem_type_table()
[all …]
/Linux-v4.19/arch/arm/configs/
Diop33x_defconfig16 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc iop3xx_init_atu=…
Diop32x_defconfig18 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"