Searched refs:SUPGIPCPU (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp146 static SUPGIPCPU s_aaCPUs[2][256];

Completed in 1698 milliseconds