Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 1.28 KB

File metadata and controls

69 lines (59 loc) · 1.28 KB
title __writecr3 | 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
_writecr3
dev_langs
C++
helpviewer_keywords
_writecr3 intrinsic
ms.assetid 959d49fa-69d5-47cf-88d2-7688367fe38f
caps.latest.revision 11
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

__writecr3

Microsoft Specific

Writes the value Data to the CR3 register.

Syntax

void writecr3(   
   unsigned __int64 Data   
);  

Parameters

[in] Data
The value to write to the CR3 register.

Requirements

Intrinsic Architecture
__writecr3 x86, [!INCLUDEvcprx64]

Header file <intrin.h>

Remarks

This intrinsic is only available in kernel mode, and the routine is only available as an intrinsic.

END Microsoft Specific

See Also

Compiler Intrinsics