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