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

Method InterruptHandler

Kernel/src/net/8254x.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 Vector<Intel8254x*> cards;
46
47 void Intel8254x::InterruptHandler(Intel8254x* card, regs64_t* r){
48 card->OnInterrupt();
49 }
50
51 void Intel8254x::WriteMem32(uintptr_t address, uint32_t data){
52 if(useIO){

Callers

nothing calls this directly

Calls 1

OnInterruptMethod · 0.45

Tested by

no test coverage detected