Searched defs:HypervisorT (Results 1 – 7 of 7) sorted by relevance
| /external/crosvm/hypervisor/tests/ |
| D | hypervisor_virtualization.rs | 60 fn test_minimal_virtualization<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_minimal_virtualization() argument 62 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_minimal_virtualization()
|
| D | read_only_memory.rs | 67 fn test_read_only_memory<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_read_only_memory() argument 69 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_read_only_memory()
|
| D | real_run_addr.rs | 62 fn test_real_run_addr<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_real_run_addr() argument 64 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_real_run_addr()
|
| D | mmio_and_pio.rs | 64 fn test_mmio_and_pio<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_mmio_and_pio() argument 66 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_mmio_and_pio()
|
| D | dirty_log.rs | 67 fn test_dirty_log<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_dirty_log() argument 69 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_dirty_log()
|
| D | remove_memory.rs | 63 fn test_remove_memory<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_remove_memory() argument 65 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_remove_memory()
|
| D | tsc_offsets.rs | 78 fn test_tsc_offsets<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_tsc_offsets() argument 80 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_tsc_offsets()
|