Searched refs:VERR_CPUM_IPE_1 (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/
H A Derr.h622 #define VERR_CPUM_IPE_1 (-1754) macro
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1529 AssertLogRelReturn(paLeaves[0].uLeaf == 0, VERR_CPUM_IPE_1);
1530 AssertLogRelReturn(paLeaves[1].uLeaf == 1, VERR_CPUM_IPE_1);
1532 AssertLogRelReturn(pStd0Leaf, VERR_CPUM_IPE_1);
1534 AssertLogRelReturn(pStd1Leaf, VERR_CPUM_IPE_1);
1664 AssertLogRelReturn(cLeaves == 0, VERR_CPUM_IPE_1);
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllMsrs.cpp4998 AssertReturn(enmRdFn > kCpumMsrRdFn_Invalid && enmRdFn < kCpumMsrRdFn_End, VERR_CPUM_IPE_1);
5075 AssertReturn(enmWrFn > kCpumMsrWrFn_Invalid && enmWrFn < kCpumMsrWrFn_End, VERR_CPUM_IPE_1);

Completed in 3514 milliseconds