Searched refs:pPciBusR3 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1151 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3;
1162 pBus = pDevIns->Internal.s.pPciBusR3 = &pVM->pdm.s.aPciBuses[u8Bus];
1167 pDevIns->Internal.s.pPciBusR0 = MMHyperR3ToR0(pVM, pDevIns->Internal.s.pPciBusR3);
1172 pDevIns->Internal.s.pPciBusRC = MMHyperR3ToRC(pVM, pDevIns->Internal.s.pPciBusR3);
1230 pDevIns->pReg->szName, pDevIns->iInstance, pPciDev->devfn, pDevIns->Internal.s.pPciBusR3->iBus));
1325 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3;
1364 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3;
1445 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /** @todo the bus should be associated with the PCI device not the PDM device. */
1495 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /** @todo the bus should be associated with the PCI device not the PDM device. */
3860 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /**
[all...]
H A DPDM.cpp547 if (pDevIns->Internal.s.pPciBusR3)
548 pDevIns->Internal.s.pPciBusRC = MMHyperR3ToRC(pVM, pDevIns->Internal.s.pPciBusR3);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h146 R3PTRTYPE(PPDMPCIBUS) pPciBusR3; member in struct:PDMDEVINSINT
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h481 GEN_CHECK_OFF(PDMDEVINSINT, pPciBusR3);

Completed in 68 milliseconds