Searched defs:KVMClockState (Results 1 – 1 of 1) sorted by relevance
36 struct KVMClockState { struct38 SysBusDevice busdev;41 uint64_t clock;42 bool clock_valid;66 static uint64_t kvmclock_current_nsec(KVMClockState *s) in kvmclock_current_nsec() argument