Searched defs:AssertLogRelReturn (Results 1 - 2 of 2) sorted by relevance
/vbox/include/iprt/ |
H A D | assert.h | 1205 /** @def AssertLogRelReturn 1212 #define AssertLogRelReturn(expr, rc) \ macro
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMR3CpuId.cpp | 840 AssertLogRelReturn(cLeaves < CPUM_CPUID_MAX_LEAVES, VERR_TOO_MANY_CPUID_LEAVES); function 1529 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); 2388 AssertLogRelReturn(pStdFeatureLeaf, VERR_CPUM_IPE_2); 2389 AssertLogRelReturn(pStdFeatureLeaf->fSubLeafMask == 0, VERR_CPUM_IPE_2); 2561 AssertLogRelReturn(pExtFeatureLeaf->fSubLeafMask == 0, VERR_CPUM_IPE_2);
|
Completed in 53 milliseconds