(stack_frame: InterruptStackFrame)
| 372 | log::info!("______ioapic_handler_23_____"); |
| 373 | } |
| 374 | extern "x86-interrupt" fn generic_handler(stack_frame: InterruptStackFrame) { |
| 375 | log::info!("______generic_handler_____"); |
| 376 | } |
nothing calls this directly
no outgoing calls
no test coverage detected