Home
last modified time | relevance | path

Searched refs:__IOAPIC (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dioapic.rs34 static mut __IOAPIC: Option<SpinLock<IoApic>> = None; constant
39 unsafe { __IOAPIC.as_ref().unwrap() } in IOAPIC()
399 __IOAPIC = Some(SpinLock::new(ioapic)); in ioapic_init()