Searched refs:VMSTATE_INT32_ARRAY (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | smc91c111.c | 77 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 D | lan9118.c | 328 VMSTATE_INT32_ARRAY(rx_packet_size, lan9118_state, 1024),
|
/openbmc/qemu/hw/misc/ |
H A D | exynos4210_rng.c | 249 VMSTATE_INT32_ARRAY(randr_value, Exynos4210RngState,
|
/openbmc/qemu/hw/intc/ |
H A D | pl190.c | 271 VMSTATE_INT32_ARRAY(prev_prio, PL190State, PL190_NUM_PRIO),
|
/openbmc/qemu/hw/display/ |
H A D | ssd0323.c | 330 VMSTATE_INT32_ARRAY(cmd_data, ssd0323_state, 8),
|
/openbmc/qemu/hw/timer/ |
H A D | arm_timer.c | 286 VMSTATE_INT32_ARRAY(level, SP804State, 2),
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 521 VMSTATE_INT32_ARRAY(now, I8257Regs, 2),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 1115 #define VMSTATE_INT32_ARRAY(_f, _s, _n) \ macro
|