Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/
Daarch64.rs45 fn get_hypervisor(&self) -> &dyn Hypervisor; in get_hypervisor() method
Dx86_64.rs30 fn get_hypervisor(&self) -> &dyn HypervisorX86_64; in get_hypervisor() method
/external/crosvm/hypervisor/src/kvm/
Daarch64.rs164 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
Dx86_64.rs360 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method