Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/southbridge/
H A Dich9.h248 #define ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT 1 macro
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c401 (BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT) | in smi_features_ok_callback()
711 !(lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_lpc_realize()
836 ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT, true),
/openbmc/qemu/hw/acpi/
H A Dich9.c481 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_pm_device_pre_plug_cb()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c223 !!(smi_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT)); in acpi_get_pm_info()