Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/
Daarch64.rs20 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.rs79 fn get_hypervisor(&self) -> &dyn Hypervisor { in get_hypervisor() method
Dx86_64.rs300 fn get_hypervisor(&self) -> &dyn HypervisorX86_64 { in get_hypervisor() method