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

Function error_current_el_spx_handler

src/arch/aarch64/interrupt_main.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107/// 错误异常处理 - Current EL with SPx
108extern "C" auto error_current_el_spx_handler(cpu_io::TrapContext* context)
109 -> void {
110 HandleException("Error Exception at Current EL with SPx", context);
111}
112
113/// 同步异常处理 - Lower EL using AArch64
114extern "C" auto sync_lower_el_aarch64_handler(cpu_io::TrapContext* context)

Callers

nothing calls this directly

Calls 1

HandleExceptionFunction · 0.85

Tested by

no test coverage detected