Lines Matching full:time
41 time information and check that they are both equal and even.
45 number of seconds for wallclock at time of boot.
48 number of nanoseconds for wallclock at time of boot.
50 In order to get the current wallclock time, the system_time from
81 The hypervisor may update this structure at any time it sees fit until
88 time information and check that they are both equal and even.
92 the tsc value at the current VCPU at the time
94 from current tsc to derive a notion of elapsed time since the
98 a host notion of monotonic time, including sleep
99 time at the time this structure was last updated. Unit is
115 derive per-CPU time by doing::
117 time = (current_tsc - tsc_timestamp)
119 time <<= tsc_shift;
121 time >>= -tsc_shift;
122 time = (time * tsc_to_system_mul) >> 32
123 time = time + system_time
135 | | | time measures taken across |
224 to by the hypervisor at the time of injection. Only first bit of 'flags'
236 hypervisor at the time of APF 'page ready' event injection. The content
280 The hypervisor may update this structure at any time it sees fit until
288 this field before and after grabbing time information and make
297 the amount of time in which this vCPU did not run, in
298 nanoseconds. Time during which the vcpu is idle, will not be
299 reported as steal time.
318 written to by the hypervisor, typically at the time of interrupt
333 However, hypervisor can set and clear this memory bit at any time: