Home
last modified time | relevance | path

Searched refs:IOAPIC_NUM_PINS (Results 1 – 1 of 1) sorted by relevance

/external/qemu/hw/
Dioapic.c31 #define IOAPIC_NUM_PINS 0x18 macro
51 uint64_t ioredtbl[IOAPIC_NUM_PINS];
66 for (i = 0; i < IOAPIC_NUM_PINS; i++) { in ioapic_service()
101 if (vector >= 0 && vector < IOAPIC_NUM_PINS) { in ioapic_set_irq()
138 val = 0x11 | ((IOAPIC_NUM_PINS - 1) << 16); /* version 0x11 */ in ioapic_mem_readl()
145 if (index >= 0 && index < IOAPIC_NUM_PINS) { in ioapic_mem_readl()
181 if (index >= 0 && index < IOAPIC_NUM_PINS) { in ioapic_mem_writel()
202 for (i = 0; i < IOAPIC_NUM_PINS; i++) { in ioapic_save()
217 for (i = 0; i < IOAPIC_NUM_PINS; i++) { in ioapic_load()
229 for(i = 0; i < IOAPIC_NUM_PINS; i++) in ioapic_reset()