Home
last modified time | relevance | path

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

/qemu/include/hw/southbridge/
H A Dich9.h244 #define ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT 1 macro
/qemu/hw/isa/
H A Dlpc_ich9.c400 (BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT) | in smi_features_ok_callback()
701 !(lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_lpc_realize()
826 ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT, true),
/qemu/hw/acpi/
H A Dich9.c490 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_pm_device_pre_plug_cb()
/qemu/hw/i386/
H A Dacpi-build.c225 !!(smi_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT)); in acpi_get_pm_info()