Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Dtmp105.c258 VMSTATE_INT16_ARRAY(limit, TMP105State, 2),
H A Dtmp421.c300 VMSTATE_INT16_ARRAY(temperature, TMP421State, 4),
/openbmc/qemu/hw/audio/
H A Dasc.c568 VMSTATE_INT16_ARRAY(xa_last, ASCFIFOState, 2),
/openbmc/qemu/include/migration/
H A Dvmstate.h1119 #define VMSTATE_INT16_ARRAY(_f, _s, _n) \ macro