Skip to content

Commit 5437251

Browse files
author
Colin Robertson
authored
Merge pull request #3899 from sariaki/patch-1
Fixed __vmx_on parameter being incorrect
2 parents e90d50e + 75ea57a commit 5437251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/intrinsics/vmx-on.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: __vmx_on"
33
title: "__vmx_on"
4-
ms.date: 04/14/2022
4+
ms.date: 05/16/2022
55
f1_keywords: ["__vmx_on"]
66
helpviewer_keywords: ["VMXON instruction", "__vmx_on intrinsic"]
77
ms.assetid: 16804991-6a75-4adf-8ec2-bc95acfa4801
@@ -16,14 +16,14 @@ Activates virtual machine extensions (VMX) operation in the processor.
1616

1717
```C
1818
unsigned char __vmx_on(
19-
unsigned __int64 *VmsSupportPhysicalAddress
19+
unsigned __int64 *VmxonRegionPhysicalAddress
2020
);
2121
```
2222

2323
### Parameters
2424

25-
*VmsSupportPhysicalAddress*\
26-
[in] A pointer to a 64-bit physical address that points to a VMXON region.
25+
*`VmxonRegionPhysicalAddress`*\
26+
[in] A pointer to a 64-bit, 4KB-aligned physical address that points to a VMXON region.
2727

2828
## Return value
2929

0 commit comments

Comments
 (0)