Searched refs:hDeviceVM (Results 1 – 1 of 1) sorted by relevance
68 HANDLE hDeviceVM; in hax_populate_ram() local80 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() local124 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() local271 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()