Home
last modified time | relevance | path

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

/external/crosvm/hypervisor/src/
Dhaxm.rs56 haxm: SafeDescriptor, field
305 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_capability() localVariable
312 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_supported_cpuid() localVariable
359 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_msr_index_list() localVariable
Dlib.rs17 pub mod haxm; module
/external/crosvm/hypervisor/src/haxm/
Dvm.rs58 haxm: Haxm, field
522 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vm() localVariable
530 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vcpu() localVariable
539 let haxm = Haxm::new().expect("failed to create haxm"); in register_ioevent() localVariable
590 let haxm = Haxm::new().expect("failed to create haxm"); in handle_io_events() localVariable
644 let haxm = Haxm::new().unwrap(); in remove_memory() localVariable
671 let haxm = Haxm::new().unwrap(); in register_log_file() localVariable
Dvcpu.rs956 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_regs() localVariable
967 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_fpu() localVariable
978 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_msr() localVariable
989 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_msr() localVariable
1000 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_cpuid() localVariable
1024 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_efer() localVariable
/external/crosvm/hypervisor/tests/
Dmmio_and_pio.rs32 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_mmio_and_pio() localVariable
185 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_pio_out() localVariable
321 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_pio_in() localVariable
Dreal_run_addr.rs30 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_real_run_addr() localVariable
Ddirty_log.rs34 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_dirty_log_not_supported() localVariable
Dremove_memory.rs31 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_remove_memory() localVariable
Dtsc_offsets.rs46 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_tsc_offsets() localVariable
Dhypervisor_virtualization.rs140 let haxm = Haxm::new().expect("failed to create haxm"); in create_vm() localVariable
/external/crosvm/src/sys/
Dwindows.rs2337 let haxm = Haxm::new()?; in run_config_inner() localVariable