Searched refs:hax_vcpu_state (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-i386/
H A Dhax-i386.h29 struct hax_vcpu_state struct
54 struct hax_vcpu_state *vcpus[HAX_MAX_VCPU];
65 int hax_vcpu_run(struct hax_vcpu_state *vcpu);
79 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu);
H A Dhax-all.c99 struct hax_vcpu_state *vstate;
116 struct hax_vcpu_state *vcpu = env->hax_vcpu;
176 struct hax_vcpu_state *vcpu = NULL;
191 vcpu = qemu_malloc(sizeof(struct hax_vcpu_state));
198 memset(vcpu, 0, sizeof(struct hax_vcpu_state));
238 struct hax_vcpu_state *vcpu = env->hax_vcpu;
471 struct hax_vcpu_state *vcpu = env->hax_vcpu;
505 struct hax_vcpu_state *vcpu = env->hax_vcpu;
526 struct hax_vcpu_state *vcpu = env->hax_vcpu;
629 struct hax_vcpu_state *vcp
[all...]
H A Dhax-darwin.c236 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
260 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
H A Dhax-windows.c351 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
381 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
/external/qemu/
H A Dhax.h10 struct hax_vcpu_state;
H A Dcpu-defs.h214 struct hax_vcpu_state *hax_vcpu;

Completed in 517 milliseconds