ReactOS 0.4.15-dev-8028-g8e799e2
CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX:

Public Attributes

struct {
   UINT32   CapacityLength: 5
 
   UINT32   Reserved: 27
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID L2 Cache Allocation Technology Information EAX for CPUID leaf CPUID_INTEL_RDT_ALLOCATION, sub-leaf CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF.

Definition at line 2489 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX::Bits

Individual bit fields

◆ CapacityLength

UINT32 CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX::CapacityLength

[Bits 4:0] Length of the capacity bit mask for the corresponding ResID using minus-one notation.

Definition at line 2498 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX::Reserved

Definition at line 2499 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_RDT_ALLOCATION_L2_CACHE_SUB_LEAF_EAX::Uint32

All bit fields as a 32-bit value

Definition at line 2504 of file Cpuid.h.


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