Searched refs:topology_cpu_dedicated (Results 1 – 3 of 3) sorted by relevance
38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) macro57 static inline int topology_cpu_dedicated(int cpu_nr) { return 0; } in topology_cpu_dedicated() function
307 seq_printf(m, "dedicated : %d\n", topology_cpu_dedicated(n)); in show_cpu_topology()
850 if (topology_cpu_dedicated(cpu)) in smp_start_secondary()