Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dpvclock.rs326 pub struct PvClock { struct
327 state: PvClockState, argument
328 worker_state: PvClockWorkerState, argument
331 impl PvClock { implementation
914 impl VirtioDevice for PvClock { implementation
1107 fn assert_wake_successful(pvclock_device: &mut PvClock, mem: &GuestMemory) { in assert_wake_successful()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dcaps.rs47 PvClock, enumerator
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs145 PvClock(Tube), enumerator