Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/
Dhypervisor.rs43 fn get_hypervisor(&self) -> &'static dyn Hypervisor { in get_hypervisor() method
108 fn get_hypervisor() -> &'static dyn Hypervisor { in get_hypervisor() function
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Driscv64.rs89 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
H A Daarch64.rs191 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
H A Dx86_64.rs451 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Driscv64.rs22 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
H A Daarch64.rs166 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
H A Dx86_64.rs58 fn get_hypervisor(&self) -> &dyn HypervisorX86_64; in get_hypervisor() method
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/
H A Daarch64.rs53 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
/aosp_15_r20/external/crosvm/e2e_tests/fixture/src/sys/
H A Dwindows.rs65 fn get_hypervisor() -> String { in get_hypervisor() function
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvm.rs442 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvm.rs755 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/
H A Dmod.rs157 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method