Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc/
Dsystem.h59 extern void _set_L3CR(unsigned long);
64 #define _set_L3CR(val) do { } while(0) macro
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_smp.c141 _set_L3CR(0); in core99_init_caches()
142 _set_L3CR(core99_l3_cache); in core99_init_caches()
Dsandpoint.c320 _set_L3CR(0x8f032000); in sandpoint_setup_arch()
/linux-2.4.37.9/arch/ppc/kernel/
Dl2cr.S268 _GLOBAL(_set_L3CR)
/linux-2.4.37.9/drivers/macintosh/
Dvia-pmu.c2366 _set_L3CR(save_l3cr & 0x7fffffff); in powerbook_sleep_Core99()
2420 _set_L3CR(save_l3cr); in powerbook_sleep_Core99()