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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp333 if (!pVtgHdr->offProbeLocs)
371 /*SUPR0Printf("supdrvVtgValidateHdr: offProbeLocs %#x -> %#x\n", pVtgHdr->offProbeLocs, (int32_t)u64Tmp);*/
372 pVtgHdr->offProbeLocs = (int32_t)u64Tmp;
412 /* Will check later that offProbeLocs are following closely on the
420 || (int64_t)(pVtgHdr->uProbeLocs.u64 - uVtgHdrAddr) != pVtgHdr->offProbeLocs)
422 SUPR0Printf("supdrvVtgValidateHdr: VERR_SUPDRV_VTG_BAD_HDR_MISC - uProbeLocs=%#llx uProbeLocsEnd=%#llx offProbeLocs=%#llx cbProbeLocs=%#x uVtgHdrAddr=%RTptr\n",
423 pVtgHdr->uProbeLocs.u64, pVtgHdr->uProbeLocsEnd.u64, pVtgHdr->offProbeLocs, pVtgHdr->cbProbeLocs, uVtgHdrAddr);
438 cAreas = pVtgHdr->offProbeLocs >= 0 ? 6 : 5;
449 if ( pVtgHdr->offProbeLocs >
1727 size_t const offProbeLocs = RT_ALIGN(pVtgHdr->cbObj, 8); local
[all...]
H A DSUPLib.cpp1950 if (!pVtgHdr->offProbeLocs)
1964 pVtgHdr->offProbeLocs = (int32_t)u64Tmp;
1983 PVTGPROBELOC paProbeLocs = (PVTGPROBELOC)((uintptr_t)pVtgHdr + pVtgHdr->offProbeLocs);
H A DSUPDrv-dtrace.cpp329 AssertReturnVoid(pProv->pHdr->offProbeLocs != 0);
/vbox/include/VBox/
H A DVBoxTpG.h362 int32_t offProbeLocs; member in struct:VTGOBJHDR
375 * in the offProbeLocs and cbProbeLocs members above.
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1391 AssertReturnVoid(pProv->pHdr->offProbeLocs != 0);

Completed in 135 milliseconds