Searched defs:smbios_processor (Results 1 – 2 of 2) sorted by relevance
215 struct smbios_processor { struct216 uint8_t socket; /* string */217 uint8_t type;218 uint8_t family;219 uint8_t vendor; /* string */220 uint64_t cpuid;221 uint8_t version; /* string */222 uint8_t voltage;223 uint16_t clkspeed;224 uint16_t maxspeed;[all …]
220 struct smbios_processor { struct221 uint8_t socket; /* string */222 uint8_t type;223 uint8_t family;224 uint8_t vendor; /* string */225 uint64_t cpuid;226 uint8_t version; /* string */227 uint8_t voltage;228 uint16_t clkspeed;229 uint16_t maxspeed;[all …]