| 80 | |
| 81 | /// 同步异常处理 - Current EL with SPx |
| 82 | extern "C" auto sync_current_el_spx_handler(cpu_io::TrapContext* context) |
| 83 | -> void { |
| 84 | HandleException("Sync Exception at Current EL with SPx", context, 4); |
| 85 | } |
| 86 | |
| 87 | /// IRQ 异常处理 - Current EL with SPx |
| 88 | extern "C" auto irq_current_el_spx_handler(cpu_io::TrapContext* context) |
nothing calls this directly
no test coverage detected