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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp216 PDMBOTHCBDECL(void) pciSetIrq(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iIrq, int iLevel, uint32_t uTag);
735 Log3(("pciSetIrq: %s: iLevel=%d iIrq=%d pic_irq=%d pic_level=%d uTagSrc=%#x\n",
749 PDMBOTHCBDECL(void) pciSetIrq(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iIrq, int iLevel, uint32_t uTagSrc) function
1509 DevTmp.Int.s.uIrqPinState = ~0; /* Invalid value in case we have an older saved state to force a state change in pciSetIrq. */
2153 PciBusReg.pfnSetIrqR3 = pciSetIrq;
2155 PciBusReg.pszSetIrqRC = fGCEnabled ? "pciSetIrq" : NULL;
2156 PciBusReg.pszSetIrqR0 = fR0Enabled ? "pciSetIrq" : NULL;

Completed in 65 milliseconds