OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcpu_state_t
(Results
1 - 6
of
6
) sorted by null
/external/qemu/target-i386/
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
)
hax-i386.h
67
int hax_sync_vcpu_state(CPUState *env, struct
vcpu_state_t
*state, int set);
hax-all.c
723
static int hax_get_segments(CPUState *env, struct
vcpu_state_t
*sregs)
741
static int hax_set_segments(CPUState *env, struct
vcpu_state_t
*sregs)
826
struct
vcpu_state_t
regs;
828
memset(®s, 0, sizeof(struct
vcpu_state_t
));
hax-darwin.c
297
int hax_sync_vcpu_state(CPUState *env, struct
vcpu_state_t
*state, int set)
hax-interface.h
112
struct
vcpu_state_t
struct
hax-windows.c
464
int hax_sync_vcpu_state(CPUState *env, struct
vcpu_state_t
*state, int set)
Completed in 461 milliseconds