Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/kvm/
Driscv64.rs89 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
Daarch64.rs192 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
Dx86_64.rs497 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/
Driscv64.rs22 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
Daarch64.rs168 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
Dx86_64.rs59 fn get_hypervisor(&self) -> &dyn HypervisorX86_64; in get_hypervisor() method
/external/crosvm/hypervisor/src/gunyah/
Daarch64.rs55 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
/external/crosvm/e2e_tests/fixture/src/sys/
Dwindows.rs65 fn get_hypervisor() -> String { in get_hypervisor() function
/external/crosvm/hypervisor/src/haxm/
Dvm.rs451 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/whpx/
Dvm.rs764 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/external/crosvm/hypervisor/src/geniezone/
Dmod.rs159 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method