|
Intel® X86 Encoder Decoder
|
a data structure representing a CPUID record More...
#include <xed-cpuid-rec.h>
Data Fields | |
| xed_uint8_t | bit_end |
| the bit end index for the feature | |
| xed_uint8_t | bit_start |
| the bit start index for the feature | |
| xed_uint32_t | leaf |
| cpuid leaf | |
| xed_reg_enum_t | reg |
| the register containing the bits (EAX,EBX,ECX,EDX) | |
| xed_uint32_t | subleaf |
| cpuid subleaf | |
| xed_uint32_t | value |
| the required feature value | |
a data structure representing a CPUID record
| xed_uint8_t bit_end |
the bit end index for the feature
| xed_uint8_t bit_start |
the bit start index for the feature
| xed_uint32_t leaf |
cpuid leaf
| xed_reg_enum_t reg |
the register containing the bits (EAX,EBX,ECX,EDX)
| xed_uint32_t subleaf |
cpuid subleaf
| xed_uint32_t value |
the required feature value