Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Duserspace.rs96 pub struct UserspaceIrqChip<V: VcpuX86_64> { struct
97 pub vcpus: Arc<Mutex<Vec<Option<V>>>>,
98 routes: Arc<Mutex<Routes>>,
99 pit: Arc<Mutex<Pit>>,
100 pic: Arc<Mutex<Pic>>,
124 /// Helper that implements `Drop` on behalf of `UserspaceIrqChip`. The many cloned copies of an irq argument
132 impl<V: VcpuX86_64 + 'static> UserspaceIrqChip<V> { impl
352 impl<V: VcpuX86_64 + 'static> UserspaceIrqChip<V> { implementation
390 impl<V: VcpuX86_64 + 'static> IrqChip for UserspaceIrqChip<V> { implementation
834 impl<V: VcpuX86_64 + 'static> BusDevice for UserspaceIrqChip<V> { implementation
[all …]
/external/crosvm/devices/src/pci/
Dmod.rs139 UserspaceIrqChip = 16, enumerator