Home
last modified time | relevance | path

Searched defs:smbios_cpu (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/arm64/include/
H A Dsmbiosvar.h221 struct smbios_cpu { struct
223 uint8_t cpu_type;
224 uint8_t cpu_family;
226 uint32_t cpu_id_eax;
227 uint32_t cpu_id_edx;
229 uint8_t cpu_voltage;
230 uint16_t cpu_clock;
231 uint16_t cpu_max_speed;
233 uint8_t cpu_status;
236 uint8_t cpu_upgrade;
[all …]
/openbsd/sys/arch/amd64/include/
H A Dsmbiosvar.h224 struct smbios_cpu { struct
226 uint8_t cpu_type;
227 uint8_t cpu_family;
229 uint32_t cpu_id_eax;
230 uint32_t cpu_id_edx;
232 uint8_t cpu_voltage;
233 uint16_t cpu_clock;
234 uint16_t cpu_max_speed;
236 uint8_t cpu_status;
239 uint8_t cpu_upgrade;
[all …]
/openbsd/sys/arch/powerpc64/include/
H A Dsmbiosvar.h221 struct smbios_cpu { struct
223 uint8_t cpu_type;
224 uint8_t cpu_family;
226 uint32_t cpu_id_eax;
227 uint32_t cpu_id_edx;
229 uint8_t cpu_voltage;
230 uint16_t cpu_clock;
231 uint16_t cpu_max_speed;
233 uint8_t cpu_status;
236 uint8_t cpu_upgrade;
[all …]
/openbsd/sys/arch/i386/include/
H A Dsmbiosvar.h224 struct smbios_cpu { struct
226 uint8_t cpu_type;
227 uint8_t cpu_family;
229 uint32_t cpu_id_eax;
230 uint32_t cpu_id_edx;
232 uint8_t cpu_voltage;
233 uint16_t cpu_clock;
234 uint16_t cpu_max_speed;
236 uint8_t cpu_status;
239 uint8_t cpu_upgrade;
[all …]