Home
last modified time | relevance | path

Searched refs:VMSTATE_BOOL_TEST (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/i2c/
H A Dsmbus_ich9.c55 VMSTATE_BOOL_TEST(irq_enabled, ICH9SMBState, ich9_vmstate_need_smbus),
/openbmc/qemu/hw/scsi/
H A Desp.c1381 VMSTATE_BOOL_TEST(mig_deferred_complete, ESPState,
1392 VMSTATE_BOOL_TEST(data_ready, ESPState, esp_is_version_5),
/openbmc/qemu/include/migration/
H A Dvmstate.h985 #define VMSTATE_BOOL_TEST(_f, _s, _t) \ macro