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

Function Write32

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

Source from the content-addressed store, hash-verified

85 }
86
87 void Write32(uint32_t reg, uint32_t data){
88 *registerSelect = reg;
89 *ioWindow = data;
90 }
91
92 uint64_t Read64(uint32_t reg){
93 assert(!"unimplemented");

Callers 1

Write64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected