|
libhd
5.0
|
smp info according to Intel smp spec (ia32) More...
#include <hd.h>
Data Fields | |
| unsigned | ok:1 |
| data are valid More... | |
| unsigned | rev |
| MP spec revision. More... | |
| unsigned | mpfp |
| MP Floating Pointer struct. More... | |
| unsigned | mpconfig_ok:1 |
| MP config table valid. More... | |
| unsigned | mpconfig |
| MP config table. More... | |
| unsigned | mpconfig_size |
| dto, size More... | |
| unsigned char | feature [5] |
| MP feature info. More... | |
| char | oem_id [9] |
| oem id More... | |
| char | prod_id [13] |
| product id More... | |
| unsigned | cpus |
| unsigned | cpus_en |
| number of cpus & ennabled cpus More... | |
smp info according to Intel smp spec (ia32)
| unsigned smp_info_t::cpus |
Referenced by dump_bios().
| unsigned smp_info_t::cpus_en |
number of cpus & ennabled cpus
Referenced by dump_bios().
| unsigned char smp_info_t::feature[5] |
MP feature info.
| unsigned smp_info_t::mpconfig |
MP config table.
| unsigned smp_info_t::mpconfig_ok |
MP config table valid.
| unsigned smp_info_t::mpconfig_size |
dto, size
| unsigned smp_info_t::mpfp |
MP Floating Pointer struct.
| char smp_info_t::oem_id[9] |
oem id
Referenced by dump_bios().
| unsigned smp_info_t::ok |
data are valid
Referenced by dump_bios().
| char smp_info_t::prod_id[13] |
product id
Referenced by dump_bios().
| unsigned smp_info_t::rev |
MP spec revision.
Referenced by dump_bios().