libhd  5.0
Data Fields
smp_info_t Struct Reference

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...
 

Detailed Description

smp info according to Intel smp spec (ia32)

Field Documentation

◆ cpus

unsigned smp_info_t::cpus

Referenced by dump_bios().

◆ cpus_en

unsigned smp_info_t::cpus_en

number of cpus & ennabled cpus

Referenced by dump_bios().

◆ feature

unsigned char smp_info_t::feature[5]

MP feature info.

◆ mpconfig

unsigned smp_info_t::mpconfig

MP config table.

◆ mpconfig_ok

unsigned smp_info_t::mpconfig_ok

MP config table valid.

◆ mpconfig_size

unsigned smp_info_t::mpconfig_size

dto, size

◆ mpfp

unsigned smp_info_t::mpfp

MP Floating Pointer struct.

◆ oem_id

char smp_info_t::oem_id[9]

oem id

Referenced by dump_bios().

◆ ok

unsigned smp_info_t::ok

data are valid

Referenced by dump_bios().

◆ prod_id

char smp_info_t::prod_id[13]

product id

Referenced by dump_bios().

◆ rev

unsigned smp_info_t::rev

MP spec revision.

Referenced by dump_bios().


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