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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp176 static int ich9pciRegisterInternal(PICH9PCIBUS pBus, int iDev, PPCIDEVICE pPciDev, const char *pszName);
179 DECLINLINE(PPCIDEVICE) ich9pciFindBridge(PICH9PCIBUS pBus, uint8_t iBus);
215 PICH9PCIBUS pBus = PDMINS_2_DATA(pDevIns, PICH9PCIBUS); local
223 uDevFnBridge = pBus->aPciDev.devfn;
227 pBus = pBus->aPciDev.Int.s.CTX_SUFF(pBus);
228 pPciDevBus = &pBus->aPciDev;
229 } while (pBus->iBus != 0);
231 AssertMsgReturnVoid(pBus
564 ich9pciApicSetIrq(PICH9PCIBUS pBus, uint8_t uDevFn, PCIDevice *pPciDev, int irq_num1, int iLevel, uint32_t uTagSrc, int iForcedIrq) argument
632 PICH9PCIBUS pBus = &pGlobals->aPciBus; local
765 ich9pciFindBridge(PICH9PCIBUS pBus, uint8_t iBus) argument
820 PICH9PCIBUS pBus = pDev->Int.s.CTX_SUFF(pBus); local
941 PICH9PCIBUS pBus = DEVINS_2_PCIBUS(pDevIns); local
982 PICH9PCIBUS pBus = PDMINS_2_DATA(pDevIns, PICH9PCIBUS); local
[all...]
H A DDevPCI.cpp224 DECLINLINE(PPCIDEVICE) pciR3FindBridge(PPCIBUS pBus, uint8_t iBus);
247 PPCIBUS pBus = d->Int.s.CTX_SUFF(pBus); local
315 if (pBus->pPciHlpR3->pfnIsMMIO2Base(pBus->pDevInsR3, d->pDevIns, GCPhysBase))
603 static void apic_set_irq(PPCIBUS pBus, uint8_t uDevFn, PCIDevice *pPciDev, int irq_num1, int iLevel, int acpi_irq, uint32_t uTagSrc) argument
606 AssertMsg(pBus->iBus == 0, ("iBus=%u\n", pBus->iBus));
610 PPCIGLOBALS pGlobals = PCIBUS_2_PCIGLOBALS(pBus);
622 pBus
659 PPCIBUS pBus = &pGlobals->PciBus; local
764 pciR3FindBridge(PPCIBUS pBus, uint8_t iBus) argument
1215 pciR3CommonSaveExec(PPCIBUS pBus, PSSMHANDLE pSSM) argument
1446 pciR3CommonLoadExec(PPCIBUS pBus, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass) argument
1560 PPCIBUS pBus = &pThis->PciBus; local
1615 pciR3RegisterDeviceInternal(PPCIBUS pBus, int iDev, PPCIDEVICE pPciDev, const char *pszName) argument
1751 PPCIBUS pBus = DEVINS_2_PCIBUS(pDevIns); local
1937 pciR3BusInfo(PPCIBUS pBus, PCDBGFINFOHLP pHlp, int iIndent, bool fRegisters) argument
2047 PPCIBUS pBus = DEVINS_2_PCIBUS(pDevIns); local
2066 PPCIBUS pBus = &pGlobals->PciBus; local
2147 PPCIBUS pBus = &pGlobals->PciBus; local
2319 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2346 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2378 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2435 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2460 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2474 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
2517 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); local
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1151 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; local
1152 if (!pBus)
1162 pBus = pDevIns->Internal.s.pPciBusR3 = &pVM->pdm.s.aPciBuses[u8Bus];
1164 if (pBus->pDevInsR3)
1212 rc = pBus->pfnRegisterR3(pBus->pDevInsR3, pPciDev, pDevIns->pReg->szName, iDev);
1325 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; local
1326 Assert(pBus);
1328 rc = pBus->pfnIORegionRegisterR3(pBus
1364 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; local
1445 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /** @todo the bus should be associated with the PCI device not the PDM device. */ local
1495 PPDMPCIBUS pBus = pDevIns->Internal.s.pPciBusR3; /** @todo the bus should be associated with the PCI device not the PDM device. */ local
[all...]

Completed in 54 milliseconds