Searched defs:smbios_table_type4 (Results 1 – 1 of 1) sorted by relevance
226 struct smbios_table_type4 { struct227 struct smbios_structure header;228 uint8_t socket; /* socket designation string */229 uint8_t type; /* processor type */230 uint8_t family; /* processor family */231 uint8_t manufacturer; /* manufacturer string */232 uint64_t cpuid; /* processor cpuid */233 uint8_t version; /* version string */234 uint8_t voltage; /* voltage */235 uint16_t clkspeed; /* ext clock speed in mhz */[all …]