ReactOS 0.4.15-dev-8028-g8e799e2
CPUID_AMD_EXTENDED_CPU_SIG_EBX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_AMD_EXTENDED_CPU_SIG_EBX:

Public Attributes

struct {
   UINT32   Reserved: 28
 
   UINT32   PkgType: 4
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID Extended Processor Signature and Features EBX for CPUID leaf CPUID_EXTENDED_CPU_SIG.

Definition at line 108 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_AMD_EXTENDED_CPU_SIG_EBX::Bits

Individual bit fields

◆ PkgType

UINT32 CPUID_AMD_EXTENDED_CPU_SIG_EBX::PkgType

[Bit 31:28] Package Type.

Definition at line 120 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_AMD_EXTENDED_CPU_SIG_EBX::Reserved

[Bits 27:0] Reserved.

Definition at line 116 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_AMD_EXTENDED_CPU_SIG_EBX::Uint32

All bit fields as a 32-bit value

Definition at line 125 of file Cpuid.h.


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