Home
last modified time | relevance | path

Searched refs:s390_topology (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcpu-topology.c35 S390Topology s390_topology = { variable
91 s390_topology.cores_per_socket = g_new0(uint8_t, smp->sockets * in s390_topology_init()
134 if (s390_topology.polarization == polarization) { in s390_handle_ptf()
138 s390_topology.polarization = polarization; in s390_handle_ptf()
159 s390_topology.polarization = S390_CPU_POLARIZATION_HORIZONTAL; in s390_topology_reset()
327 if (!s390_topology.cores_per_socket) { in s390_topology_setup_cpu()
343 if (s390_topology.cores_per_socket[entry] >= ms->smp.cores) { in s390_topology_setup_cpu()
349 s390_topology.cores_per_socket[entry] += 1; in s390_topology_setup_cpu()
414 if (s390_topology.cores_per_socket[new_socket_entry] >= in s390_change_topology()
420 s390_topology.cores_per_socket[new_socket_entry] += 1; in s390_change_topology()
[all …]
/openbmc/qemu/include/hw/s390x/
H A Dcpu-topology.h64 extern S390Topology s390_topology;
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c520 static struct sched_domain_topology_level s390_topology[] = { variable
551 set_sched_topology(s390_topology); in topology_init_early()
/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c191 .vertical = s390_topology.polarization == S390_CPU_POLARIZATION_VERTICAL, in s390_topology_from_cpu()