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

/vbox/src/VBox/Devices/PC/
H A DDevIoApic.cpp302 uint32_t const uIoRegSel = pThis->ioregsel; local
304 if (uIoRegSel == 0)
306 else if (uIoRegSel == 1)
308 else if (uIoRegSel == 2)
313 else if (uIoRegSel - UINT32_C(0x10) < IOAPIC_NUM_PINS * 2)
315 uint32_t const idxIoRedTbl = (uIoRegSel - UINT32_C(0x10)) >> 1;
316 if (!(uIoRegSel & 1))
324 Log(("ioapic: Attempt to read from register %#x.\n", uIoRegSel));
339 uint32_t const uIoRegSel = pThis->ioregsel; local
340 Log2(("ioapic: IOWIN[%#04x] = %#x\n", uIoRegSel, u32Valu
[all...]

Completed in 43 milliseconds