Searched defs:DEVINS_2_PCIBUS (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp154 #define DEVINS_2_PCIBUS(pDevIns) ((PICH9PCIBUS)(&PDMINS_2_DATA(pDevIns, PICH9PCIGLOBALS)->aPciBus)) macro
164 int rc2 = DEVINS_2_PCIBUS(pDevIns)->CTX_SUFF(pPciHlp)->pfnLock((pDevIns), rc); \
169 DEVINS_2_PCIBUS(pDevIns)->CTX_SUFF(pPciHlp)->pfnUnlock(pDevIns)
941 PICH9PCIBUS pBus = DEVINS_2_PCIBUS(pDevIns);
2470 PICH9PCIBUS pBus = DEVINS_2_PCIBUS(pDevIns);
H A DDevPCI.cpp184 #define DEVINS_2_PCIBUS(pDevIns) ((PPCIBUS)(&PDMINS_2_DATA(pDevIns, PPCIGLOBALS)->PciBus)) macro
197 int rc2 = DEVINS_2_PCIBUS(pDevIns)->CTX_SUFF(pPciHlp)->pfnLock((pDevIns), rc); \
202 DEVINS_2_PCIBUS(pDevIns)->CTX_SUFF(pPciHlp)->pfnUnlock(pDevIns)
1751 PPCIBUS pBus = DEVINS_2_PCIBUS(pDevIns);
2047 PPCIBUS pBus = DEVINS_2_PCIBUS(pDevIns);

Completed in 312 milliseconds