Home
last modified time | relevance | path

Searched defs:hypervisor (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/hypervisor/tests/kvm/
Dx86_64.rs40 let hypervisor = Kvm::new().unwrap(); in get_supported_cpuid() localVariable
47 let hypervisor = Kvm::new().unwrap(); in get_emulated_cpuid() localVariable
61 let hypervisor = Kvm::new().unwrap(); in entries_double_on_error() localVariable
/external/crosvm/e2e_tests/fixture/src/sys/
Dwindows.rs79 let hypervisor = get_hypervisor(); in get_hypervisor_args() localVariable
/external/crosvm/
Dcargo_embargo.json209 "hypervisor": { object
/external/crosvm/src/sys/
Dwindows.rs1684 let mut hypervisor = cfg.hypervisor.unwrap_or(default_hypervisor); in run_config_inner() localVariable
/external/crosvm/src/crosvm/
Dcmdline.rs1293 pub hypervisor: Option<HypervisorKind>, field
Dconfig.rs1058 pub hypervisor: Option<HypervisorKind>, field
/external/crosvm/src/crosvm/sys/
Dunix.rs1547 let hypervisor = cfg in run_config() localVariable