UNIX xv6 (rev8, 9/1/15)
|
Go to the source code of this file.
Data Structures | |
struct | ioapic |
Macros | |
#define | IOAPIC 0xFEC00000 |
#define | REG_ID 0x00 |
#define | REG_VER 0x01 |
#define | REG_TABLE 0x10 |
#define | INT_DISABLED 0x00010000 |
#define | INT_LEVEL 0x00008000 |
#define | INT_ACTIVELOW 0x00002000 |
#define | INT_LOGICAL 0x00000800 |
Functions | |
void | ioapicinit (void) |
void | ioapicenable (int irq, int cpunum) |
Variables | |
struct ioapic * | ioapic |