Searched refs:VMSTATE_BOOL_ARRAY (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | tz-ppc.c | 294 VMSTATE_BOOL_ARRAY(cfg_nonsec, TZPPC, 16), 295 VMSTATE_BOOL_ARRAY(cfg_ap, TZPPC, 16),
|
H A D | bcm2835_mbox.c | 275 VMSTATE_BOOL_ARRAY(available, BCM2835MboxState, MBOX_CHAN_COUNT),
|
H A D | stm32l4x5_rcc.c | 289 VMSTATE_BOOL_ARRAY(channel_enabled, RccPllState, RCC_NUM_CHANNEL_PLL_OUT), 290 VMSTATE_BOOL_ARRAY(channel_exists, RccPllState, RCC_NUM_CHANNEL_PLL_OUT),
|
/openbmc/qemu/target/loongarch/ |
H A D | machine.c | 43 VMSTATE_BOOL_ARRAY(env.cf, LoongArchCPU, 8),
|
/openbmc/qemu/hw/ipack/ |
H A D | tpci200.c | 624 VMSTATE_BOOL_ARRAY(big_endian, TPCI200State, 3),
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_dpdma.c | 283 VMSTATE_BOOL_ARRAY(operation_finished, XlnxDPDMAState, 6),
|
/openbmc/qemu/hw/audio/ |
H A D | hda-codec.c | 854 VMSTATE_BOOL_ARRAY(running_compat, HDAAudioState, 16),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 1040 #define VMSTATE_BOOL_ARRAY(_f, _s, _n) \ macro
|
/openbmc/qemu/hw/net/ |
H A D | cadence_gem.c | 1782 VMSTATE_BOOL_ARRAY(sar_active, CadenceGEMState, 4),
|
/openbmc/qemu/hw/intc/ |
H A D | armv7m_nvic.c | 2550 VMSTATE_BOOL_ARRAY(itns, NVICState, NVIC_MAX_VECTORS),
|