Go to the source code of this file.
◆ IOAPIC_Disable()
| void IOAPIC_Disable |
( |
int |
irq | ) |
|
Definition at line 77 of file ioapic.c.
78{
81}
void IOAPIC_Write(uint32_t reg, uint32_t val)
uint32_t IOAPIC_Read(uint32_t reg)
◆ IOAPIC_Enable()
| void IOAPIC_Enable |
( |
int |
irq | ) |
|
◆ IOAPIC_Init()
Definition at line 54 of file ioapic.c.
55{
56 int i;
59
60 kprintf(
"IOAPIC: ID:%d Max Interrupts: %d\n",
id, maxInts);
61
63 {
66 }
67}
int kprintf(const char *fmt,...)