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

/linux-master/arch/powerpc/include/asm/
H A Dcache.h108 extern long _get_L3CR(void);
113 #define _get_L3CR() 0L macro
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c271 save_l3cr = _get_L3CR(); /* (returns -1 if not available) */
340 l3cr = _get_L3CR();
349 l3cr = _get_L3CR();
/linux-master/arch/powerpc/kernel/
H A Dl2cr_6xx.S384 _GLOBAL(_get_L3CR)
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c685 core99_l3_cache = _get_L3CR();
688 printk("CPU%d: L3CR was %lx\n", cpu, _get_L3CR());
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1967 save_l3cr = _get_L3CR(); /* (returns -1 if not available) */

Completed in 230 milliseconds