Home
last modified time | relevance | path

Searched refs:VMSTATE_INT32_ARRAY (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/net/
H A Dsmc91c111.c77 VMSTATE_INT32_ARRAY(tx_fifo, smc91c111_state, NUM_PACKETS),
79 VMSTATE_INT32_ARRAY(rx_fifo, smc91c111_state, NUM_PACKETS),
81 VMSTATE_INT32_ARRAY(tx_fifo_done, smc91c111_state, NUM_PACKETS),
H A Dlan9118.c328 VMSTATE_INT32_ARRAY(rx_packet_size, lan9118_state, 1024),
/openbmc/qemu/hw/misc/
H A Dexynos4210_rng.c249 VMSTATE_INT32_ARRAY(randr_value, Exynos4210RngState,
/openbmc/qemu/hw/intc/
H A Dpl190.c271 VMSTATE_INT32_ARRAY(prev_prio, PL190State, PL190_NUM_PRIO),
/openbmc/qemu/hw/display/
H A Dssd0323.c330 VMSTATE_INT32_ARRAY(cmd_data, ssd0323_state, 8),
/openbmc/qemu/hw/timer/
H A Darm_timer.c286 VMSTATE_INT32_ARRAY(level, SP804State, 2),
/openbmc/qemu/hw/dma/
H A Di8257.c521 VMSTATE_INT32_ARRAY(now, I8257Regs, 2),
/openbmc/qemu/include/migration/
H A Dvmstate.h1115 #define VMSTATE_INT32_ARRAY(_f, _s, _n) \ macro