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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dmmu.c50 static unsigned int cachepolicy __initdata = CPOLICY_WRITEBACK;
58 struct cachepolicy { struct
65 static struct cachepolicy cache_policies[] __initdata = {
108 cachepolicy = i;
120 __early_param("cachepolicy=", early_cachepolicy);
125 printk(KERN_WARNING "nocache is deprecated; use cachepolicy=%s\n", p);
133 printk(KERN_WARNING "nowb is deprecated; use cachepolicy=%s\n", p);
249 struct cachepolicy *cp;
256 if (cachepolicy > CPOLICY_BUFFERED)
257 cachepolicy
[all...]

Completed in 99 milliseconds