Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dtopology.h39 #define topology_cpu_dedicated(cpu) (cpu_topology[cpu].dedicated) macro
56 static inline int topology_cpu_dedicated(int cpu_nr) { return 0; } in topology_cpu_dedicated() function
/Linux-v4.19/arch/s390/kernel/
Dtopology.c280 if (topology_cpu_dedicated(smp_processor_id())) in __arch_update_dedicated_flag()
454 count = sprintf(buf, "%d\n", topology_cpu_dedicated(cpu)); in cpu_dedicated_show()
Dsmp.c815 if (topology_cpu_dedicated(cpu)) in smp_start_secondary()