File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
description : " Learn more about: __vmx_on"
3
3
title : " __vmx_on"
4
- ms.date : 04/14 /2022
4
+ ms.date : 05/16 /2022
5
5
f1_keywords : ["__vmx_on"]
6
6
helpviewer_keywords : ["VMXON instruction", "__vmx_on intrinsic"]
7
7
ms.assetid : 16804991-6a75-4adf-8ec2-bc95acfa4801
@@ -16,14 +16,14 @@ Activates virtual machine extensions (VMX) operation in the processor.
16
16
17
17
``` C
18
18
unsigned char __vmx_on (
19
- unsigned __ int64 * VmsSupportPhysicalAddress
19
+ unsigned __ int64 * VmxonRegionPhysicalAddress
20
20
);
21
21
```
22
22
23
23
### Parameters
24
24
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.
27
27
28
28
## Return value
29
29
You can’t perform that action at this time.
0 commit comments