|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 { ... } _CPU_SIGNATURE::@1957 |
| struct { ... } _CPU_SIGNATURE::@1959 |
| ULONG _CPU_SIGNATURE::AsULONG |
Definition at line 53 of file cpu.c.
Referenced by KiSetProcessorType().
| ULONG _CPU_SIGNATURE::ExtendedFamily |
Definition at line 50 of file cpu.c.
Referenced by KiSetProcessorType().
| ULONG _CPU_SIGNATURE::ExtendedModel |
Definition at line 49 of file cpu.c.
Referenced by KiSetProcessorType().
| ULONG _CPU_SIGNATURE::Family |
Definition at line 47 of file cpu.c.
Referenced by KiSetProcessorType().
| ULONG _CPU_SIGNATURE::Model |
Definition at line 46 of file cpu.c.
Referenced by KiSetProcessorType().
| ULONG _CPU_SIGNATURE::Step |
Definition at line 45 of file cpu.c.
Referenced by KiSetProcessorType().