Searched refs:_get_L2CR (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcache.h107 extern long _get_L2CR(void);
112 #define _get_L2CR() 0L macro
/linux-master/arch/powerpc/kernel/
H A Dl2cr_6xx.S265 _GLOBAL(_get_L2CR)
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c672 core99_l2_cache = _get_L2CR();
675 printk("CPU%d: L2CR was %lx\n", cpu, _get_L2CR());
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c272 save_l2cr = _get_L2CR(); /* (returns -1 if not available) */
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1881 save_l2cr = _get_L2CR(); /* (returns -1 if not available) */
1968 save_l2cr = _get_L2CR(); /* (returns -1 if not available) */

Completed in 249 milliseconds