OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hax_msr_data
(Results
1 - 6
of
6
) sorted by null
/external/qemu/target-i386/
hax-darwin.h
73
#define HAX_VCPU_IOCTL_SET_MSRS _IOWR(0, 0xc1, struct
hax_msr_data
)
75
#define HAX_VCPU_IOCTL_GET_MSRS _IOWR(0, 0xc2, struct
hax_msr_data
)
hax-i386.h
68
int hax_sync_msr(CPUState *cpu, struct
hax_msr_data
*msrs, int set);
hax-darwin.c
283
int hax_sync_msr(CPUState *cpu, struct
hax_msr_data
*msrs, int set)
hax-interface.h
63
struct
hax_msr_data
struct
hax-windows.c
435
int hax_sync_msr(CPUState *cpu, struct
hax_msr_data
*msrs, int set)
hax-all.c
902
struct
hax_msr_data
md;
963
struct
hax_msr_data
md;
968
memset(&md, 0, sizeof(struct
hax_msr_data
));
Completed in 2261 milliseconds