Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dpvclock.rs194 pub struct PvClock { struct
198 // by the PvClockWorker thread but read by PvClock from the mmio bus in the main thread. argument
204 impl PvClock { argument
536 impl Suspendable for PvClock {} implementation
538 impl VirtioDevice for PvClock { implementation
/external/crosvm/hypervisor/src/
Dcaps.rs47 PvClock, enumerator