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

/vbox/include/VBox/
H A Dsup.h223 typedef struct SUPGIPCPU struct
269 /** The host CPU ID of this CPU (the SUPGIPCPU is indexed by APIC ID). */
275 } SUPGIPCPU; typedef in typeref:struct:SUPGIPCPU
277 AssertCompileSize(SUPGIPCPU, 128);
278 AssertCompileMemberAlignment(SUPGIPCPU, u64NanoTS, 8);
279 AssertCompileMemberAlignment(SUPGIPCPU, u64TSC, 8);
283 typedef SUPGIPCPU *PSUPGIPCPU;
287 * The rules concerning the applicability of SUPGIPCPU::i64TscDelta.
384 /** The applicability of SUPGIPCPU::i64TscDelta. */
405 SUPGIPCPU aCPU
[all...]

Completed in 35 milliseconds