Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dsmp.c663 static long int core99_l3_cache; in core99_init_caches() local
682 core99_l3_cache = _get_L3CR(); in core99_init_caches()
683 printk("CPU0: L3CR is %lx\n", core99_l3_cache); in core99_init_caches()
687 _set_L3CR(core99_l3_cache); in core99_init_caches()
688 printk("CPU%d: L3CR set to %lx\n", cpu, core99_l3_cache); in core99_init_caches()