Home
last modified time | relevance | path

Searched defs:HypervisorKind (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/src/crosvm/sys/windows/
Dconfig.rs39 pub enum HypervisorKind { enum
50 impl FromStr for HypervisorKind { implementation
/external/crosvm/hypervisor/src/
Dlib.rs102 pub enum HypervisorKind { enum
132 fn hypervisor_kind(&self) -> HypervisorKind; in hypervisor_kind()
/external/crosvm/hypervisor/src/haxm/
Dvm.rs233 fn hypervisor_kind(&self) -> HypervisorKind { in hypervisor_kind()
/external/crosvm/src/crosvm/sys/linux/
Dconfig.rs25 pub enum HypervisorKind { enum
/external/crosvm/hypervisor/src/whpx/
Dvm.rs506 fn hypervisor_kind(&self) -> HypervisorKind { in hypervisor_kind()
/external/crosvm/hypervisor/src/kvm/
Dmod.rs595 fn hypervisor_kind(&self) -> HypervisorKind { in hypervisor_kind()
/external/crosvm/hypervisor/src/gunyah/
Dmod.rs566 fn hypervisor_kind(&self) -> HypervisorKind { in hypervisor_kind()
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs892 fn hypervisor_kind(&self) -> HypervisorKind { in hypervisor_kind()
/external/crosvm/vm_control/src/
Dlib.rs2491 pub type HypervisorKind = hypervisor::HypervisorKind; typedef