topology_cpu_dedicated   39 arch/s390/include/asm/topology.h #define topology_cpu_dedicated(cpu)	  (cpu_topology[cpu].dedicated)
topology_cpu_dedicated   56 arch/s390/include/asm/topology.h static inline int topology_cpu_dedicated(int cpu_nr) { return 0; }