ReactOS 0.4.15-dev-7961-gdcf9eb0
CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX:

Public Attributes

struct {
   UINT32   HighSizeOfEpcSection: 20
 
   UINT32   Reserved: 12
 
Bits
 
UINT32 Uint32
 

Detailed Description

Sub-Leaf Index 2 or Higher Enumeration of Intel SGX Resources EDX for CPUID leaf CPUID_INTEL_SGX, sub-leaf CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF.

Definition at line 2898 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX::Bits

Individual bit fields

◆ HighSizeOfEpcSection

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX::HighSizeOfEpcSection

[Bit 19:0] If EAX[3:0] = 0001b, these are bits 51:32 of the size of the corresponding EPC section within the Processor Reserved Memory.

Definition at line 2907 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX::Reserved

Definition at line 2908 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EDX::Uint32

All bit fields as a 32-bit value

Definition at line 2913 of file Cpuid.h.


The documentation for this union was generated from the following file: