| 129 | |
| 130 | namespace IDT{ |
| 131 | void IPIHalt(void*, regs64_t* r){ |
| 132 | asm("cli"); |
| 133 | asm("hlt"); |
| 134 | } |
| 135 | |
| 136 | void InvalidInterruptHandler(void*, regs64_t* r){ |
| 137 | Log::Warning("Invalid interrupt handler called!"); |
nothing calls this directly
no outgoing calls
no test coverage detected