HomeSort by relevance Sort by last modified time
    Searched refs:hax_global (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-i386/
hax-darwin.c 40 if (!hax_global.vm || !hax_global.vm->fd)
48 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_ALLOC_RAM, &info);
79 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_SET_RAM, pinfo);
hax-i386.h 28 extern struct hax_state hax_global;
hax-all.c 31 struct hax_state hax_global; variable in typeref:struct:hax_state
179 if (!hax_global.vm)
185 if (hax_global.vm->vcpus[id])
200 ret = hax_host_create_vcpu(hax_global.vm->fd, id);
207 vcpu->fd = hax_host_open_vcpu(hax_global.vm->id, id);
215 hax_global.vm->vcpus[id] = vcpu;
231 hax_global.vm->vcpus[id] = NULL;
240 if (!hax_global.vm)
254 hax_global.vm->vcpus[vcpu->vcpu_id] = NULL;
270 env->hax_vcpu = hax_global.vm->vcpus[env->cpu_index]
    [all...]
hax-windows.c 69 if (!hax_global.vm || !hax_global.vm->fd)
78 hDeviceVM = hax_global.vm->fd;
121 hDeviceVM = hax_global.vm->fd;

Completed in 24 milliseconds