UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
mpproc Struct Reference

#include <mp.h>

Data Fields

uchar type
 
uchar apicid
 
uchar version
 
uchar flags
 
uchar signature [4]
 
uint feature
 
uchar reserved [8]
 

Detailed Description

Definition at line 29 of file mp.h.

Field Documentation

uchar mpproc::apicid

Definition at line 31 of file mp.h.

uint mpproc::feature

Definition at line 36 of file mp.h.

uchar mpproc::flags

Definition at line 33 of file mp.h.

uchar mpproc::reserved[8]

Definition at line 37 of file mp.h.

uchar mpproc::signature[4]

Definition at line 35 of file mp.h.

uchar mpproc::type

Definition at line 30 of file mp.h.

uchar mpproc::version

Definition at line 32 of file mp.h.


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