MdePkg Cpuid.h: Define CPUID.(EAX=7,ECX=0):EDX[30], as in EDK2

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2021-11-27 20:47:58 +03:00
parent dffeaa4780
commit fbd1d0fbc9

View File

@ -1579,9 +1579,9 @@ typedef union {
///
UINT32 EnumeratesSupportForCapability:1;
///
/// [Bit 30] Reserved.
/// [Bit 30] Enumerates support for the IA32_CORE_CAPABILITIES MSR.
///
UINT32 Reserved3:1;
UINT32 EnumeratesSupportForCoreCapabilitiesMsr:1;
///
/// [Bit 31] Enumerates support for Speculative Store Bypass Disable (SSBD).
/// Processors that set this bit sup-port the IA32_SPEC_CTRL MSR. They allow