Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dinterrupt.rs74 pub struct InterruptSnapshot { struct
75 interrupt_status: usize,
193 snapshot: InterruptSnapshot, in new_from_snapshot()
322 pub fn snapshot(&self) -> InterruptSnapshot { in snapshot()