Searched refs:booted_cores (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dtopology.h20 int booted_cores; member in struct:cpu_topology_s390
39 #define topology_booted_cores(cpu) (cpu_topology[cpu].booted_cores)
/linux-master/arch/x86/kernel/
H A Dsmpboot.c568 c->booted_cores = 1;
614 * the booted_cores for this new cpu
618 c->booted_cores++;
624 cpu_data(i).booted_cores++;
625 } else if (i != cpu && !c->booted_cores)
626 c->booted_cores = cpu_data(i).booted_cores;
1182 cpu_data(sibling).booted_cores--;
1204 c->booted_cores = 0;
/linux-master/arch/s390/kernel/
H A Dtopology.c263 topo->booted_cores = 0;
282 topo_package->booted_cores++;
285 topo->booted_cores = topo_package->booted_cores;
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c27 seq_printf(m, "cpu cores\t: %d\n", c->booted_cores);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h153 u16 booted_cores; member in struct:cpuinfo_x86

Completed in 115 milliseconds