Searched refs:VMSTATE_BUFFER_UNSAFE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | ramfb.c | 133 VMSTATE_BUFFER_UNSAFE(cfg, RAMFBState, 0, sizeof(RAMFBCfg)),
|
H A D | g364fb.c | 459 VMSTATE_BUFFER_UNSAFE(color_palette, G364State, 0, 256 * 3), 460 VMSTATE_BUFFER_UNSAFE(cursor_palette, G364State, 0, 9),
|
/openbmc/qemu/hw/scsi/ |
H A D | esp-pci.c | 369 VMSTATE_BUFFER_UNSAFE(dma_regs, PCIESPState, 0, 8 * sizeof(uint32_t)),
|
H A D | lsi53c895a.c | 2304 VMSTATE_BUFFER_UNSAFE(scratch, LSIState, 0, 18 * sizeof(uint32_t)), 2307 VMSTATE_BUFFER_UNSAFE(script_ram, LSIState, 0, 8192),
|
/openbmc/qemu/hw/net/ |
H A D | smc91c111.c | 82 VMSTATE_BUFFER_UNSAFE(data, smc91c111_state, 0, NUM_PACKETS * 2048),
|
/openbmc/qemu/include/migration/ |
H A D | vmstate.h | 1154 #define VMSTATE_BUFFER_UNSAFE(_field, _state, _version, _size) \ macro
|