Searched refs:MmioGuardedHypervisor (Results 1 – 4 of 4) sorted by relevance
19 use super::{Hypervisor, MemSharingHypervisor, MmioGuardedHypervisor};91 fn as_mmio_guard(&self) -> Option<&dyn MmioGuardedHypervisor> { in as_mmio_guard() argument100 impl MmioGuardedHypervisor for GeniezoneHypervisor {
22 fn as_mmio_guard(&self) -> Option<&dyn MmioGuardedHypervisor> { in as_mmio_guard() argument37 pub trait MmioGuardedHypervisor { interface
19 use super::{DeviceAssigningHypervisor, Hypervisor, MemSharingHypervisor, MmioGuardedHypervisor};93 fn as_mmio_guard(&self) -> Option<&dyn MmioGuardedHypervisor> { in as_mmio_guard() argument106 impl MmioGuardedHypervisor for ProtectedKvmHypervisor {
25 pub use common::{DeviceAssigningHypervisor, MemSharingHypervisor, MmioGuardedHypervisor};115 pub fn get_mmio_guard() -> Option<&'static dyn MmioGuardedHypervisor> { in get_mmio_guard()