ReactOS 0.4.15-dev-8002-gbbb3b00
CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX:

Public Attributes

struct {
   UINT32   TranslationCacheType: 5
 
   UINT32   TranslationCacheLevel: 3
 
   UINT32   FullyAssociative: 1
 
   UINT32   Reserved1: 5
 
   UINT32   MaximumNum: 12
 
   UINT32   Reserved2: 6
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID Deterministic Address Translation Parameters EDX for CPUID leafs.

Definition at line 3544 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::Bits

Individual bit fields

◆ FullyAssociative

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::FullyAssociative

[Bits 8] Fully associative structure.

Definition at line 3560 of file Cpuid.h.

◆ MaximumNum

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::MaximumNum

[Bits 25:14] Maximum number of addressable IDs for logical processors sharing this translation cache.

Definition at line 3569 of file Cpuid.h.

◆ Reserved1

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::Reserved1

[Bits 13:9] Reserved.

Definition at line 3564 of file Cpuid.h.

◆ Reserved2

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::Reserved2

[Bits 31:26] Reserved.

Definition at line 3573 of file Cpuid.h.

◆ TranslationCacheLevel

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::TranslationCacheLevel

[Bits 7:5] Translation cache level (starts at 1).

Definition at line 3556 of file Cpuid.h.

◆ TranslationCacheType

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::TranslationCacheType

[Bits 4:0] Translation cache type field.

Definition at line 3552 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_DETERMINISTIC_ADDRESS_TRANSLATION_PARAMETERS_EDX::Uint32

All bit fields as a 32-bit value

Definition at line 3578 of file Cpuid.h.


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