Home
last modified time | relevance | path

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

/external/crosvm/devices/src/irqchip/
Daarch64.rs12 pub trait IrqChipAArch64: IrqChip { interface
14 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone()
Dgunyah.rs171 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/devices/src/irqchip/kvm/
Daarch64.rs160 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs130 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
/external/crosvm/aarch64/src/
Dlib.rs531 irq_chip: &mut dyn IrqChipAArch64, in build_vm()
1035 _irq_chip: &mut dyn IrqChipAArch64, in configure_vcpu()