struct pv_clock_system_time

Defined at line 45 of file ../../zircon/kernel/arch/x86/include/arch/x86/pv.h

Stores the para-virtualized clock for a virtual CPU.

System time is time since boot time, and boot time is some fixed point in the

past.

Public Members

uint32_t version
uint32_t pad0
uint64_t tsc_timestamp
uint64_t system_time
uint32_t tsc_mul
int8_t tsc_shift
uint8_t flags
uint8_t[2] pad1