Home
last modified time | relevance | path

Searched refs:hDeviceVM (Results 1 – 1 of 1) sorted by relevance

/external/qemu/target-i386/
Dhax-windows.c68 HANDLE hDeviceVM; in hax_populate_ram() local
80 hDeviceVM = hax_global.vm->fd; in hax_populate_ram()
82 ret = DeviceIoControl(hDeviceVM, in hax_populate_ram()
103 HANDLE hDeviceVM; in hax_set_phys_mem() local
124 hDeviceVM = hax_global.vm->fd; in hax_set_phys_mem()
126 ret = DeviceIoControl(hDeviceVM, in hax_set_phys_mem()
263 hax_fd hDeviceVM; in hax_host_open_vm() local
271 hDeviceVM = CreateFile(vm_name, in hax_host_open_vm()
278 if (hDeviceVM == INVALID_HANDLE_VALUE) in hax_host_open_vm()
282 return hDeviceVM; in hax_host_open_vm()