Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs57 pub enum DeviceAssignmentError { enum
106 impl From<FdtError> for DeviceAssignmentError { implementation
108 DeviceAssignmentError::UnexpectedFdtError(e) in from()
112 impl fmt::Display for DeviceAssignmentError { implementation
174 pub type Result<T> = core::result::Result<T, DeviceAssignmentError>;
199 return Err(DeviceAssignmentError::UnsupportedPathFormat); in new()
211 return Err(DeviceAssignmentError::InvalidDtbo); in to_overlay_target_path()
348 .ok_or(DeviceAssignmentError::InvalidDtbo)?; in locate_overlay_target_path()
350 return Err(DeviceAssignmentError::UnsupportedOverlayTarget); in locate_overlay_target_path()
377 return Err(DeviceAssignmentError::DuplicatedIommuIds); in validate_physical_iommus()
[all …]