Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Read32
Function
Read32
Kernel/src/arch/x86_64/apic.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
uint32_t apicID;
81
82
uint32_t Read32(uint32_t reg){
83
*registerSelect = reg;
84
return *ioWindow;
85
}
86
87
void Write32(uint32_t reg, uint32_t data){
88
*registerSelect = reg;
Callers
1
Initialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected