Searched defs:IrqChipAArch64 (Results 1 – 5 of 5) sorted by relevance
10 pub trait IrqChipAArch64: IrqChip { trait12 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone()
168 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
157 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
132 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
379 irq_chip: &mut dyn IrqChipAArch64, in build_vm()745 _irq_chip: &mut dyn IrqChipAArch64, in configure_vcpu()