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

/vbox/src/VBox/VMM/include/
H A DVMMInternal.h395 * VMMCPU Data (part of VMCPU)
397 typedef struct VMMCPU struct
468 } VMMCPU; typedef in typeref:struct:VMMCPU
469 AssertCompileMemberAlignment(VMMCPU, TracerCtx, 8);
470 /** Pointer to VMMCPU. */
471 typedef VMMCPU *PVMMCPU;

Completed in 44 milliseconds