Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Duserspace.rs95 pub struct UserspaceIrqChip<V: VcpuX86_64> { struct
96 pub vcpus: Arc<Mutex<Vec<Option<V>>>>,
97 routes: Arc<Mutex<Routes>>,
98 pit: Arc<Mutex<Pit>>,
99 pic: Arc<Mutex<Pic>>,
123 /// Helper that implements `Drop` on behalf of `UserspaceIrqChip`. The many cloned copies of an irq argument
131 impl<V: VcpuX86_64 + 'static> UserspaceIrqChip<V> { impl
351 impl<V: VcpuX86_64 + 'static> UserspaceIrqChip<V> { impl
389 impl<V: VcpuX86_64 + 'static> IrqChip for UserspaceIrqChip<V> { implementation
833 impl<V: VcpuX86_64 + 'static> BusDevice for UserspaceIrqChip<V> { implementation
[all …]
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dmod.rs140 UserspaceIrqChip = 16, enumerator