UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Macros
mp.h File Reference

Go to the source code of this file.

Data Structures

struct  mp
 
struct  mpconf
 
struct  mpproc
 
struct  mpioapic
 

Macros

#define MPBOOT   0x02
 
#define MPPROC   0x00
 
#define MPBUS   0x01
 
#define MPIOAPIC   0x02
 
#define MPIOINTR   0x03
 
#define MPLINTR   0x04
 

Macro Definition Documentation

#define MPBOOT   0x02

Definition at line 34 of file mp.h.

#define MPBUS   0x01

Definition at line 50 of file mp.h.

#define MPIOAPIC   0x02

Definition at line 51 of file mp.h.

#define MPIOINTR   0x03

Definition at line 52 of file mp.h.

#define MPLINTR   0x04

Definition at line 53 of file mp.h.

#define MPPROC   0x00

Definition at line 49 of file mp.h.