Searched refs:_set_L2CR (Results 1 – 8 of 8) sorted by relevance
99 extern void _set_L2CR(unsigned long);104 #define _set_L2CR(val) do { } while(0) macro
105 _set_L2CR(0); /* force invalidate by disable cache */ in ppc_setup_l2cr()106 _set_L2CR(val); /* and enable it */ in ppc_setup_l2cr()
88 _GLOBAL(_set_L2CR)
249 _set_L2CR(0); in l2cr_init()250 _set_L2CR(ppc_override_l2cr_value); in l2cr_init()
678 _set_L2CR(0); in core99_init_caches()679 _set_L2CR(core99_l2_cache); in core99_init_caches()
235 _set_L2CR(0); in pegasos_set_l2cr()236 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
293 _set_L2CR(save_l2cr); in pmu_set_cpu_speed()
1931 _set_L2CR(save_l2cr); in powerbook_sleep_grackle()2017 _set_L2CR(save_l2cr); in powerbook_sleep_Core99()