Home
last modified time | relevance | path

Searched refs:_set_L2CR (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dcache.h109 extern void _set_L2CR(unsigned long);
114 #define _set_L2CR(val) do { } while(0) macro
/linux/arch/powerpc/kernel/
A Dsetup_32.c108 _set_L2CR(0); /* force invalidate by disable cache */ in ppc_setup_l2cr()
109 _set_L2CR(val); /* and enable it */ in ppc_setup_l2cr()
A Dl2cr_6xx.S88 _GLOBAL(_set_L2CR)
/linux/arch/powerpc/platforms/powermac/
A Dsetup.c238 _set_L2CR(0); in l2cr_init()
239 _set_L2CR(*l2cr); in l2cr_init()
A Dsmp.c676 _set_L2CR(0); in core99_init_caches()
677 _set_L2CR(core99_l2_cache); in core99_init_caches()
/linux/arch/powerpc/platforms/chrp/
A Dsetup.c236 _set_L2CR(0); in pegasos_set_l2cr()
237 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
/linux/drivers/cpufreq/
A Dpmac32-cpufreq.c294 _set_L2CR(save_l2cr); in pmu_set_cpu_speed()
/linux/drivers/macintosh/
A Dvia-pmu.c1919 _set_L2CR(save_l2cr); in powerbook_sleep_grackle()
2005 _set_L2CR(save_l2cr); in powerbook_sleep_Core99()

Completed in 20 milliseconds