Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/src/hyp/
Derror.rs29 MmioGuardNotSupported, enumerator
41 Self::MmioGuardNotSupported => write!(f, "MMIO guard is not supported"), in fmt()
/packages/modules/Virtualization/vmbase/src/hyp/hypervisor/
Dgeniezone.rs106 Err(Error::MmioGuardNotSupported) in enroll()
Dkvm.rs111 Err(KvmError::NotSupported) => Err(Error::MmioGuardNotSupported), in enroll()