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

/vbox/include/VBox/vmm/
H A Dgvm.h35 /** @defgroup grp_gvmcpu GVMCPU - The Global VMCPU Data
39 typedef struct GVMCPU struct
55 } GVMCPU; typedef in typeref:struct:GVMCPU
56 /** Pointer to the GVMCPU data. */
57 typedef GVMCPU *PGVMCPU;
115 /** GVMCPU array for the configured number of virtual CPUs. */
116 GVMCPU aCpus[1];

Completed in 81 milliseconds