Searched defs:DBGF (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h210 GEN_CHECK_SIZE(DBGF); variable
211 GEN_CHECK_OFF(DBGF, offVM);
212 GEN_CHECK_OFF(DBGF, fAttached);
213 GEN_CHECK_OFF(DBGF, fStoppedInHyper);
214 GEN_CHECK_OFF(DBGF, PingPong);
215 GEN_CHECK_OFF(DBGF, DbgEvent);
216 GEN_CHECK_OFF(DBGF, enmVMMCmd);
217 GEN_CHECK_OFF(DBGF, VMMCmdData);
218 //GEN_CHECK_OFF(DBGF, pInfoFirst);
219 //GEN_CHECK_OFF(DBGF, InfoCritSec
[all...]
/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h3 * DBGF - Internal header file.
83 /** Pointer to DBGF Command Data. */
188 * Converts a DBGF pointer into a VM pointer.
190 * @param pDBGF Pointer to DBGF instance data.
196 * DBGF Data (part of VM)
198 typedef struct DBGF struct
248 } DBGF; typedef in typeref:struct:DBGF
249 /** Pointer to DBGF Data. */
250 typedef DBGF *PDBGF;
257 * The per CPU data for DBGF
[all...]

Completed in 63 milliseconds