ReactOS 0.4.16-dev-470-g91b8923
|
#include <ArchitecturalMsr.h>
Public Attributes | |
struct { | |
UINT32 Reserved: 32 | |
UINT32 MicrocodeUpdateSignature: 32 | |
} | Bits |
UINT64 | Uint64 |
MSR information returned for MSR index MSR_IA32_BIOS_SIGN_ID
Definition at line 379 of file ArchitecturalMsr.h.
struct { ... } MSR_IA32_BIOS_SIGN_ID_REGISTER::Bits |
Individual bit fields
UINT32 MSR_IA32_BIOS_SIGN_ID_REGISTER::MicrocodeUpdateSignature |
[Bits 63:32] Microcode update signature. This field contains the signature of the currently loaded microcode update when read following the execution of the CPUID instruction, function 1. It is required that this register field be pre-loaded with zero prior to executing the CPUID, function 1. If the field remains equal to zero, then there is no microcode update loaded. Another nonzero value will be the signature.
Definition at line 394 of file ArchitecturalMsr.h.
UINT32 MSR_IA32_BIOS_SIGN_ID_REGISTER::Reserved |
Definition at line 384 of file ArchitecturalMsr.h.
UINT64 MSR_IA32_BIOS_SIGN_ID_REGISTER::Uint64 |
All bit fields as a 64-bit value
Definition at line 399 of file ArchitecturalMsr.h.