Lines Matching refs:seq_printf
15 seq_printf(m, "online: %d\n", cpu_online(cpu)); in cpu_debug_show()
19 seq_printf(m, "initial_apicid: %x\n", c->topo.initial_apicid); in cpu_debug_show()
20 seq_printf(m, "apicid: %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()
25 seq_printf(m, "logical_pkg_id: %u\n", c->topo.logical_pkg_id); in cpu_debug_show()
26 seq_printf(m, "logical_die_id: %u\n", c->topo.logical_die_id); in cpu_debug_show()
27 seq_printf(m, "llc_id: %u\n", c->topo.llc_id); in cpu_debug_show()
28 seq_printf(m, "l2c_id: %u\n", c->topo.l2c_id); in cpu_debug_show()
29 seq_printf(m, "amd_node_id: %u\n", c->topo.amd_node_id); in cpu_debug_show()
30 seq_printf(m, "amd_nodes_per_pkg: %u\n", topology_amd_nodes_per_pkg()); in cpu_debug_show()
31 seq_printf(m, "num_threads: %u\n", __num_threads_per_package); in cpu_debug_show()
32 seq_printf(m, "num_cores: %u\n", __num_cores_per_package); in cpu_debug_show()
33 seq_printf(m, "max_dies_per_pkg: %u\n", __max_dies_per_package); in cpu_debug_show()
34 seq_printf(m, "max_threads_per_core:%u\n", __max_threads_per_core); in cpu_debug_show()
65 seq_printf(m, "domain: %-10s shift: %u dom_size: %5u max_threads: %5u\n", in dom_debug_show()