ReactOS 0.4.15-dev-7906-g1b85a5f
_CPU_SIGNATURE Union Reference
Collaboration diagram for _CPU_SIGNATURE:

Public Attributes

struct {
   ULONG   Step: 4
 
   ULONG   Model: 4
 
   ULONG   Family: 4
 
   ULONG   Unused: 4
 
   ULONG   ExtendedModel: 4
 
   ULONG   ExtendedFamily: 8
 
   ULONG   Unused2: 4
 
}; 
 
ULONG AsULONG
 
struct {
   ULONG   Step: 4
 
   ULONG   Model: 4
 
   ULONG   Family: 4
 
   ULONG   Unused: 4
 
   ULONG   ExtendedModel: 4
 
   ULONG   ExtendedFamily: 8
 
   ULONG   Unused2: 4
 
}; 
 

Detailed Description

Definition at line 40 of file cpu.c.

Member Data Documentation

◆ 

struct { ... } _CPU_SIGNATURE::@1821

◆ 

struct { ... } _CPU_SIGNATURE::@1823

◆ AsULONG

ULONG _CPU_SIGNATURE::AsULONG

Definition at line 52 of file cpu.c.

Referenced by KiSetProcessorType().

◆ ExtendedFamily

ULONG _CPU_SIGNATURE::ExtendedFamily

Definition at line 49 of file cpu.c.

Referenced by KiSetProcessorType().

◆ ExtendedModel

ULONG _CPU_SIGNATURE::ExtendedModel

Definition at line 48 of file cpu.c.

Referenced by KiSetProcessorType().

◆ Family

ULONG _CPU_SIGNATURE::Family

Definition at line 46 of file cpu.c.

Referenced by KiSetProcessorType().

◆ Model

ULONG _CPU_SIGNATURE::Model

Definition at line 45 of file cpu.c.

Referenced by KiSetProcessorType().

◆ Step

ULONG _CPU_SIGNATURE::Step

Definition at line 44 of file cpu.c.

Referenced by KiSetProcessorType().

◆ Unused

ULONG _CPU_SIGNATURE::Unused

Definition at line 47 of file cpu.c.

◆ Unused2

ULONG _CPU_SIGNATURE::Unused2

Definition at line 50 of file cpu.c.


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