Home
last modified time | relevance | path

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

/external/crosvm/e2e_tests/fixture/src/sys/
Dwindows.rs63 fn get_hypervisor() -> String { in get_hypervisor() function
/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs54 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
/external/crosvm/hypervisor/src/
Daarch64.rs68 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
Dx86_64.rs41 fn get_hypervisor(&self) -> &dyn HypervisorX86_64; in get_hypervisor() method
/external/crosvm/hypervisor/src/haxm/
Dvm.rs429 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/whpx/
Dvm.rs753 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs186 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
Dx86_64.rs483 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs164 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method