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

Function Redirect

Kernel/src/arch/x86_64/apic.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void Redirect(uint8_t irq, uint8_t vector, uint32_t delivery){
106 Write64(IO_APIC_RED_TABLE_ENT(irq), delivery | vector);
107 }
108
109 int Initialize(){
110 if(!base){

Callers 2

InitializeFunction · 0.85
MapLegacyIRQFunction · 0.85

Calls 1

Write64Function · 0.85

Tested by

no test coverage detected