Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvm.rs57 haxm: Haxm, field
504 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vm() localVariable
512 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in create_vcpu() localVariable
521 let haxm = Haxm::new().expect("failed to create haxm"); in register_ioevent() localVariable
572 let haxm = Haxm::new().expect("failed to create haxm"); in handle_io_events() localVariable
626 let haxm = Haxm::new().unwrap(); in remove_memory() localVariable
653 let haxm = Haxm::new().unwrap(); in register_log_file() localVariable
H A Dvcpu.rs955 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_regs() localVariable
966 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_fpu() localVariable
977 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_msr() localVariable
988 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in get_msr() localVariable
999 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_cpuid() localVariable
1023 let haxm = Haxm::new().expect("failed to instantiate HAXM"); in set_efer() localVariable
/aosp_15_r20/external/crosvm/hypervisor/src/
H A 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
H A Dlib.rs17 pub mod haxm; module
/aosp_15_r20/external/crosvm/hypervisor/tests/
H A 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
H A Dreal_run_addr.rs30 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_real_run_addr() localVariable
H A Ddirty_log.rs34 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_dirty_log_not_supported() localVariable
H A Dremove_memory.rs31 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_remove_memory() localVariable
H A Dtsc_offsets.rs46 let haxm = Haxm::new().expect("failed to create haxm"); in test_haxm_tsc_offsets() localVariable
H A Dhypervisor_virtualization.rs137 let haxm = Haxm::new().expect("failed to create haxm"); in create_vm() localVariable
/aosp_15_r20/external/crosvm/hypervisor/
H A DCargo.toml9 haxm = [] qkey
/aosp_15_r20/external/crosvm/
H A DCargo.toml286 haxm = ["hypervisor/haxm"] qkey
/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs2335 let haxm = Haxm::new()?; in run_config_inner() localVariable