Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dsmc91c111.c78 VMSTATE_INT32_ARRAY(tx_fifo, smc91c111_state, NUM_PACKETS),
80 VMSTATE_INT32_ARRAY(rx_fifo, smc91c111_state, NUM_PACKETS),
82 VMSTATE_INT32_ARRAY(tx_fifo_done, smc91c111_state, NUM_PACKETS),
H A Dlan9118.c329 VMSTATE_INT32_ARRAY(rx_packet_size, lan9118_state, 1024),
/qemu/hw/input/
H A Dads7846.c135 VMSTATE_INT32_ARRAY(input, ADS7846State, 8),
H A Dtsc2005.c483 VMSTATE_INT32_ARRAY(tr, TSC2005State, 8),
/qemu/hw/misc/
H A Dexynos4210_rng.c247 VMSTATE_INT32_ARRAY(randr_value, Exynos4210RngState,
/qemu/hw/intc/
H A Dpl190.c271 VMSTATE_INT32_ARRAY(prev_prio, PL190State, PL190_NUM_PRIO),
/qemu/hw/display/
H A Dssd0323.c330 VMSTATE_INT32_ARRAY(cmd_data, ssd0323_state, 8),
/qemu/hw/timer/
H A Darm_timer.c286 VMSTATE_INT32_ARRAY(level, SP804State, 2),
/qemu/hw/dma/
H A Di8257.c521 VMSTATE_INT32_ARRAY(now, I8257Regs, 2),
/qemu/include/migration/
H A Dvmstate.h1125 #define VMSTATE_INT32_ARRAY(_f, _s, _n) \ macro