description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: __svm_stgi |
__svm_stgi |
09/02/2019 |
|
|
96488da4-5587-4e99-8674-627a9e51be84 |
Microsoft Specific
Sets the global interrupt flag.
void __svm_stgi(void);
The __svm_stgi
function is equivalent to the STGI
machine instruction. The global interrupt flag determines whether the microprocessor ignores, postpones, or handles interrupts, due to events such as an I/O completion, a hardware temperature alert, or a debug exception.
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 "AMD64 Architecture Programmer's Manual Volume 2: System Programming," at the AMD corporation site.
Intrinsic | Architecture |
---|---|
__svm_stgi |
x86, x64 |
Header file <intrin.h>
END Microsoft Specific