Lines Matching refs:iCpu

76         for (int iCpu = 0; iCpu < RTCPUSET_MAX_CPUS; iCpu++)
78 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
79 if (RTCpuSetIsMemberByIndex(&Set, iCpu))
81 RTTestIPrintf(RTTESTLVL_ALWAYS, "%2d - id %d: %u/%u MHz", iCpu, (int)idCpu,
92 RTTestIFailed("Cpu with index %d is report as !RTIsCpuPresent while RTIsCpuOnline returns true!\n", iCpu);
96 RTTestIFailed("Cpu with index %d is returned by RTCpuSet but not RTMpIsCpuPossible!\n", iCpu);
99 RTTestIFailed("Cpu with index %d is returned by RTMpIsCpuPossible but not RTCpuSet!\n", iCpu);
101 RTTestIFailed("RTMpGetCurFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu);
103 RTTestIFailed("RTMpGetMaxFrequency(%d[idx=%d]) didn't return 0 as it should\n", (int)idCpu, iCpu);
152 for (int iCpu = 0; iCpu < RTCPUSET_MAX_CPUS; iCpu++)
153 if (RTCpuSetIsMemberByIndex(&SetOnline, iCpu))
155 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
156 RTTestIPrintf(RTTESTLVL_ALWAYS, "%2d - id %d: %u/%u MHz %s\n", iCpu, (int)idCpu, RTMpGetCurFrequency(idCpu),
158 if (!RTCpuSetIsMemberByIndex(&Set, iCpu))
159 RTTestIFailed("online cpu with index %2d is not a member of the possible cpu set!\n", iCpu);
196 for (int iCpu = 0; iCpu < RTCPUSET_MAX_CPUS; iCpu++)
197 if (RTCpuSetIsMemberByIndex(&SetPresent, iCpu))
199 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
200 RTTestIPrintf(RTTESTLVL_ALWAYS, "%2d - id %d: %u/%u MHz %s\n", iCpu, (int)idCpu, RTMpGetCurFrequency(idCpu),
202 if (!RTCpuSetIsMemberByIndex(&Set, iCpu))
203 RTTestIFailed("online cpu with index %2d is not a member of the possible cpu set!\n", iCpu);