Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/hyp/hypervisor/
Dkvm.rs35 NotSupported, enumerator
45 -1 => KvmError::NotSupported, in from()
61 Self::NotSupported => write!(f, "KVM call not supported"), in fmt()
111 Err(KvmError::NotSupported) => Err(Error::MmioGuardNotSupported), in enroll()
138 Err(KvmError::NotSupported) | Ok(_) => Ok(()), in unmap()
Dgeniezone.rs53 NotSupported, enumerator
65 -1 => GeniezoneError::NotSupported, in from()
82 Self::NotSupported => write!(f, "GenieZone call not supported"), in fmt()
105 Err(GeniezoneError::NotSupported) | Err(GeniezoneError::NotRequired) => { in enroll()
/packages/modules/Virtualization/vmbase/src/hvc/
Dtrng.rs22 NotSupported, enumerator
36 Self::NotSupported => write!(f, "SMCCC TRNG call not supported"), in fmt()
48 -1 => Error::NotSupported, in from()
/packages/modules/Virtualization/vmbase/src/hyp/
Dhypervisor.rs66 Err(Error::KvmError(KvmError::NotSupported, _)) => { in try_from()
/packages/modules/Virtualization/vmbase/src/
Drand.rs88 if e == hvc::trng::Error::NotSupported { in init()