Home
last modified time | relevance | path

Searched refs:smm_compat (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dpiix4.h55 bool smm_compat; member
H A Dich9.h69 bool smm_compat; member
/openbmc/qemu/hw/acpi/
H A Dpiix4.c487 !s->smm_compat && !s->smm_enabled); in piix4_pm_realize()
616 DEFINE_PROP_BOOL("smm-compat", PIIX4PMState, smm_compat, false),
H A Dich9.c312 pm->s4_val, !pm->smm_compat && !pm->smm_enabled); in ich9_pm_init()
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c831 DEFINE_PROP_BOOL("smm-compat", ICH9LPCState, pm.smm_compat, false),