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

/vbox/src/VBox/Devices/Bus/
H A DPCIInternal.h102 PCIIOREGION aIORegions[PCI_NUM_REGIONS]; member in struct:PCIDEVICEINT
H A DDevPciIch9.cpp818 PCIIORegion* pRegion = &pDev->Int.s.aIORegions[iRegion];
859 PCIIORegion* pRegion = &pDev->Int.s.aIORegions[iRegion];
1029 Assert(pPciDev->Int.s.aIORegions[iRegion].type != 0xff);
1034 PPCIIOREGION pRegion = &pPciDev->Int.s.aIORegions[iRegion];
1046 pPciDev->Int.s.aIORegions[iRegion+1].type = 0xff;
1994 PCIIORegion * pRegion = &aDev->Int.s.aIORegions[iRegion];
2388 PCIIORegion* pRegion = &pPciDev->Int.s.aIORegions[iRegion];
2679 PCIIORegion* pRegion = &pDev->Int.s.aIORegions[iRegion];
H A DDevPCI.cpp254 r = &d->Int.s.aIORegions[i];
374 r = &d->Int.s.aIORegions[reg];
1800 PPCIIOREGION pRegion = &pPciDev->Int.s.aIORegions[iRegion];
1968 PCIIORegion* pRegion = &pPciDev->Int.s.aIORegions[iRegion];
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSize.cpp272 CHECK_MEMBER_ALIGNMENT(PCIDEVICE, Int.s.aIORegions, 16);
H A DtstDeviceStructSizeRC.cpp146 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions);
147 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[1]);
148 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[PCI_NUM_REGIONS - 1]);
149 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[0].addr);
150 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[0].size);
151 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[0].type);
152 GEN_CHECK_OFF(PCIDEVICE, Int.s.aIORegions[0].padding);

Completed in 482 milliseconds