Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ InitPlic
Method
InitPlic
src/arch/riscv64/interrupt.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
auto Interrupt::InitPlic(uint64_t dev_addr, size_t ndev, size_t context_count)
136
-> void {
137
plic_ = Plic(dev_addr, ndev, context_count);
138
}
Callers
1
InterruptInit
Function · 0.80
Calls
1
Plic
Class · 0.85
Tested by
no test coverage detected