smp_info_t Struct Reference
[Device information structs]

smp info according to Intel smp spec (ia32) More...

#include <hd.h>


Data Fields

unsigned ok:1
 data are valid
unsigned rev
 MP spec revision.
unsigned mpfp
 MP Floating Pointer struct.
unsigned mpconfig_ok:1
 MP config table valid.
unsigned mpconfig
 MP config table.
unsigned mpconfig_size
 dto, size
unsigned char feature [5]
 MP feature info.
char oem_id [9]
 oem id
char prod_id [13]
 product id
unsigned cpus
unsigned cpus_en
 number of cpus & ennabled cpus


Detailed Description

smp info according to Intel smp spec (ia32)


Field Documentation

unsigned smp_info_t::cpus
 

unsigned smp_info_t::cpus_en
 

number of cpus & ennabled cpus

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

unsigned smp_info_t::ok
 

data are valid

char smp_info_t::prod_id[13]
 

product id

unsigned smp_info_t::rev
 

MP spec revision.


The documentation for this struct was generated from the following file: