mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-17 01:11:36 +01:00
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:
parent
dffeaa4780
commit
fbd1d0fbc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user