Searched defs:IrqChipAArch64 (Results 1 – 5 of 5) sorted by relevance
12 pub trait IrqChipAArch64: IrqChip { interface14 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>>; in try_box_clone()
171 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
160 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
130 fn try_box_clone(&self) -> Result<Box<dyn IrqChipAArch64>> { in try_box_clone()
531 irq_chip: &mut dyn IrqChipAArch64, in build_vm()1035 _irq_chip: &mut dyn IrqChipAArch64, in configure_vcpu()