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

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h230 GEN_CHECK_SIZE(DBGFCPU); variable
231 GEN_CHECK_OFF(DBGFCPU, iActiveBp);
232 GEN_CHECK_OFF(DBGFCPU, fSingleSteppingRaw);
233 //GEN_CHECK_OFF(DBGFCPU, pGuestRegSet);
234 //GEN_CHECK_OFF(DBGFCPU, pHyperRegSet);
/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h253 /** Converts a DBGFCPU pointer into a VM pointer. */
259 typedef struct DBGFCPU struct
277 } DBGFCPU; typedef in typeref:struct:DBGFCPU
278 /** Pointer to DBGFCPU data. */
279 typedef DBGFCPU *PDBGFCPU;

Completed in 46 milliseconds