Lines Matching full:time
82 * thread so the main-loop can see time has moved forward.
96 * thread so the main-loop can see time has moved forward.
143 /* Return the virtual CPU time, based on the instruction counter. */
163 * Correlation between real and virtual time is always going to be
165 * When the guest is idle real and virtual time will be aligned in
192 /* The guest is getting too far ahead. Slow time down. */ in icount_adjust()
199 /* The guest is getting too far behind. Speed time up. */ in icount_adjust()
261 * ahead of real time (it might already be ahead so careful not in icount_warp_rt()
359 * It is useful when we want a deterministic execution time, in icount_start_warp_timer()
372 * "real" time, (related to the time left until the next event) has in icount_start_warp_timer()
476 * Have both realtime and virtual time triggers for speed adjustment. in icount_configure()
477 * The realtime trigger catches emulated time passing too slowly, in icount_configure()
478 * the virtual time trigger catches emulated time passing too fast. in icount_configure()