Skip to content

Commit 45af116

Browse files
author
krispy
authored
VMCS -> VMXON
According to the intel IA32 development manual (Volume 3 C3 23.7): "Before executing VMXON, software should allocate a naturally aligned 4-KByte region of memory that a logical processor may use to support VMX operation. This region is called the VMXON region."
1 parent 0a9a410 commit 45af116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intrinsics/vmx-on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unsigned char __vmx_on(
2323
### Parameters
2424

2525
*VmsSupportPhysicalAddress*\
26-
[in] A pointer to a 64-bit physical address that points to a virtual-machine control structure (VMCS).
26+
[in] A pointer to a 64-bit physical address that points to a VMXON region.
2727

2828
## Return value
2929

0 commit comments

Comments
 (0)