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

/arch/powerpc/include/asm/
H A Dcache.h52 extern void _set_L3CR(unsigned long);
57 #define _set_L3CR(val) do { } while(0) macro
/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c301 _set_L3CR(save_l3cr);
357 _set_L3CR(0);
365 _set_L3CR(prev_l3cr);
H A Dsmp.c696 _set_L3CR(0);
697 _set_L3CR(core99_l3_cache);
/arch/powerpc/kernel/
H A Dl2cr_6xx.S291 _GLOBAL(_set_L3CR)
H A Dsetup_32.c195 _set_L3CR(val); /* and enable it */

Completed in 116 milliseconds