Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mm/
Dmmu.c65 static unsigned int cachepolicy __initdata = CPOLICY_WRITEBACK;
76 struct cachepolicy { struct
90 static struct cachepolicy cache_policies[] __initdata = { argument
144 cachepolicy = i; in init_default_cache_policy()
180 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy()
182 cache_policies[cachepolicy].policy); in early_cachepolicy()
186 if (selected != cachepolicy) { in early_cachepolicy()
188 cachepolicy = selected; in early_cachepolicy()
430 struct cachepolicy *cp; in build_mem_type_table()
439 if (cachepolicy > CPOLICY_BUFFERED) in build_mem_type_table()
[all …]
/linux-4.4.14/arch/arm/configs/
Diop33x_defconfig17 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc iop3xx_init_atu=…
Diop32x_defconfig19 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"