Home
last modified time | relevance | path

Searched refs:S390TopologyId (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/kvm/
H A Dstsi-topology.c46 S390TopologyId topology_id = entry->id; in fill_tle_cpu()
184 static S390TopologyId s390_topology_from_cpu(S390CPU *cpu) in s390_topology_from_cpu()
186 S390TopologyId topology_id = { in s390_topology_from_cpu()
210 static int s390_topology_id_cmp(const S390TopologyId *l, in s390_topology_id_cmp()
211 const S390TopologyId *r) in s390_topology_id_cmp()
231 static bool s390_topology_id_eq(const S390TopologyId *l, in s390_topology_id_eq()
232 const S390TopologyId *r) in s390_topology_id_eq()
237 static bool s390_topology_id_lt(const S390TopologyId *l, in s390_topology_id_lt()
238 const S390TopologyId *r) in s390_topology_id_lt()
260 S390TopologyId id = s390_topology_from_cpu(S390_CPU(cs)); in s390_topology_fill_list_sorted()
/openbmc/qemu/include/hw/s390x/
H A Dcpu-topology.h20 typedef struct S390TopologyId { struct
30 } S390TopologyId; argument
34 S390TopologyId id;