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

  /external/qemu/target-i386/
hax-i386.h 29 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);
hax-all.c 99 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 *vcpu
    [all...]
hax-darwin.c 236 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
260 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
hax-windows.c 351 int hax_host_setup_vcpu_channel(struct hax_vcpu_state *vcpu)
381 int hax_vcpu_run(struct hax_vcpu_state* vcpu)
  /external/qemu/
hax.h 10 struct hax_vcpu_state;
cpu-defs.h 214 struct hax_vcpu_state *hax_vcpu;

Completed in 62 milliseconds