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

Function ioapic_handler_5

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

Source from the content-addressed store, hash-verified

308 log::info!("______ioapic_handler_4_____");
309}
310extern "x86-interrupt" fn ioapic_handler_5(stack_frame: InterruptStackFrame) {
311 log::info!("______ioapic_handler_5_____");
312}
313extern "x86-interrupt" fn ioapic_handler_6(stack_frame: InterruptStackFrame) {
314 log::info!("______ioapic_handler_6_____");
315}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected