Searched refs:vcpu_state_t (Results 1 – 6 of 6) sorted by relevance
/external/qemu/target-i386/ |
D | hax-darwin.h | 83 #define HAX_VCPU_SET_REGS _IOWR(0, 0xc7, struct vcpu_state_t) 84 #define HAX_VCPU_GET_REGS _IOWR(0, 0xc8, struct vcpu_state_t)
|
D | hax-i386.h | 67 int hax_sync_vcpu_state(CPUState *env, struct vcpu_state_t *state, int set);
|
D | hax-all.c | 723 static int hax_get_segments(CPUState *env, struct vcpu_state_t *sregs) in hax_get_segments() 741 static int hax_set_segments(CPUState *env, struct vcpu_state_t *sregs) in hax_set_segments() 826 struct vcpu_state_t regs; in hax_sync_vcpu_register() 828 memset(®s, 0, sizeof(struct vcpu_state_t)); in hax_sync_vcpu_register()
|
D | hax-interface.h | 112 struct vcpu_state_t struct
|
D | hax-darwin.c | 297 int hax_sync_vcpu_state(CPUState *env, struct vcpu_state_t *state, int set) in hax_sync_vcpu_state()
|
D | hax-windows.c | 464 int hax_sync_vcpu_state(CPUState *env, struct vcpu_state_t *state, int set) in hax_sync_vcpu_state()
|