Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dsmp.c623 struct device_node *l2_cache; in start_secondary() local
663 l2_cache = cpu_to_l2cache(cpu); in start_secondary()
668 if (np == l2_cache) { in start_secondary()
674 of_node_put(l2_cache); in start_secondary()
727 struct device_node *l2_cache; in __cpu_disable() local
748 l2_cache = cpu_to_l2cache(cpu); in __cpu_disable()
753 if (np == l2_cache) { in __cpu_disable()
759 of_node_put(l2_cache); in __cpu_disable()
/linux-3.4.99/arch/x86/kernel/cpu/
Dintel_cacheinfo.c185 union l2_cache { union
231 union l2_cache l2; in amd_cpuid4()