Searched defs:InnerApicChipData (Results 1 – 1 of 1) sorted by relevance
150 pub fn inner(&self) -> SpinLockGuard<InnerApicChipData> { in inner()157 struct InnerApicChipData { struct158 hw_irq_cfg: HardwareIrqConfig,159 irq: IrqNumber,160 vector: HardwareIrqNumber,161 prev_vector: Option<HardwareIrqNumber>,162 cpu: ProcessorId,163 prev_cpu: Option<ProcessorId>,164 status: ApicChipStatus,