__wbinvd
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at __wbinvd.
Microsoft Specific**
Generates the Write Back and Invalidate Cache (wbinvd) instruction.
void __wbinvd(void);
| Intrinsic | Architecture |
|---|---|
__wbinvd | x86, x64 |
Header file <intrin.h>
This function is only available in kernel mode with a privilege level (CPL) of 0, and the routine is only available as an intrinsic.
Show: