pub struct CpuidResult { pub eax: u32, pub ebx: u32, pub ecx: u32, pub edx: u32, }
Result of the cpuid instruction.
cpuid
eax: u32
EAX register.