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

Function sync_current_el_sp0_handler

src/arch/aarch64/interrupt_main.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52// 同步异常处理程序
53/// 同步异常处理 - Current EL with SP0
54extern "C" auto sync_current_el_sp0_handler(cpu_io::TrapContext* context)
55 -> void {
56 HandleException("Sync Exception at Current EL with SP0", context, 4);
57}
58
59/// IRQ 异常处理 - Current EL with SP0
60extern "C" auto irq_current_el_sp0_handler(

Callers

nothing calls this directly

Calls 1

HandleExceptionFunction · 0.85

Tested by

no test coverage detected