ReactOS 0.4.15-dev-7998-gdb93cb1
CPUID_SOC_VENDOR_MAIN_LEAF_EBX Union Reference

#include <Cpuid.h>

Collaboration diagram for CPUID_SOC_VENDOR_MAIN_LEAF_EBX:

Public Attributes

struct {
   UINT32   SocVendorId: 16
 
   UINT32   IsVendorScheme: 1
 
   UINT32   Reserved: 15
 
Bits
 
UINT32 Uint32
 

Detailed Description

CPUID SoC Vendor Information EBX for CPUID leaf CPUID_SOC_VENDOR sub-leaf CPUID_SOC_VENDOR_MAIN_LEAF.

Definition at line 3311 of file Cpuid.h.

Member Data Documentation

◆ 

struct { ... } CPUID_SOC_VENDOR_MAIN_LEAF_EBX::Bits

Individual bit fields

◆ IsVendorScheme

UINT32 CPUID_SOC_VENDOR_MAIN_LEAF_EBX::IsVendorScheme

[Bit 16] If 1, the SOC Vendor ID field is assigned via an industry standard enumeration scheme. Otherwise, the SOC Vendor ID field is assigned by Intel.

Definition at line 3325 of file Cpuid.h.

◆ Reserved

UINT32 CPUID_SOC_VENDOR_MAIN_LEAF_EBX::Reserved

Definition at line 3326 of file Cpuid.h.

◆ SocVendorId

UINT32 CPUID_SOC_VENDOR_MAIN_LEAF_EBX::SocVendorId

[Bits 15:0] SOC Vendor ID.

Definition at line 3319 of file Cpuid.h.

◆ Uint32

UINT32 CPUID_SOC_VENDOR_MAIN_LEAF_EBX::Uint32

All bit fields as a 32-bit value

Definition at line 3331 of file Cpuid.h.


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