Searched defs:haxm (Results 1 – 13 of 13) sorted by relevance
57 haxm: Haxm, field504 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vm() localVariable512 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vcpu() localVariable521 let haxm = Haxm::new().expect("failed to create haxm"); in register_ioevent() localVariable572 let haxm = Haxm::new().expect("failed to create haxm"); in handle_io_events() localVariable626 let haxm = Haxm::new().unwrap(); in remove_memory() localVariable653 let haxm = Haxm::new().unwrap(); in register_log_file() localVariable
955 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_regs() localVariable966 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_fpu() localVariable977 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_msr() localVariable988 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_msr() localVariable999 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_cpuid() localVariable1023 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_efer() localVariable
56 haxm: SafeDescriptor, field305 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_capability() localVariable312 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_supported_cpuid() localVariable359 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in check_msr_index_list() localVariable
17 pub mod haxm; module
32 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_mmio_and_pio() localVariable185 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_pio_out() localVariable321 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_pio_in() localVariable
30 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_real_run_addr() 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
137 let haxm = Haxm::new().expect("failed to create haxm"); in create_vm() localVariable
9 haxm = [] qkey
286 haxm = ["hypervisor/haxm"] qkey
2335 let haxm = Haxm::new()?; in run_config_inner() localVariable