Searched refs:_set_L2CR (Results 1 – 10 of 10) sorted by relevance
51 extern void _set_L2CR(unsigned long);56 #define _set_L2CR(val) do { } while(0) macro
133 _set_L2CR(0); in c2k_probe()134 _set_L2CR(L2CR_L2E | L2CR_L2PE | L2CR_L2I); in c2k_probe()
142 _set_L2CR(_get_L2CR() | L2CR_L2E); in prpmc2800_probe()
182 _set_L2CR(0); /* force invalidate by disable cache */ in ppc_setup_l2cr()183 _set_L2CR(val); /* and enable it */ in ppc_setup_l2cr()
99 _GLOBAL(_set_L2CR)
234 _set_L2CR(0); in pegasos_set_l2cr()235 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
261 _set_L2CR(0); in l2cr_init()262 _set_L2CR(ppc_override_l2cr_value); in l2cr_init()
683 _set_L2CR(0); in core99_init_caches()684 _set_L2CR(core99_l2_cache); in core99_init_caches()
298 _set_L2CR(save_l2cr); in pmu_set_cpu_speed()
1844 _set_L2CR(save_l2cr); in powerbook_sleep_grackle()1930 _set_L2CR(save_l2cr); in powerbook_sleep_Core99()