Lines Matching full:time
60 * Return information about the state and running time of a VCPU.
67 /* When was current state entered (system time, ns)? */
76 * Time spent in each RUNSTATE_* (ns). The sum of these times is
77 * guaranteed not to drift from system time.
79 uint64_t time[4]; member
109 * updated by the hypervisor each time the VCPU is scheduled. Thus
111 * runstate.state_entry_time will indicate the system time at which the
146 uint64_t timeout_abs_ns; /* Absolute system time value in nanoseconds. */
194 * Register a memory location to get a secondary copy of the vcpu time
200 * that usermode can compute system time using the time info and the
205 * system time from the tsc.