Searched refs:topology_booted_cores (Results 1 – 2 of 2) sorted by relevance
39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores) macro58 static inline int topology_booted_cores(int cpu_nr) { return 1; } in topology_booted_cores() function
305 seq_printf(m, "cpu cores : %d\n", topology_booted_cores(n)); in show_cpu_topology()