Searched defs:KVMClockState (Results 1 – 1 of 1) sorted by relevance
35 struct KVMClockState { struct37 SysBusDevice busdev;40 uint64_t clock;41 bool clock_valid;65 static uint64_t kvmclock_current_nsec(KVMClockState *s) in kvmclock_current_nsec() argument