MCPcopy Create free account
hub / github.com/Ruddle/Fomos / ioapic_handler_22

Function ioapic_handler_22

bootloader/kernel/src/interrupts.rs:368–370  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame)

Source from the content-addressed store, hash-verified

366 log::info!("______ioapic_handler_21_____");
367}
368extern "x86-interrupt" fn ioapic_handler_22(stack_frame: InterruptStackFrame) {
369 log::info!("______ioapic_handler_22_____");
370}
371extern "x86-interrupt" fn ioapic_handler_23(stack_frame: InterruptStackFrame) {
372 log::info!("______ioapic_handler_23_____");
373}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected