Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dpc-hotplug.h23 #define ACPI_CPU_HOTPLUG_ID_LIMIT 256 macro
/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c250 QEMU_BUILD_BUG_ON(ACPI_CPU_HOTPLUG_ID_LIMIT > 256); in build_legacy_cpu_hotplug_aml()
251 if (x86ms->apic_id_limit > ACPI_CPU_HOTPLUG_ID_LIMIT) { in build_legacy_cpu_hotplug_aml()
282 assert(cpu_apic_id < ACPI_CPU_HOTPLUG_ID_LIMIT); in build_legacy_cpu_hotplug_aml()