pub fn get_ioapic(ioapic_id: u8) -> Option<&'static Mutex<IoApic>>
If an IoApic with the given id exists, then lock it (acquire its Mutex) and return the locked IoApic.
IoApic
id