Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dnuma.h7 struct CPUArchId;
109 void numa_cpu_pre_plug(const struct CPUArchId *slot, DeviceState *dev,
/openbmc/qemu/hw/riscv/
H A Dnuma.c237 sizeof(CPUArchId) * max_cpus); in riscv_numa_possible_cpu_arch_ids()
/openbmc/qemu/hw/i386/
H A Dx86.c118 sizeof(CPUArchId) * max_cpus); in x86_possible_cpu_arch_ids()
/openbmc/qemu/hw/core/
H A Dnuma.c741 void numa_cpu_pre_plug(const CPUArchId *slot, DeviceState *dev, Error **errp) in numa_cpu_pre_plug()