ReactOS 0.4.15-dev-8028-g8e799e2
CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX:

Public Attributes

struct {
   UINT32   Reserved3: 2
 
   UINT32   CodeDataPrioritization: 1
 
   UINT32   Reserved2: 29
 
Bits
 
UINT32 Uint32
 

Detailed Description

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

Definition at line 2417 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX::Bits

Individual bit fields

◆ CodeDataPrioritization

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX::CodeDataPrioritization

[Bit 2] Code and Data Prioritization Technology supported if 1.

Definition at line 2426 of file Cpuid.h.

◆ Reserved2

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX::Reserved2

Definition at line 2427 of file Cpuid.h.

◆ Reserved3

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX::Reserved3

Definition at line 2422 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_INTEL_RDT_ALLOCATION_L3_CACHE_SUB_LEAF_ECX::Uint32

All bit fields as a 32-bit value

Definition at line 2432 of file Cpuid.h.


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