Home
last modified time | relevance | path

Searched refs:ACPI_CPU_HOTPLUG_STATUS (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dacpi_dev_interface.h11 ACPI_CPU_HOTPLUG_STATUS = 4, enumerator
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongson.h116 ACPI_CPU_HOTPLUG_STATUS = 1 << 2, enumerator
/openbmc/qemu/hw/acpi/
H A Dcpu.c263 acpi_send_event(DEVICE(hotplug_dev), ACPI_CPU_HOTPLUG_STATUS); in acpi_cpu_plug_cb()
279 acpi_send_event(DEVICE(hotplug_dev), ACPI_CPU_HOTPLUG_STATUS); in acpi_cpu_unplug_request_cb()
H A Dcpu_hotplug.c91 acpi_send_event(DEVICE(hotplug_dev), ACPI_CPU_HOTPLUG_STATUS); in legacy_acpi_cpu_plug_cb()
H A Dgeneric_event_device.c300 } else if (ev & ACPI_CPU_HOTPLUG_STATUS) { in acpi_ged_send_event()