(stack_frame: InterruptStackFrame)
| 357 | log::info!("______ioapic_handler_18_____"); |
| 358 | } |
| 359 | extern "x86-interrupt" fn ioapic_handler_19(stack_frame: InterruptStackFrame) { |
| 360 | log::info!("______ioapic_handler_19_____"); |
| 361 | } |
| 362 | extern "x86-interrupt" fn ioapic_handler_20(stack_frame: InterruptStackFrame) { |
| 363 | log::info!("______ioapic_handler_20_____"); |
| 364 | } |
nothing calls this directly
no outgoing calls
no test coverage detected