Home
last modified time | relevance | path

Searched defs:KVMClockState (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/i386/kvm/
H A Dclock.c35 struct KVMClockState { struct
37 SysBusDevice busdev;
40 uint64_t clock;
41 bool clock_valid;
65 static uint64_t kvmclock_current_nsec(KVMClockState *s) in kvmclock_current_nsec() argument