/openbmc/qemu/hw/display/ |
H A D | sii9022.c | 57 VMSTATE_BOOL(addr_byte, sii9022_state), 58 VMSTATE_BOOL(ddc_req, sii9022_state), 59 VMSTATE_BOOL(ddc_skip_finish, sii9022_state), 60 VMSTATE_BOOL(ddc, sii9022_state),
|
H A D | bcm2835_fb.c | 359 VMSTATE_BOOL(lock, BCM2835FBState), 360 VMSTATE_BOOL(invalidate, BCM2835FBState), 361 VMSTATE_BOOL(pending, BCM2835FBState),
|
H A D | i2c-ddc.c | 92 VMSTATE_BOOL(firstbyte, I2CDDCState),
|
/openbmc/qemu/hw/misc/ |
H A D | tz-msc.c | 273 VMSTATE_BOOL(cfg_nonsec, TZMSC), 274 VMSTATE_BOOL(cfg_sec_resp, TZMSC), 275 VMSTATE_BOOL(irq_clear, TZMSC), 276 VMSTATE_BOOL(irq_status, TZMSC),
|
H A D | tz-ppc.c | 296 VMSTATE_BOOL(cfg_sec_resp, TZPPC), 297 VMSTATE_BOOL(irq_enable, TZPPC), 298 VMSTATE_BOOL(irq_clear, TZPPC), 299 VMSTATE_BOOL(irq_status, TZPPC),
|
H A D | vmcoreinfo.c | 77 VMSTATE_BOOL(has_vmcoreinfo, VMCoreInfoState),
|
H A D | npcm7xx_pwm.c | 515 VMSTATE_BOOL(running, NPCM7xxPWM), 516 VMSTATE_BOOL(inverted, NPCM7xxPWM),
|
H A D | imx_rngc.c | 252 VMSTATE_BOOL(auto_seed, IMXRNGCState),
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_imx2.c | 239 VMSTATE_BOOL(wicr_locked, IMX2WdtState), 240 VMSTATE_BOOL(wcr_locked, IMX2WdtState), 241 VMSTATE_BOOL(wcr_wde_locked, IMX2WdtState), 242 VMSTATE_BOOL(wcr_wdt_locked, IMX2WdtState),
|
H A D | wdt_diag288.c | 28 VMSTATE_BOOL(enabled, DIAG288State),
|
/openbmc/qemu/hw/char/ |
H A D | nrf51_uart.c | 299 VMSTATE_BOOL(rx_started, NRF51UARTState), 300 VMSTATE_BOOL(tx_started, NRF51UARTState), 301 VMSTATE_BOOL(pending_tx_byte, NRF51UARTState), 302 VMSTATE_BOOL(enabled, NRF51UARTState),
|
/openbmc/qemu/hw/block/ |
H A D | m25p80.c | 1756 VMSTATE_BOOL(data_read_loop, Flash), 1774 VMSTATE_BOOL(aai_enable, Flash), 1792 VMSTATE_BOOL(wp_level, Flash), 1793 VMSTATE_BOOL(status_register_write_disabled, Flash), 1815 VMSTATE_BOOL(block_protect0, Flash), 1816 VMSTATE_BOOL(block_protect1, Flash), 1817 VMSTATE_BOOL(block_protect2, Flash), 1818 VMSTATE_BOOL(block_protect3, Flash), 1819 VMSTATE_BOOL(top_bottom_bit, Flash), 1838 VMSTATE_BOOL(write_enable, Flash), [all …]
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_kcs.c | 383 VMSTATE_BOOL(obf_irq_set, IPMIKCS), 384 VMSTATE_BOOL(atn_irq_set, IPMIKCS), 386 VMSTATE_BOOL(irqs_enabled, IPMIKCS), 392 VMSTATE_BOOL(write_end, IPMIKCS),
|
H A D | ipmi_bt.c | 400 VMSTATE_BOOL(obf_irq_set, IPMIBT), 401 VMSTATE_BOOL(atn_irq_set, IPMIBT), 402 VMSTATE_BOOL(irqs_enabled, IPMIBT),
|
H A D | ipmi_bmc_extern.c | 483 VMSTATE_BOOL(send_reset, IPMIBmcExtern), 484 VMSTATE_BOOL(waiting_rsp, IPMIBmcExtern),
|
/openbmc/qemu/hw/i2c/ |
H A D | pm_smbus.c | 469 VMSTATE_BOOL(i2c_enable, PMSMBus), 470 VMSTATE_BOOL(op_done, PMSMBus), 471 VMSTATE_BOOL(in_i2c_block_read, PMSMBus), 472 VMSTATE_BOOL(start_transaction_on_status_read, PMSMBus),
|
/openbmc/qemu/hw/net/ |
H A D | e1000e.c | 579 VMSTATE_BOOL(props.tse, struct e1000e_tx), 580 VMSTATE_BOOL(cptse, struct e1000e_tx), 581 VMSTATE_BOOL(skip_cp, struct e1000e_tx), 592 VMSTATE_BOOL(running, E1000IntrDelayTimer),
|
H A D | igb.c | 538 VMSTATE_BOOL(first, struct igb_tx), 539 VMSTATE_BOOL(skip_cp, struct igb_tx), 550 VMSTATE_BOOL(running, IGBIntrDelayTimer),
|
/openbmc/qemu/replay/ |
H A D | replay-snapshot.c | 60 VMSTATE_BOOL(has_unread_data, ReplayState),
|
/openbmc/qemu/target/riscv/ |
H A D | machine.c | 148 VMSTATE_BOOL(env.vill, RISCVCPU), 366 VMSTATE_BOOL(env.elp, RISCVCPU), 412 VMSTATE_BOOL(env.virt_enabled, RISCVCPU),
|
/openbmc/qemu/hw/input/ |
H A D | adb.c | 226 VMSTATE_BOOL(autopoll_enabled, ADBBusState), 229 VMSTATE_BOOL(autopoll_blocked, ADBBusState),
|
/openbmc/qemu/hw/s390x/ |
H A D | sclpquiesce.c | 76 VMSTATE_BOOL(event_pending, SCLPEvent),
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gic_common.c | 70 VMSTATE_BOOL(model, gic_irq_state), 71 VMSTATE_BOOL(edge_trigger, gic_irq_state),
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_overlay.c | 144 VMSTATE_BOOL(long_mode, XenOverlayState),
|
/openbmc/qemu/hw/ssi/ |
H A D | ssi.c | 176 VMSTATE_BOOL(cs, SSIPeripheral),
|