Searched refs:Pic (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp77 Assert(pVM->pdm.s.Pic.CTX_SUFF(pDevIns));
78 Assert(pVM->pdm.s.Pic.CTX_SUFF(pfnGetInterrupt));
80 int i = pVM->pdm.s.Pic.CTX_SUFF(pfnGetInterrupt)(pVM->pdm.s.Pic.CTX_SUFF(pDevIns), &uTagSrc);
121 if (pVM->pdm.s.Pic.CTX_SUFF(pDevIns))
123 Assert(pVM->pdm.s.Pic.CTX_SUFF(pfnSetIrq));
124 pVM->pdm.s.Pic.CTX_SUFF(pfnSetIrq)(pVM->pdm.s.Pic.CTX_SUFF(pDevIns), u8Irq, u8Level, uTagSrc);
/vbox/src/VBox/VMM/VMMR0/
H A DPDMR0Device.cpp989 && ( pVM->pdm.s.Pic.pDevInsR0
990 || !pVM->pdm.s.Pic.pDevInsR3)))
992 if (pVM->pdm.s.Pic.pDevInsR0)
993 pVM->pdm.s.Pic.pfnSetIrqR0(pVM->pdm.s.Pic.pDevInsR0, iIrq, iLevel, uTagSrc);
/vbox/src/VBox/VMM/VMMRC/
H A DPDMRCDevice.cpp940 && ( pVM->pdm.s.Pic.pDevInsRC
941 || !pVM->pdm.s.Pic.pDevInsR3)))
943 if (pVM->pdm.s.Pic.pDevInsRC)
944 pVM->pdm.s.Pic.pfnSetIrqRC(pVM->pdm.s.Pic.pDevInsRC, iIrq, iLevel, uTagSrc);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h407 GEN_CHECK_OFF(PDM, Pic);
408 GEN_CHECK_OFF_DOT(PDM, Pic.pDevInsR3);
409 GEN_CHECK_OFF_DOT(PDM, Pic.pfnSetIrqR3);
410 GEN_CHECK_OFF_DOT(PDM, Pic.pfnGetInterruptR3);
411 GEN_CHECK_OFF_DOT(PDM, Pic.pDevInsR0);
412 GEN_CHECK_OFF_DOT(PDM, Pic.pfnSetIrqR0);
413 GEN_CHECK_OFF_DOT(PDM, Pic.pfnGetInterruptR0);
414 GEN_CHECK_OFF_DOT(PDM, Pic.pDevInsRC);
415 GEN_CHECK_OFF_DOT(PDM, Pic.pfnSetIrqRC);
416 GEN_CHECK_OFF_DOT(PDM, Pic
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp2519 if (pVM->pdm.s.Pic.pDevInsR3)
2531 int rc = pdmR3DevGetSymbolRCLazy(pDevIns, pPicReg->pszSetIrqRC, &pVM->pdm.s.Pic.pfnSetIrqRC);
2535 rc = pdmR3DevGetSymbolRCLazy(pDevIns, pPicReg->pszGetInterruptRC, &pVM->pdm.s.Pic.pfnGetInterruptRC);
2543 pVM->pdm.s.Pic.pDevInsRC = PDMDEVINS_2_RCPTR(pDevIns);
2547 pVM->pdm.s.Pic.pDevInsRC = 0;
2548 pVM->pdm.s.Pic.pfnSetIrqRC = 0;
2549 pVM->pdm.s.Pic.pfnGetInterruptRC = 0;
2557 int rc = pdmR3DevGetSymbolR0Lazy(pDevIns, pPicReg->pszSetIrqR0, &pVM->pdm.s.Pic.pfnSetIrqR0);
2561 rc = pdmR3DevGetSymbolR0Lazy(pDevIns, pPicReg->pszGetInterruptR0, &pVM->pdm.s.Pic.pfnGetInterruptR0);
2569 pVM->pdm.s.Pic
[all...]
H A DPDM.cpp471 if (pVM->pdm.s.Pic.pDevInsRC)
473 pVM->pdm.s.Pic.pDevInsRC += offDelta;
474 pVM->pdm.s.Pic.pfnSetIrqRC += offDelta;
475 pVM->pdm.s.Pic.pfnGetInterruptRC += offDelta;
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1083 PDMPIC Pic; member in struct:PDM

Completed in 107 milliseconds