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;
38 fn IOAPIC() -> &'static SpinLock<IoApic> { in IOAPIC()
48 pub struct IoApic { struct
56 impl IoApic { impl
69 let mut result: Option<IoApic> = None; in new()
84 if let acpi::madt::MadtEntry::IoApic(_x) = x { in new()
90 if let acpi::madt::MadtEntry::IoApic(x) = x { in new()
110 result = Some(IoApic { in new()
397 let ioapic = unsafe { IoApic::new() }; in ioapic_init()
418 chip_data.inner().rte_index = IoApic::vector_rte_index(i as u8); in ioapic_init()
[all …]