Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Daarch64.rs10 pub trait IrqChipAArch64: IrqChip { trait
12 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone()
Dgunyah.rs168 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/devices/src/irqchip/kvm/
Daarch64.rs157 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs132 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/aarch64/src/
Dlib.rs379 irq_chip: &mut dyn IrqChipAArch64, in build_vm()
745 _irq_chip: &mut dyn IrqChipAArch64, in configure_vcpu()