MCPcopy 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
135auto 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

InterruptInitFunction · 0.80

Calls 1

PlicClass · 0.85

Tested by

no test coverage detected