Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dinterrupt.rs86 pub struct InterruptSnapshot { struct
87 interrupt_status: usize,
210 snapshot: InterruptSnapshot, in new_from_snapshot()
345 pub fn snapshot(&self) -> InterruptSnapshot { in snapshot()