Searched defs:haxm (Results 1 – 11 of 11) sorted by relevance
56 haxm: SafeDescriptor, field310 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_capability() localVariable317 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_supported_cpuid() localVariable364 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_msr_index_list() localVariable
17 pub mod haxm; module
57 haxm: Haxm, field497 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vm() localVariable505 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vcpu() localVariable514 let haxm = Haxm::new().expect("failed to create haxm"); in register_ioevent() localVariable565 let haxm = Haxm::new().expect("failed to create haxm"); in handle_io_events() localVariable619 let haxm = Haxm::new().unwrap(); in remove_memory() localVariable646 let haxm = Haxm::new().unwrap(); in register_log_file() localVariable
974 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_regs() localVariable985 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_fpu() localVariable996 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_msr() localVariable1007 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_msr() localVariable1018 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_cpuid() localVariable1042 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_efer() localVariable
28 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_minimal_virtualization() localVariable
30 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_real_run_addr() localVariable
32 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_mmio_and_pio() localVariable
34 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_dirty_log_not_supported() localVariable
31 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_remove_memory() localVariable
46 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_tsc_offsets() localVariable
2301 let haxm = Haxm::new()?; in run_config_inner() localVariable