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

Function Read

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

Source from the content-addressed store, hash-verified

54 }
55
56 uint32_t Read(uint32_t off){
57 return *((volatile uint32_t*)(virtualBase + off));
58 }
59
60 void Write(uint32_t off, uint32_t val){
61 *((volatile uint32_t*)(virtualBase + off)) = val;

Callers 5

CreateELFProcessFunction · 0.70
EnableFunction · 0.70
SysExecFunction · 0.70
SysReadFunction · 0.70
SysPReadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected