<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Hypervisor",
  "identifier" : "/documentation/Hypervisor/VMX_REASON_IRQ_WND",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Hypervisor"
    ],
    "preciseIdentifier" : "c:@Ea@VMX_REASON_EXC_NMI@VMX_REASON_IRQ_WND"
  },
  "title" : "VMX_REASON_IRQ_WND"
}
-->

# VMX_REASON_IRQ_WND

VMX exited due to an Interrupt Window.

```
var VMX_REASON_IRQ_WND: Int { get }
```

## Discussion

At the beginning of an instruction, RFLAGS.IF was `1`.` `Events weren’t blocked by STI or by MOV SS and the “interrupt-window exiting” VM-execution control was `1`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)