Searched defs:HandleExceptionError (Results 1 – 4 of 4) sorted by relevance
29 pub enum HandleExceptionError { enum40 impl From<MemoryTrackerError> for HandleExceptionError { implementation46 impl fmt::Display for HandleExceptionError { implementation
27 fn handle_exception(exception: &ArmException) -> Result<(), HandleExceptionError> { in handle_exception() argument
26 fn handle_exception(exception: &ArmException) -> Result<(), HandleExceptionError> { in handle_exception() argument
552 pub fn handle_translation_fault(far: VirtualAddress) -> result::Result<(), HandleExceptionError> { in handle_translation_fault() argument560 pub fn handle_permission_fault(far: VirtualAddress) -> result::Result<(), HandleExceptionError> { in handle_permission_fault() argument