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

/vbox/include/VBox/vmm/
H A Dcpum.h354 /** Return the CPUMMSRRANGE::uValue. */
357 * CPUMMSRRANGE::uValue. Must be used in pair with
629 * CPUMMSRRANGE::uValue. Must be used in pair with
844 typedef struct CPUMMSRRANGE struct
883 } CPUMMSRRANGE; typedef in typeref:struct:CPUMMSRRANGE
885 AssertCompileSize(CPUMMSRRANGE, 128);
887 AssertCompileSize(CPUMMSRRANGE, 96);
890 typedef CPUMMSRRANGE *PCPUMMSRRANGE;
892 typedef CPUMMSRRANGE const *PCCPUMMSRRANGE;

Completed in 57 milliseconds