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

Function ioapic_handler_19

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

Source from the content-addressed store, hash-verified

357 log::info!("______ioapic_handler_18_____");
358}
359extern "x86-interrupt" fn ioapic_handler_19(stack_frame: InterruptStackFrame) {
360 log::info!("______ioapic_handler_19_____");
361}
362extern "x86-interrupt" fn ioapic_handler_20(stack_frame: InterruptStackFrame) {
363 log::info!("______ioapic_handler_20_____");
364}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected