Searched refs:topology_booted_cores (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dtopology.h39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores) macro
58 static inline int topology_booted_cores(int cpu_nr) { return 1; } function
/linux-master/arch/s390/kernel/
H A Dprocessor.c292 seq_printf(m, "cpu cores : %d\n", topology_booted_cores(n));

Completed in 166 milliseconds