| title |
__svm_vmload | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
__svm_vmload intrinsic |
VMLOAD instruction |
|
| ms.assetid |
b46a5592-db76-4ffc-8694-2f3494e28bed |
| caps.latest.revision |
5 |
| author |
corob-msft |
| ms.author |
corob |
| manager |
ghogen |
| translation.priority.ht |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
ru-ru |
zh-cn |
zh-tw |
|
| translation.priority.mt |
|
Microsoft Specific
Loads a subset of processor state from the specified virtual machine control block (VMCB).
void __svm_vmload(
size_t VmcbPhysicalAddress
);
| Parameter |
Description |
[in] VmcbPhysicalAddress |
The physical address of the VMCB. |
Remarks
The __svm_vmload function is equivalent to the VMLOAD 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, "AMD64 Architecture Programmer's Manual Volume 2: System Programming," document number 24593, revision 3.11, at the AMD corporation site.
| Intrinsic |
Architecture |
__svm_vmload |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
END Microsoft Specific
Compiler Intrinsics
__svm_vmrun
__svm_vmsave