Lines Matching full:used
12 Record/replay functions are used for the deterministic replay of qemu
14 can be later used for replaying the execution anywhere and for unlimited
69 the replay_mutex_lock. It used to be held only for each event being
96 record/replay events used for synchronization.
110 Two functions are used for this purpose; because these actions change
129 Timers are used to execute callbacks from different subsystems of QEMU
132 * Real time clock. Based on host time and used only for callbacks that
138 * Host clock. This clock is used by device models that simulate real time
143 it is used only for increasing virtual clock while virtual machine is
154 but its speed depends on the guest execution. This clock is used by
234 instruction counts used to correctly inject inputs at replay.
236 Synchronization marks (checkpoints) are used for synchronizing qemu threads
250 - EVENT_INTERRUPT. Used to synchronize interrupt processing.
251 - EVENT_EXCEPTION. Used to synchronize exception handling.
275 - REPLAY_ASYNC_EVENT_BLOCK. Block device operation. Used to synchronize
288 - EVENT_CHAR_WRITE. Used to synchronize character output operations. Followed by:
293 - EVENT_CHAR_READ_ALL. Used to synchronize character input operations,