A structure holding the results of the CPUID instruction execution.
uint32_t Eax
CPUID result that is stored in the EAX register after the CPUID instruction execution.
uint32_t Ebx
CPUID result that is stored in the EBX register after the CPUID instruction execution.
uint32_t Ecx
CPUID result that is stored in the ECX register after the CPUID instruction execution.
uint32_t Edx
CPUID result that is stored in the EDX register after the CPUID instruction execution.