ReactOS 0.4.15-dev-7961-gdcf9eb0
CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX:

Public Attributes

struct {
   UINT32   HighestCosNumber: 16
 
   UINT32   Reserved: 16
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID L3 Cache Allocation Technology Information EDX for CPUID leaf CPUID_INTEL_RDT_ALLOCATION, sub-leaf CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF.

Definition at line 2440 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX::Bits

Individual bit fields

◆ HighestCosNumber

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX::HighestCosNumber

[Bits 15:0] Highest COS number supported for this ResID.

Definition at line 2448 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX::Reserved

Definition at line 2449 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_EDX::Uint32

All bit fields as a 32-bit value

Definition at line 2454 of file Cpuid.h.


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