Searched defs:IOAPIC_NUM_PINS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp75 #define IOAPIC_NUM_PINS 0x18 macro
88 uint64_t ioredtbl[IOAPIC_NUM_PINS];
90 uint32_t auTagSrc[IOAPIC_NUM_PINS];
137 for (i = 0; i < IOAPIC_NUM_PINS; i++)
184 if (vector >= 0 && vector < IOAPIC_NUM_PINS)
260 *pu32Value = RT_MAKE_U32(0x11, IOAPIC_NUM_PINS - 1); /* (0x11 is the version.) */
313 else if (uIoRegSel - UINT32_C(0x10) < IOAPIC_NUM_PINS * 2)
350 else if (uIoRegSel - UINT32_C(0x10) < IOAPIC_NUM_PINS * 2)
689 for (unsigned i = 0; i < IOAPIC_NUM_PINS; i++)
706 for (unsigned i = 0; i < IOAPIC_NUM_PINS;
[all...]

Completed in 42 milliseconds