_get_L2CR         103 arch/powerpc/include/asm/cache.h extern long _get_L2CR(void);
_get_L2CR         674 arch/powerpc/platforms/powermac/smp.c 		core99_l2_cache = _get_L2CR();
_get_L2CR         677 arch/powerpc/platforms/powermac/smp.c 		printk("CPU%d: L2CR was %lx\n", cpu, _get_L2CR());
_get_L2CR         271 drivers/cpufreq/pmac32-cpufreq.c 	save_l2cr = _get_L2CR();	/* (returns -1 if not available) */
_get_L2CR        1893 drivers/macintosh/via-pmu.c 	save_l2cr = _get_L2CR();	/* (returns -1 if not available) */
_get_L2CR        1980 drivers/macintosh/via-pmu.c 	save_l2cr = _get_L2CR();	/* (returns -1 if not available) */