ReactOS 0.4.15-dev-7961-gdcf9eb0
CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX:

Public Attributes

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

Detailed Description

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

Definition at line 2847 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX::Bits

Individual bit fields

◆ HighAddressOfEpcSection

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX::HighAddressOfEpcSection

[Bit 19:0] If EAX[3:0] = 0001b, these are bits 51:32 of the physical address of the base of the EPC section.

Definition at line 2856 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX::Reserved

Definition at line 2857 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_SGX_CAPABILITIES_RESOURCES_SUB_LEAF_EBX::Uint32

All bit fields as a 32-bit value

Definition at line 2862 of file Cpuid.h.


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