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

/vbox/src/VBox/VMM/include/
H A DPDMInternal.h98 typedef struct PDMPCIBUS *PPDMPCIBUS; typedef in typeref:struct:PDMPCIBUS
146 R3PTRTYPE(PPDMPCIBUS) pPciBusR3;
153 R0PTRTYPE(PPDMPCIBUS) pPciBusR0;
160 RCPTRTYPE(PPDMPCIBUS) pPciBusRC;
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1151 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3;
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. */
2392 PPDMPCIBUS pPciBus = &pVM->pdm.s.aPciBuses[iBus];
3860 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /** @todo the bus should be associated with the PCI device not the PDM device. */
/vbox/src/VBox/VMM/VMMR0/
H A DPDMR0Device.cpp124 PPDMPCIBUS pPciBus = pDevIns->Internal.s.pPciBusR0;
/vbox/src/VBox/VMM/VMMRC/
H A DPDMRCDevice.cpp120 PPDMPCIBUS pPciBus = pDevIns->Internal.s.pPciBusRC;

Completed in 64 milliseconds