| title |
__invlpg | 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 |
invlpg instruction |
__invlpg intrinsic |
|
| ms.assetid |
3fb3633f-d9b7-4ec0-9e7f-a7f2fa8ed794 |
| caps.latest.revision |
12 |
| 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
Generates the x86 invlpg instruction, which invalidates the translation lookaside buffer (TLB) for the page associated with memory pointed to by Address.
void __invlpg(
void* Address
);
[in] Address
A 64-bit address.
| Intrinsic |
Architecture |
__invlpg |
x86, [!INCLUDEvcprx64] |
Header file <intrin.h>
Remarks
The intrinsic __invlpg emits a privileged instruction and is only available in kernel mode with a privilege level (CPL) of 0.
This routine is only available as an intrinsic.
END Microsoft Specific
Compiler Intrinsics