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

Lines Matching refs:hax_global

32 struct hax_state hax_global;
181 if (!hax_global.vm)
187 if (hax_global.vm->vcpus[id])
202 ret = hax_host_create_vcpu(hax_global.vm->fd, id);
209 vcpu->fd = hax_host_open_vcpu(hax_global.vm->id, id);
217 hax_global.vm->vcpus[id] = vcpu;
233 hax_global.vm->vcpus[id] = NULL;
242 if (!hax_global.vm)
256 hax_global.vm->vcpus[vcpu->vcpu_id] = NULL;
272 cpu->hax_vcpu = hax_global.vm->vcpus[cpu->cpu_index];
328 hax_global.vm = NULL;
334 struct hax_state *hax = &hax_global;
350 hax = &hax_global;