Home
last modified time | relevance | path

Searched refs:hax_state (Results 1 – 6 of 6) sorted by relevance

/external/qemu/target-i386/
Dhax-i386.h28 extern struct hax_state hax_global;
38 struct hax_state struct
62 int hax_mod_version(struct hax_state *hax, struct hax_module_version *version); argument
64 struct hax_vm *hax_vm_create(struct hax_state *hax);
71 int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap);
75 int hax_host_create_vm(struct hax_state *hax, int *vm_id);
76 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
Dhax-darwin.c88 int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap) in hax_capability()
102 int hax_mod_version(struct hax_state *hax, struct hax_module_version *version) in hax_mod_version()
153 int hax_host_create_vm(struct hax_state *hax, int *vmid) in hax_host_create_vm()
169 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
Dhax-windows.c136 int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap) in hax_capability()
166 int hax_mod_version(struct hax_state *hax, struct hax_module_version *version) in hax_mod_version()
231 int hax_host_create_vm(struct hax_state *hax, int *vmid) in hax_host_create_vm()
257 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
Dhax-all.c31 struct hax_state hax_global;
127 static int hax_get_capability(struct hax_state *hax) in hax_get_capability()
158 static int hax_version_support(struct hax_state *hax) in hax_version_support()
276 struct hax_vm *hax_vm_create(struct hax_state *hax) in hax_vm_create()
332 struct hax_state *hax = &hax_global; in hax_set_ramsize()
334 memset(hax, 0, sizeof(struct hax_state)); in hax_set_ramsize()
342 struct hax_state *hax = NULL; in hax_init()
Dhax-darwin.h28 static inline void hax_mod_close(struct hax_state *hax) in hax_mod_close()
Dhax-windows.h27 static inline void hax_mod_close(struct hax_state *hax) in hax_mod_close()