Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dtpm.rs83 fn process_queue(&mut self) -> NeedsInterrupt { in process_queue()
210 enum NeedsInterrupt { enum
215 impl BitOrAssign for NeedsInterrupt { implementation
216 fn bitor_assign(&mut self, rhs: NeedsInterrupt) { in bitor_assign()