Home | History | Annotate | Download | only in target-i386

Lines Matching full:hax

18  * Common data structure for HAX interface on both Mac and Windows
19 * The IOCTL is defined in hax-darwin.h and hax-windows.h
232 * HAX tunnel is a per-vCPU shared memory between QEMU and HAX driver
233 * It is used to pass information between QEMU and HAX driver, like KVM_RUN
235 * In HAX_VCPU_IOCTL_SETUP_TUNNEL ioctl, HAX driver allocats the memory, maps
279 /* The exit reason in HAX tunnel for HAX_VCPU_IOCTL_RUN IOCTL */
285 * 1. When guest accesses MMIO address, it is trapped to HAX driver
286 * 2. HAX driver return back to QEMU with the instruction pointer address
287 * 3. QEMU sync the vcpu state with HAX driver
289 * 5. QEMU sync the vcpu state to HAX driver
290 * 6. HAX driver continuous run the guest through HAX_VCPU_IOCTL_RUN
308 * When guest executes HLT instruction with interrupt enabled, HAX
316 * Now the vcpu is only paused when to be destroid, so simply return to hax
330 * The API version between QEMU and HAX driver
331 * Compat_version defines the oldest API version the HAX driver can support
368 * We need to load the HAXM (HAX Manager) to tell if the host system has the
373 * that can be used for guests at HAX installation time. Once the quota is