Searched refs:PciBusReg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp2146 PDMPCIBUSREG PciBusReg; local
2148 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2149 PciBusReg.pfnRegisterR3 = pciR3Register;
2150 PciBusReg.pfnRegisterMsiR3 = NULL;
2151 PciBusReg.pfnIORegionRegisterR3 = pciR3CommonIORegionRegister;
2152 PciBusReg.pfnSetConfigCallbacksR3 = pciR3CommonSetConfigCallbacks;
2153 PciBusReg.pfnSetIrqR3 = pciSetIrq;
2154 PciBusReg.pfnFakePCIBIOSR3 = pciR3FakePCIBIOS;
2155 PciBusReg.pszSetIrqRC = fGCEnabled ? "pciSetIrq" : NULL;
2156 PciBusReg
2523 PDMPCIBUSREG PciBusReg; local
[all...]
H A DDevPciIch9.cpp2560 PDMPCIBUSREG PciBusReg;
2561 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2562 PciBusReg.pfnRegisterR3 = ich9pciRegister;
2563 PciBusReg.pfnRegisterMsiR3 = ich9pciRegisterMsi;
2564 PciBusReg.pfnIORegionRegisterR3 = ich9pciIORegionRegister;
2565 PciBusReg.pfnSetConfigCallbacksR3 = ich9pciSetConfigCallbacks;
2566 PciBusReg.pfnSetIrqR3 = ich9pciSetIrq;
2567 PciBusReg.pfnFakePCIBIOSR3 = ich9pciFakePCIBIOS;
2568 PciBusReg.pszSetIrqRC = fGCEnabled ? "ich9pciSetIrq" : NULL;
2569 PciBusReg
[all...]

Completed in 55 milliseconds