Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dpvclock.rs272 pub struct PvClock { struct
273 state: PvClockState, argument
274 worker_state: PvClockWorkerState, argument
277 impl PvClock { implementation
858 impl VirtioDevice for PvClock { implementation
1031 fn assert_wake_successful(pvclock_device: &mut PvClock, mem: &GuestMemory) { in assert_wake_successful()
/external/crosvm/hypervisor/src/
Dcaps.rs47 PvClock, enumerator