Searched refs:ArmException (Results 1 – 3 of 3) sorted by relevance
20 exceptions::{ArmException, Esr, HandleExceptionError},27 fn handle_exception(exception: &ArmException) -> Result<(), HandleExceptionError> { in handle_exception()43 let exception = ArmException::from_el1_regs(); in sync_exception_current()
19 exceptions::{ArmException, Esr, HandleExceptionError},26 fn handle_exception(exception: &ArmException) -> Result<(), HandleExceptionError> { in handle_exception()42 let exception = ArmException::from_el1_regs(); in sync_exception_current()
103 pub struct ArmException { struct110 impl fmt::Display for ArmException { argument116 impl ArmException { impl