MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / IPIHalt

Function IPIHalt

Kernel/src/arch/x86_64/idt.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130namespace 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!");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected