Searched defs:MSR_IA32_MCG_STATUS (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
H A DArchitecturalMsr.h897 @param ECX MSR_IA32_MCG_STATUS (0x0000017A)
907 Msr.Uint64 = AsmReadMsr64 (MSR_IA32_MCG_STATUS);
908 AsmWriteMsr64 (MSR_IA32_MCG_STATUS, Msr.Uint64);
910 @note MSR_IA32_MCG_STATUS is defined as IA32_MCG_STATUS in SDM.
912 #define MSR_IA32_MCG_STATUS 0x0000017A macro
915 MSR information returned for MSR index #MSR_IA32_MCG_STATUS

Completed in 20 milliseconds