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

  /external/qemu/target-i386/
hax-i386.h 42 struct hax_vm *vm;
50 struct hax_vm struct
64 struct hax_vm *hax_vm_create(struct hax_state *hax);
70 int hax_vm_destroy(struct hax_vm *vm);
hax-all.c 276 struct hax_vm *hax_vm_create(struct hax_state *hax)
278 struct hax_vm *vm;
288 vm = qemu_malloc(sizeof(struct hax_vm));
291 memset(vm, 0, sizeof(struct hax_vm));
314 int hax_vm_destroy(struct hax_vm *vm)

Completed in 469 milliseconds