Searched refs:MSR_IA32_PLATFORM_ID (Results 1 – 10 of 10) sorted by relevance
14 MSR_IA32_PLATFORM_ID equ 000000017h
200 mov ecx, MSR_IA32_PLATFORM_ID
16 MSR_IA32_PLATFORM_ID EQU 000000017h
19 .equ MSR_IA32_PLATFORM_ID, 0x00000017 define297 movl $MSR_IA32_PLATFORM_ID, %ecx
143 mov ecx, MSR_IA32_PLATFORM_ID
91 PlatformIdMsr.Uint64 = AsmReadMsr64 (MSR_IA32_PLATFORM_ID); in MicrocodeDetect()
97 #define MSR_IA32_PLATFORM_ID 0x17959 Buffer32 =(UINT32) RShiftU64 (EfiReadMsr (MSR_IA32_PLATFORM_ID), 50) & 0x07;1264 CpuFlavor = RShiftU64 (EfiReadMsr (MSR_IA32_PLATFORM_ID), 50) & 0x07;
98 #define MSR_IA32_PLATFORM_ID 0x17623 CpuFlavor = RShiftU64 (EfiReadMsr (MSR_IA32_PLATFORM_ID), 50) & 0x07;
95 PlatformId = (UINT8)AsmMsrBitFieldRead64(MSR_IA32_PLATFORM_ID, 50, 52); in GetCurrentPlatformId()
132 #define MSR_IA32_PLATFORM_ID 0x00000017 macro