Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1010 Bytes

readmsr.md

File metadata and controls

50 lines (33 loc) · 1010 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __readmsr
__readmsr
09/02/2019
__readmsr
Read Model Specific Register
rdmsr instruction
__readmsr intrinsic
7ab1f8e8-72cb-4ce4-817d-3e728a3c9716

__readmsr

Microsoft Specific

Generates the rdmsr instruction, which reads the model-specific register specified by register and returns its value.

Syntax

__int64 __readmsr(
   int register
);

Parameters

register
[in] The model-specific register to read.

Return value

The value in the specified register.

Requirements

Intrinsic Architecture
__readmsr x86, x64

Header file <intrin.h>

Remarks

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

For more information, see the AMD documentation.

END Microsoft Specific

See also

Compiler intrinsics