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

Function ioapic_handler_6

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

Source from the content-addressed store, hash-verified

311 log::info!("______ioapic_handler_5_____");
312}
313extern "x86-interrupt" fn ioapic_handler_6(stack_frame: InterruptStackFrame) {
314 log::info!("______ioapic_handler_6_____");
315}
316extern "x86-interrupt" fn ioapic_handler_7(stack_frame: InterruptStackFrame) {
317 log::info!("______ioapic_handler_7_____");
318}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected