Lines Matching refs:topo
19 seq_printf(m, "initial_apicid: 0x%x\n", c->topo.initial_apicid); in cpu_debug_show()
20 seq_printf(m, "apicid: 0x%x\n", c->topo.apicid); in cpu_debug_show()
21 seq_printf(m, "pkg_id: %u\n", c->topo.pkg_id); in cpu_debug_show()
22 seq_printf(m, "die_id: %u\n", c->topo.die_id); in cpu_debug_show()
23 seq_printf(m, "cu_id: %u\n", c->topo.cu_id); in cpu_debug_show()
24 seq_printf(m, "core_id: %u\n", c->topo.core_id); in cpu_debug_show()
26 seq_printf(m, "logical_pkg_id: %u\n", c->topo.logical_pkg_id); in cpu_debug_show()
27 seq_printf(m, "logical_die_id: %u\n", c->topo.logical_die_id); in cpu_debug_show()
28 seq_printf(m, "logical_core_id: %u\n", c->topo.logical_core_id); in cpu_debug_show()
29 seq_printf(m, "llc_id: %u\n", c->topo.llc_id); in cpu_debug_show()
30 seq_printf(m, "l2c_id: %u\n", c->topo.l2c_id); in cpu_debug_show()
31 seq_printf(m, "amd_node_id: %u\n", c->topo.amd_node_id); in cpu_debug_show()