MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Do

Method Do

src/arch/aarch64/interrupt.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63auto Interrupt::Do(uint64_t cause, cpu_io::TrapContext* context) -> void {
64 cpu_io::ICC_EOIR1_EL1::Write(cause);
65 interrupt_handlers_[cause](cause, context);
66}
67
68auto Interrupt::RegisterInterruptFunc(uint64_t cause, InterruptDelegate func)
69 -> void {

Callers 1

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected