Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dsmp.c485 struct device_node *l2_cache; in start_secondary() local
523 l2_cache = cpu_to_l2cache(cpu); in start_secondary()
528 if (np == l2_cache) { in start_secondary()
534 of_node_put(l2_cache); in start_secondary()
572 struct device_node *l2_cache; in __cpu_disable() local
593 l2_cache = cpu_to_l2cache(cpu); in __cpu_disable()
598 if (np == l2_cache) { in __cpu_disable()
604 of_node_put(l2_cache); in __cpu_disable()
/arch/x86/kernel/cpu/
Dintel_cacheinfo.c179 union l2_cache { union
218 union l2_cache l2; in amd_cpuid4()