Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dlapic_vector.rs150 pub fn inner(&self) -> SpinLockGuard<InnerApicChipData> { in inner()
157 struct InnerApicChipData { struct
158 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,