Searched refs:aPciBuses (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h396 GEN_CHECK_OFF(PDM, aPciBuses);
397 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].iBus);
398 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pDevInsR3);
399 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pfnSetIrqR3);
400 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pfnRegisterR3);
401 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pfnIORegionRegisterR3);
402 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pfnFakePCIBIOSR3);
403 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pDevInsR0);
404 GEN_CHECK_OFF_DOT(PDM, aPciBuses[0].pfnSetIrqR0);
405 GEN_CHECK_OFF_DOT(PDM, aPciBuses[
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp417 if (pVM->pdm.s.aPciBuses[0].pDevInsR3)
420 rc = pVM->pdm.s.aPciBuses[0].pfnFakePCIBIOSR3(pVM->pdm.s.aPciBuses[0].pDevInsR3);
H A DPDMDevHlp.cpp1158 AssertLogRelMsgReturn(u8Bus < RT_ELEMENTS(pVM->pdm.s.aPciBuses),
1160 RT_ELEMENTS(pVM->pdm.s.aPciBuses), pDevIns->pReg->szName, pDevIns->iInstance),
1162 pBus = pDevIns->Internal.s.pPciBusR3 = &pVM->pdm.s.aPciBuses[u8Bus];
2349 || (!pPciBusReg->pfnFakePCIBIOSR3 && !pVM->pdm.s.aPciBuses[0].pDevInsR3)) /* Only the first bus needs to do the BIOS work. */
2383 for (iBus = 0; iBus < RT_ELEMENTS(pVM->pdm.s.aPciBuses); iBus++)
2384 if (!pVM->pdm.s.aPciBuses[iBus].pDevInsR3)
2386 if (iBus >= RT_ELEMENTS(pVM->pdm.s.aPciBuses))
2388 AssertMsgFailed(("Too many PCI buses. Max=%u\n", RT_ELEMENTS(pVM->pdm.s.aPciBuses)));
2392 PPDMPCIBUS pPciBus = &pVM->pdm.s.aPciBuses[iBus];
H A DPDM.cpp511 for (unsigned i = 0; i < RT_ELEMENTS(pVM->pdm.s.aPciBuses); i++)
513 if (pVM->pdm.s.aPciBuses[i].pDevInsRC)
515 pVM->pdm.s.aPciBuses[i].pDevInsRC += offDelta;
516 pVM->pdm.s.aPciBuses[i].pfnSetIrqRC += offDelta;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1081 PDMPCIBUS aPciBuses[PDM_PCI_BUSSES_MAX]; member in struct:PDM

Completed in 68 milliseconds