Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 1.86 KB

File metadata and controls

74 lines (63 loc) · 1.86 KB
title __svm_vmload | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
__svm_vmload
dev_langs
C++
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
cs-cz
pl-pl
pt-br
tr-tr

__svm_vmload

Microsoft Specific

Loads a subset of processor state from the specified virtual machine control block (VMCB).

Syntax

void __svm_vmload(  
   size_t VmcbPhysicalAddress  
);  

Parameters

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.

Requirements

Intrinsic Architecture
__svm_vmload x86, [!INCLUDEvcprx64]

Header file <intrin.h>

END Microsoft Specific

See Also

Compiler Intrinsics
__svm_vmrun
__svm_vmsave