Home
last modified time | relevance | path

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

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