Searched refs:smi_host_features (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/isa/ |
H A D | lpc_ich9.c | 395 if (guest_features & ~lpc->smi_host_features) { in smi_features_ok_callback() 431 if (lpc->smi_host_features && fw_cfg) { in ich9_lpc_pm_init() 434 host_features_le = cpu_to_le64(lpc->smi_host_features); in ich9_lpc_pm_init() 710 if ((lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)) && in ich9_lpc_realize() 711 !(lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_lpc_realize() 833 DEFINE_PROP_BIT64("x-smi-broadcast", ICH9LPCState, smi_host_features, 835 DEFINE_PROP_BIT64("x-smi-cpu-hotplug", ICH9LPCState, smi_host_features, 837 DEFINE_PROP_BIT64("x-smi-cpu-hotunplug", ICH9LPCState, smi_host_features,
|
/openbmc/qemu/include/hw/southbridge/ |
H A D | ich9.h | 58 uint64_t smi_host_features; /* guest-invisible, host endian */ member
|