Home | History | Annotate | Download | only in target-i386

Lines Matching refs:hax_global

31 struct hax_state hax_global;
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];
326 hax_global.vm = NULL;
332 struct hax_state *hax = &hax_global;
348 hax = &hax_global;