Share via

Facebook x.com LinkedIn Email

__vmx_off

Microsoft Specific

Deactivates virtual machine extensions (VMX) operation in the processor.

void __vmx_off();

Remarks

The __vmx_off function is equivalent to the VMXOFF machine instruction. This function supports the interaction of a host's virtual machine monitor with a guest operating system and its applications. For more information, search for the document, "Intel Virtualization Technical Specification for the IA-32 Intel Architecture," document number C97063-002, at the Intel Corporation site.

Requirements

Intrinsic

Architecture

__vmx_off

x86, x64

Header file <intrin.h>

See Also

Reference

Compiler Intrinsics


  • Last updated on 2013年02月01日