description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: __writemsr |
__writemsr |
09/02/2019 |
|
|
938b1553-51a8-4822-a818-6bed79b0fde5 |
Microsoft Specific
Generates the Write to Model Specific Register (wrmsr
) instruction.
void __writemsr(
unsigned long Register,
unsigned __int64 Value
);
Register
[in] The model-specific register.
Value
[in] The value to write.
Intrinsic | Architecture |
---|---|
__writemsr |
x86, x64 |
Header file <intrin.h>
This function may only be used in kernel mode, and this routine is only available as an intrinsic.
END Microsoft Specific