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

/linux-master/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; } function
/linux-master/arch/s390/kernel/
H A Dprocessor.c289 seq_printf(m, "dedicated : %d\n", topology_cpu_dedicated(n));
H A Dtopology.c297 if (topology_cpu_dedicated(smp_processor_id()))
471 count = sprintf(buf, "%d\n", topology_cpu_dedicated(cpu));
H A Dsmp.c863 if (topology_cpu_dedicated(cpu))

Completed in 105 milliseconds