ReactOS 0.4.15-dev-8028-g8e799e2
CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX:

Public Attributes

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

Detailed Description

CPUID memory bandwidth Allocation Technology Information EAX for CPUID leaf CPUID_INTEL_RDT_ALLOCATION, sub-leaf CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF.

Definition at line 2567 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX::Bits

Individual bit fields

◆ MaximumMBAThrottling

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX::MaximumMBAThrottling

[Bits 11:0] Reports the maximum MBA throttling value supported for the corresponding ResID using minus-one notation.

Definition at line 2576 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX::Reserved

Definition at line 2577 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_EAX::Uint32

All bit fields as a 32-bit value

Definition at line 2582 of file Cpuid.h.


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