Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/southbridge/
H A Dich9.h245 #define ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT 2 macro
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c402 BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)); in smi_features_ok_callback()
413 BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)) { in smi_features_ok_callback()
701 if ((lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)) && in ich9_lpc_realize()
829 ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT, true),
/openbmc/qemu/hw/acpi/
H A Dich9.c540 !(negotiated & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT))) { in ich9_pm_device_unplug_request_cb()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c237 !!(smi_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)); in acpi_get_pm_info()