(stack_frame: InterruptStackFrame)
| 308 | log::info!("______ioapic_handler_4_____"); |
| 309 | } |
| 310 | extern "x86-interrupt" fn ioapic_handler_5(stack_frame: InterruptStackFrame) { |
| 311 | log::info!("______ioapic_handler_5_____"); |
| 312 | } |
| 313 | extern "x86-interrupt" fn ioapic_handler_6(stack_frame: InterruptStackFrame) { |
| 314 | log::info!("______ioapic_handler_6_____"); |
| 315 | } |
nothing calls this directly
no outgoing calls
no test coverage detected