Searched defs:offProbeLocs (Results 1 - 2 of 2) 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...]
/vbox/include/VBox/
H A DVBoxTpG.h362 int32_t offProbeLocs; member in struct:VTGOBJHDR
375 * in the offProbeLocs and cbProbeLocs members above.

Completed in 35 milliseconds