ReactOS 0.4.15-dev-8061-g57b775e
Cpuid.h
Go to the documentation of this file.
1
18#ifndef __AMD_CPUID_H__
19#define __AMD_CPUID_H__
20
38#define CPUID_SIGNATURE_AUTHENTIC_AMD_EBX SIGNATURE_32 ('A', 'u', 't', 'h')
39#define CPUID_SIGNATURE_AUTHENTIC_AMD_EDX SIGNATURE_32 ('e', 'n', 't', 'i')
40#define CPUID_SIGNATURE_AUTHENTIC_AMD_ECX SIGNATURE_32 ('c', 'A', 'M', 'D')
44
64typedef union {
68 struct {
97 } Bits;
103
108typedef union {
112 struct {
121 } Bits;
127
132typedef union {
136 struct {
245 } Bits;
251
256typedef union {
260 struct {
385 } Bits;
391
410typedef union {
414 struct {
431 } Bits;
437
442typedef union {
446 struct {
463 } Bits;
469
474typedef union {
478 struct {
499 } Bits;
505
519#define CPUID_AMD_PROCESSOR_TOPOLOGY 0x8000001E
520
525typedef union {
529 struct {
534 } Bits;
540
545typedef union {
549 struct {
562 } Bits;
568
573typedef union {
577 struct {
590 } Bits;
596
620#define CPUID_MEMORY_ENCRYPTION_INFO 0x8000001F
621
626typedef union {
630 struct {
635
640
645
650
655 } Bits;
661
666typedef union {
670 struct {
675
681
686 } Bits;
692
697typedef union {
701 struct {
706 } Bits;
712
717typedef union {
721 struct {
726 } Bits;
732
733#endif
unsigned int UINT32