Searched refs:pRtc (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1881 if (pVM->pdm.s.pRtc)
1893 PPDMRTC pRtc = (PPDMRTC)MMR3HeapAlloc(pDevIns->Internal.s.pVMR3, MM_TAG_PDM_DEVICE, sizeof(*pRtc));
1894 if (pRtc)
1896 pRtc->pDevIns = pDevIns;
1897 pRtc->Reg = *pRtcReg;
1898 pVM->pdm.s.pRtc = pRtc;
2058 if (pVM->pdm.s.pRtc)
2060 PPDMDEVINS pDevInsRtc = pVM->pdm.s.pRtc
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1091 R3PTRTYPE(PPDMRTC) pRtc; member in struct:PDM
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h453 GEN_CHECK_OFF(PDM, pRtc);

Completed in 56 milliseconds