libhd
5.0
|
special cpu entry More...
#include <hd.h>
Data Fields | |
enum cpu_arch | architecture |
unsigned | family |
axp: cpu variation More... | |
unsigned | model |
axp: cpu revision More... | |
unsigned | stepping |
unsigned | cache |
unsigned | clock |
unsigned | units |
>1 "hyperthreading" More... | |
char * | vend_name |
axp: system type More... | |
char * | model_name |
axp: cpu model More... | |
char * | platform |
x86: NULL More... | |
str_list_t * | features |
x86: flags More... | |
double | bogo |
bogo mips More... | |
special cpu entry
enum cpu_arch cpu_info_t::architecture |
Referenced by dump_cpu(), hd_cpu_arch(), and read_cpuinfo().
double cpu_info_t::bogo |
bogo mips
Referenced by dump_cpu(), and read_cpuinfo().
unsigned cpu_info_t::cache |
Referenced by dump_cpu(), and read_cpuinfo().
unsigned cpu_info_t::clock |
Referenced by create_model_name(), dump_cpu(), and read_cpuinfo().
unsigned cpu_info_t::family |
axp: cpu variation
Referenced by dump_cpu(), and read_cpuinfo().
str_list_t* cpu_info_t::features |
x86: flags
Referenced by dump_cpu(), free_hd_detail(), and read_cpuinfo().
unsigned cpu_info_t::model |
axp: cpu revision
Referenced by dump_cpu(), and read_cpuinfo().
char* cpu_info_t::model_name |
axp: cpu model
Referenced by create_model_name(), dump_cpu(), free_hd_detail(), hd_is_uml(), and read_cpuinfo().
char* cpu_info_t::platform |
x86: NULL
Referenced by dump_cpu(), free_hd_detail(), and read_cpuinfo().
unsigned cpu_info_t::stepping |
Referenced by dump_cpu(), and read_cpuinfo().
unsigned cpu_info_t::units |
>1 "hyperthreading"
Referenced by dump_cpu(), hd_smp_support(), and read_cpuinfo().
char* cpu_info_t::vend_name |
axp: system type
Referenced by dump_cpu(), free_hd_detail(), kbd_driver(), and read_cpuinfo().