Home
last modified time | relevance | path

Searched refs:smi_host_features (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/isa/
H A Dlpc_ich9.c394 if (guest_features & ~lpc->smi_host_features) { in smi_features_ok_callback()
430 if (lpc->smi_host_features && fw_cfg) { in ich9_lpc_pm_init()
433 host_features_le = cpu_to_le64(lpc->smi_host_features); in ich9_lpc_pm_init()
700 if ((lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOT_UNPLUG_BIT)) && in ich9_lpc_realize()
701 !(lpc->smi_host_features & BIT_ULL(ICH9_LPC_SMI_F_CPU_HOTPLUG_BIT))) { in ich9_lpc_realize()
823 DEFINE_PROP_BIT64("x-smi-broadcast", ICH9LPCState, smi_host_features,
825 DEFINE_PROP_BIT64("x-smi-cpu-hotplug", ICH9LPCState, smi_host_features,
827 DEFINE_PROP_BIT64("x-smi-cpu-hotunplug", ICH9LPCState, smi_host_features,
/qemu/include/hw/southbridge/
H A Dich9.h58 uint64_t smi_host_features; /* guest-invisible, host endian */ member