Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 758 Bytes

wbinvd.md

File metadata and controls

37 lines (25 loc) · 758 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __wbinvd
__wbinvd
09/02/2019
__wbinvd
__wbinvd intrinsic
wbinvd instruction
628d0981-39e5-49e1-bd43-706d123af121

__wbinvd

Microsoft Specific

Generates the Write Back and Invalidate Cache (wbinvd) instruction.

Syntax

void __wbinvd(void);

Requirements

Intrinsic Architecture
__wbinvd x86, x64

Header file <intrin.h>

Remarks

This function is only available in kernel mode with a privilege level (CPL) of 0, and the routine is only available as an intrinsic.

END Microsoft Specific

See also

Compiler intrinsics