Searched refs:get_hypervisor (Results 1 – 1 of 1) sorted by relevance
43 fn get_hypervisor(&self) -> &'static dyn Hypervisor { in get_hypervisor() method108 fn get_hypervisor() -> &'static dyn Hypervisor { in get_hypervisor() function111 HYPERVISOR.get_or_init(|| Box::new(detect_hypervisor())).get_hypervisor() in get_hypervisor()116 get_hypervisor().as_mmio_guard() in get_mmio_guard()121 get_hypervisor().as_mem_sharer() in get_mem_sharer()126 get_hypervisor().as_device_assigner() in get_device_assigner()