Home
last modified time | relevance | path

Searched refs:CPUArchId (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dloongarch_ipi.c82 CPUArchId *archid_a = (CPUArchId *)a; in archid_cmp()
83 CPUArchId *archid_b = (CPUArchId *)b; in archid_cmp()
88 static CPUArchId *find_cpu_by_archid(MachineState *ms, uint32_t id) in find_cpu_by_archid()
90 CPUArchId apic_id, *found_cpu; in find_cpu_by_archid()
103 CPUArchId *archid; in ipi_getcpu()
/openbmc/qemu/include/sysemu/
H A Dnuma.h8 struct CPUArchId;
109 void numa_cpu_pre_plug(const struct CPUArchId *slot, DeviceState *dev,
/openbmc/qemu/include/hw/
H A Dboards.h113 typedef struct CPUArchId { struct
119 } CPUArchId; argument
128 CPUArchId cpus[];
/openbmc/qemu/hw/i386/
H A Dx86.c174 CPUArchId *apic_a = (CPUArchId *)a; in x86_apic_cmp()
175 CPUArchId *apic_b = (CPUArchId *)b; in x86_apic_cmp()
185 CPUArchId *x86_find_cpu_slot(MachineState *ms, uint32_t id, int *idx) in x86_find_cpu_slot()
187 CPUArchId apic_id, *found_cpu; in x86_find_cpu_slot()
202 CPUArchId *found_cpu; in x86_cpu_plug()
255 CPUArchId *found_cpu; in x86_cpu_unplug_cb()
283 CPUArchId *cpu_slot; in x86_cpu_pre_plug()
483 sizeof(CPUArchId) * max_cpus); in x86_possible_cpu_arch_ids()
/openbmc/qemu/include/hw/i386/
H A Dx86.h107 CPUArchId *x86_find_cpu_slot(MachineState *ms, uint32_t id, int *idx);
/openbmc/qemu/hw/riscv/
H A Dnuma.c237 sizeof(CPUArchId) * max_cpus); in riscv_numa_possible_cpu_arch_ids()
/openbmc/qemu/hw/core/
H A Dmachine.c778 CPUArchId *slot = &machine->possible_cpus->cpus[i]; in machine_set_cpu_numa_node()
1192 static char *cpu_slot_to_string(const CPUArchId *cpu) in cpu_slot_to_string()
1266 const CPUArchId *cpu_slot = &possible_cpus->cpus[i]; in machine_numa_finish_cpu_init()
1309 const CPUArchId *cpus = possible_cpus->cpus; in validate_cpu_cluster_to_numa_boundary()
H A Dnuma.c742 void numa_cpu_pre_plug(const CPUArchId *slot, DeviceState *dev, Error **errp) in numa_cpu_pre_plug()
/openbmc/qemu/hw/ppc/
H A Dspapr.c2560 static CPUArchId *spapr_find_cpu_slot(MachineState *ms, uint32_t id, int *idx) in spapr_find_cpu_slot()
3892 CPUArchId *core_slot = spapr_find_cpu_slot(ms, cc->core_id, NULL); in spapr_core_unplug()
3990 CPUArchId *core_slot; in spapr_core_plug()
4052 CPUArchId *core_slot; in spapr_core_pre_plug()
4358 CPUArchId *core_slot; in spapr_cpu_index_to_props()
4398 sizeof(CPUArchId) * spapr_max_cores); in spapr_possible_cpu_arch_ids()
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c863 sizeof(CPUArchId) * max_cpus); in sbsa_ref_possible_cpu_arch_ids()
H A Dvirt.c2677 sizeof(CPUArchId) * max_cpus); in virt_possible_cpu_arch_ids()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c579 sizeof(CPUArchId) * max_cpus); in s390_possible_cpu_arch_ids()
/openbmc/qemu/hw/loongarch/
H A Dvirt.c1032 sizeof(CPUArchId) * max_cpus); in virt_possible_cpu_arch_ids()