Searched refs:cachepolicy (Results 1 – 3 of 3) sorted by relevance
64 static unsigned int cachepolicy __initdata = CPOLICY_WRITEBACK;75 struct cachepolicy { struct89 static struct cachepolicy cache_policies[] __initdata = { argument143 cachepolicy = i; in init_default_cache_policy()179 if (cpu_architecture() >= CPU_ARCH_ARMv6 && selected != cachepolicy) { in early_cachepolicy()181 cache_policies[cachepolicy].policy); in early_cachepolicy()185 if (selected != cachepolicy) { in early_cachepolicy()187 cachepolicy = selected; in early_cachepolicy()388 struct cachepolicy *cp; in build_mem_type_table()397 if (cachepolicy > CPOLICY_BUFFERED) in build_mem_type_table()[all …]
17 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc iop3xx_init_atu=…
19 CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc"