(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 | } |
| 316 | extern "x86-interrupt" fn ioapic_handler_7(stack_frame: InterruptStackFrame) { |
| 317 | log::info!("______ioapic_handler_7_____"); |
| 318 | } |
nothing calls this directly
no outgoing calls
no test coverage detected