Home
last modified time | relevance | path

Searched refs:topology_cpu_dedicated (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dtopology.h38 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) macro
57 static inline int topology_cpu_dedicated(int cpu_nr) { return 0; } in topology_cpu_dedicated() function
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c297 if (topology_cpu_dedicated(smp_processor_id())) in __arch_update_dedicated_flag()
471 count = sprintf(buf, "%d\n", topology_cpu_dedicated(cpu)); in cpu_dedicated_show()
H A Dprocessor.c292 seq_printf(m, "dedicated : %d\n", topology_cpu_dedicated(n)); in show_cpu_topology()
H A Dsmp.c909 if (topology_cpu_dedicated(cpu)) in smp_start_secondary()