Searched refs:ReplayState (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/replay/ |
| H A D | replay-snapshot.c | 24 ReplayState *state = opaque; in replay_pre_save() 32 ReplayState *state = opaque; in replay_post_load() 55 VMSTATE_INT64_ARRAY(cached_clock, ReplayState, REPLAY_CLOCK_COUNT), 56 VMSTATE_UINT64(current_icount, ReplayState), 57 VMSTATE_INT32(instruction_count, ReplayState), 58 VMSTATE_UINT32(current_event, ReplayState), 59 VMSTATE_UINT32(data_kind, ReplayState), 60 VMSTATE_BOOL(has_unread_data, ReplayState), 61 VMSTATE_UINT64(file_offset, ReplayState), 62 VMSTATE_UINT64(block_request_id, ReplayState), [all …]
|
| H A D | replay-internal.h | 89 typedef struct ReplayState { struct 99 } ReplayState; argument 100 extern ReplayState replay_state;
|