Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dcache.h109 extern void _set_L2CR(unsigned long);
114 #define _set_L2CR(val) do { } while(0) macro
/linux/arch/powerpc/platforms/powermac/
H A Dsetup.c237 _set_L2CR(0); in l2cr_init()
238 _set_L2CR(*l2cr); in l2cr_init()
H 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/
H A Dsetup.c236 _set_L2CR(0); in pegasos_set_l2cr()
237 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
/linux/arch/powerpc/kernel/
H A Dl2cr_6xx.S88 _GLOBAL(_set_L2CR)
/linux/drivers/macintosh/
H A Dvia-pmu.c1919 _set_L2CR(save_l2cr); in powerbook_sleep_grackle()
2005 _set_L2CR(save_l2cr); in powerbook_sleep_Core99()