Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dprocessor.h107 u32 l2c_id; member
691 return per_cpu(cpu_info.topo.l2c_id, cpu); in per_cpu_l2c_id()
H A Dtopology.h182 #define topology_cluster_id(cpu) (cpu_data(cpu).topo.l2c_id)
/linux/arch/x86/kernel/cpu/
H A Ddebugfs.c28 seq_printf(m, "l2c_id: %u\n", c->topo.l2c_id); in cpu_debug_show()
H A Dtopology_common.c89 .l2c_id = BAD_APICID, in parse_topology()
H A Dcacheinfo.c857 c->topo.l2c_id = l2_id; in init_intel_cacheinfo()