ReactOS
0.4.15-dev-5606-gf34e425
|
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 | |
}; | |
struct { ... } |
struct { ... } |
ULONG _CPU_SIGNATURE::AsULONG |
Definition at line 50 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::ExtendedFamily |
Definition at line 47 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::ExtendedModel |
Definition at line 46 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Family |
Definition at line 44 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Model |
Definition at line 43 of file cpu.c.
Referenced by KiSetProcessorType().
ULONG _CPU_SIGNATURE::Step |
Definition at line 42 of file cpu.c.
Referenced by KiSetProcessorType().