Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateELFProcess
Function · 0.70
Enable
Function · 0.70
SysExec
Function · 0.70
SysRead
Function · 0.70
SysPRead
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected