ReactOS 0.4.15-dev-8028-g8e799e2
CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX:

Public Attributes

struct {
   UINT32   Reserved1: 2
 
   UINT32   Liner: 1
 
   UINT32   Reserved2: 29
 
Bits
 
UINT32 Uint32
 

Detailed Description

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

Definition at line 2590 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX::Bits

Individual bit fields

◆ Liner

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX::Liner

[Bits 3] Reports whether the response of the delay values is linear.

Definition at line 2602 of file Cpuid.h.

◆ Reserved1

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX::Reserved1

[Bits 1:0] Reserved.

Definition at line 2598 of file Cpuid.h.

◆ Reserved2

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX::Reserved2

Definition at line 2603 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_RDT_ALLOCATION_MEMORY_BANDWIDTH_SUB_LEAF_ECX::Uint32

All bit fields as a 32-bit value

Definition at line 2608 of file Cpuid.h.


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