Searched refs:CPUMCTXMSRS (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcpumctx.h449 typedef union CPUMCTXMSRS union
470 } CPUMCTXMSRS; typedef in typeref:union:CPUMCTXMSRS
472 typedef CPUMCTXMSRS *PCPUMCTXMSRS;
474 typedef const CPUMCTXMSRS *PCCPUMCTXMSRS;
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h459 CPUMCTXMSRS GuestMsrs;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStructSize.cpp339 CHECK_SIZE_ALIGNMENT(CPUMCTXMSRS, 64);
H A DtstVMStruct.h197 GEN_CHECK_SIZE(CPUMCTXMSRS); variable
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp584 AssertCompileSizeAlignment(CPUMCTXMSRS, 64);
1152 AssertLogRelMsgReturn(cbMsrs <= sizeof(CPUMCTXMSRS) && cbMsrs > 0, ("Size of MSRs is out of range: %#x\n", cbMsrs),

Completed in 58 milliseconds