cpuid.amd

AMD CPUID Information

$(GREEN This module is compatible with betterC compilation mode.)

References: AMD CPUID Specification. Publication # 25481 / Revision: 2.34 / Issue Date: September 2010

Public Imports

cpuid.x86_any
public import cpuid.x86_any;

Members

Functions

decodeL2or3Assoc
T decodeL2or3Assoc(uint assoc)

Decodes Associativity Fields for L2/L3 Cache or TLB. T.max is used to represent full-associative Cache/TLB.

Unions

LeafExt1EInformation
union LeafExt1EInformation

Extended APIC ID.

LeafExt5Information
union LeafExt5Information

L1 Cache and TLB Identifiers.

LeafExt6Information
union LeafExt6Information

L2/L3 Cache and TLB Identifiers.

LeafExt8Information
union LeafExt8Information

Long Mode Address Size Identifiers.

Meta

Authors

Ilya Yaroshenko