Home
last modified time | relevance | path

Searched defs:topology_booted_cores (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/s390/include/asm/
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; } in topology_booted_cores() function