(stack_frame: InterruptStackFrame)
| 366 | log::info!("______ioapic_handler_21_____"); |
| 367 | } |
| 368 | extern "x86-interrupt" fn ioapic_handler_22(stack_frame: InterruptStackFrame) { |
| 369 | log::info!("______ioapic_handler_22_____"); |
| 370 | } |
| 371 | extern "x86-interrupt" fn ioapic_handler_23(stack_frame: InterruptStackFrame) { |
| 372 | log::info!("______ioapic_handler_23_____"); |
| 373 | } |
nothing calls this directly
no outgoing calls
no test coverage detected