Home
last modified time | relevance | path

Searched defs:HypervisorT (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/hypervisor/tests/
H A Dmmio_and_pio.rs64 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()
217 fn test_pio_out<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_pio_out() argument
219 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_pio_out()
353 fn test_pio_in<CreateVm, HypervisorT, VmT>(create_vm: CreateVm) in test_pio_in() argument
355 CreateVm: FnOnce(GuestMemory) -> (HypervisorT, VmT), in test_pio_in()
H A Dread_only_memory.rs67 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()
H A Dreal_run_addr.rs62 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()
H A Ddirty_log.rs67 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()
H A Dremove_memory.rs63 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()
H A Dtsc_offsets.rs78 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()