(stack_frame: InterruptStackFrame)
| 302 | }; |
| 303 | } |
| 304 | extern "x86-interrupt" fn ioapic_handler_3(stack_frame: InterruptStackFrame) { |
| 305 | log::info!("______ioapic_handler_3_____"); |
| 306 | } |
| 307 | extern "x86-interrupt" fn ioapic_handler_4(stack_frame: InterruptStackFrame) { |
| 308 | log::info!("______ioapic_handler_4_____"); |
| 309 | } |
nothing calls this directly
no outgoing calls
no test coverage detected