Searched refs:_set_L2CR (Results 1 – 8 of 8) sorted by relevance
105 extern void _set_L2CR(unsigned long);110 #define _set_L2CR(val) do { } while(0) macro
108 _set_L2CR(0); /* force invalidate by disable cache */ in ppc_setup_l2cr()109 _set_L2CR(val); /* and enable it */ in ppc_setup_l2cr()
88 _GLOBAL(_set_L2CR)
237 _set_L2CR(0); in l2cr_init()238 _set_L2CR(*l2cr); in l2cr_init()
674 _set_L2CR(0); in core99_init_caches()675 _set_L2CR(core99_l2_cache); in core99_init_caches()
236 _set_L2CR(0); in pegasos_set_l2cr()237 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
293 _set_L2CR(save_l2cr); in pmu_set_cpu_speed()
1926 _set_L2CR(save_l2cr); in powerbook_sleep_grackle()2012 _set_L2CR(save_l2cr); in powerbook_sleep_Core99()
Completed in 12 milliseconds