Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhax-darwin.h68 #define HAX_VM_IOCTL_NOTIFY_QEMU_VERSION _IOW(0, 0x84, struct hax_qemu_version)
Dhax-i386.h72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
Dhax-windows.c282 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
292 qversion, sizeof(struct hax_qemu_version), in hax_notify_qemu_version()
Dhax-interface.h340 struct hax_qemu_version struct
Dhax-darwin.c184 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
Dhax-all.c343 struct hax_qemu_version qversion; in hax_init()