Home
last modified time | relevance | path

Searched refs:cluster_id (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/cpu/
H A Dcluster.c29 DEFINE_PROP_UINT32("cluster-id", CPUClusterState, cluster_id, 0),
43 cpu->cluster_index = cbdata->cluster->cluster_id; in add_cpu_to_cluster()
59 if (cluster->cluster_id >= MAX_CLUSTERS) { in cpu_cluster_realize()
/qemu/include/hw/cpu/
H A Dcluster.h78 uint32_t cluster_id; member
/qemu/gdbstub/
H A Dsystem.c297 assert(cluster->cluster_id != UINT32_MAX); in find_cpu_clusters()
298 process->pid = cluster->cluster_id + 1; in find_cpu_clusters()
/qemu/hw/core/
H A Dmachine.c871 props->cluster_id != slot->props.cluster_id) { in machine_set_cpu_numa_node()
1363 g_string_append_printf(s, "cluster-id: %"PRId64, cpu->props.cluster_id); in cpu_slot_to_string()
1491 cpus[i].props.cluster_id == cpus[j].props.cluster_id && in validate_cpu_cluster_to_numa_boundary()
1497 cpus[i].props.cluster_id, cpus[i].props.node_id, in validate_cpu_cluster_to_numa_boundary()
H A Dmachine-hmp-cmds.c88 c->cluster_id); in hmp_hotpluggable_cpus()
/qemu/hw/acpi/
H A Daml-build.c2153 int64_t socket_id = -1, cluster_id = -1, core_id = -1; in build_pptt() local
2172 cluster_id = -1; in build_pptt()
2181 if (cpus->cpus[n].props.cluster_id != cluster_id) { in build_pptt()
2182 assert(cpus->cpus[n].props.cluster_id > cluster_id); in build_pptt()
2183 cluster_id = cpus->cpus[n].props.cluster_id; in build_pptt()
2188 socket_offset, cluster_id, NULL, 0); in build_pptt()
/qemu/hw/arm/
H A Dvirt.c2830 ms->possible_cpus->cpus[n].props.cluster_id = in virt_possible_cpu_arch_ids()