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

/vbox/include/VBox/
H A DVBoxTpG.h75 typedef struct VTGPROBELOC struct
85 } VTGPROBELOC; typedef in typeref:struct:VTGPROBELOC
86 AssertCompileSizeAlignment(VTGPROBELOC, 16);
88 typedef VTGPROBELOC *PVTGPROBELOC;
90 typedef VTGPROBELOC const *PCVTGPROBELOC;
96 * The name of the section containing the VTGPROBELOC structures. This is
99 * Declares a static variable, @a a_VarName, of type VTGPROBELOC in the section
106 __declspec(allocate(VTG_LOC_SECT)) static VTGPROBELOC a_VarName
109 static VTGPROBELOC __attribute__((section(VTG_LOC_SECT))) a_VarName
120 static VTGPROBELOC __attribute_
[all...]
H A Dsup.h42 struct VTGPROBELOC;
1652 SUPDECL(void) SUPTracerFireProbe(struct VTGPROBELOC *pVtgProbeLoc, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2,
1977 struct VTGPROBELOC const *paProbeLocsRO;
2025 DECLR0CALLBACKMEMBER(void, pfnProbeFireKernel, (struct VTGPROBELOC *pVtgProbeLoc, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2,
2040 struct VTGOBJHDR const *pVtgHdr, struct VTGPROBELOC const *pProbeLocRO));
2145 SUPR0DECL(void) SUPR0TracerFireProbe(struct VTGPROBELOC *pVtgProbeLoc, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2,
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm130 mov eax, [xCX + 4] ; VTGPROBELOC::idProbe.
148 mov eax, [xDI + 4] ; VTGPROBELOC::idProbe.
199 mov eax, [xCX + 4] ; VTGPROBELOC::idProbe.
H A DSUPDrv-dtrace.cpp330 uint32_t const cProbeLocs = pProv->pHdr->cbProbeLocs / sizeof(VTGPROBELOC);
755 static DECLCALLBACK(void) vboxDtTOps_ProbeFireKernel(struct VTGPROBELOC *pVtgProbeLoc, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2,
H A DSUPDrvTracer.cpp404 MY_VALIDATE_SIZE( pVtgHdr->cbProbeLocs, 1, _128K, sizeof(VTGPROBELOC), VERR_SUPDRV_VTG_BAD_HDR);
640 i = pVtgHdr->cbProbeLocs / sizeof(VTGPROBELOC);
969 pProv->Core.cbProbeLocsEn = sizeof(VTGPROBELOC);
1726 size_t const cbProbeLocs = cProbeLocs * sizeof(VTGPROBELOC);
1909 * VTGPROBELOC::idProbe fields in user mode.
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRCA.asm356 mov eax, [ecx + 4] ; VTGPROBELOC::idProbe.
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1392 uint32_t const cProbeLocs = pProv->pHdr->cbProbeLocs / sizeof(VTGPROBELOC);
1786 static DECLCALLBACK(void) vboxDtTOps_ProbeFireKernel(struct VTGPROBELOC *pVtgProbeLoc, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2,

Completed in 93 milliseconds