Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Read64
Function
Read64
Kernel/src/arch/x86_64/apic.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
uint64_t Read64(uint32_t reg){
93
assert(!
"unimplemented"
);
94
return 0;
95
}
96
97
void Write64(uint32_t reg, uint64_t data){
98
uint32_t low = data & 0xFFFFFFFF;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected