Home
last modified time | relevance | path

Searched refs:ArmException (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/rialto/src/
Dexceptions.rs20 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()
/packages/modules/Virtualization/pvmfw/src/
Dexceptions.rs19 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()
/packages/modules/Virtualization/vmbase/src/
Dexceptions.rs103 pub struct ArmException { struct
110 impl fmt::Display for ArmException { argument
116 impl ArmException { impl