Searched refs:bmDevice (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1346 uint32_t bmDevice[0x40 / 32]; local
1348 RT_ZERO(bmDevice);
1357 if (f & 1) AssertMsg(!ASMBitTest(bmDevice, off), ("%#x\n", off));
1359 if (f & 1) ASMBitSet(bmDevice, off);
1366 AssertMsg(ASMBitTest(bmDevice, off), ("%#x\n", off));
H A DDevPciIch9.cpp1290 uint32_t bmDevice[0x40 / 32];
1292 RT_ZERO(bmDevice);
1301 if (f & 1) AssertMsg(!ASMBitTest(bmDevice, off), ("%#x\n", off));
1303 if (f & 1) ASMBitSet(bmDevice, off);
1310 AssertMsg(ASMBitTest(bmDevice, off), ("%#x\n", off));

Completed in 58 milliseconds