Searched refs:RTMpCpuIdFromSetIndex (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Runtime/generic/
H A DRTMpCpuIdFromSetIndex-generic.cpp3 * IPRT - Multiprocessor, Generic RTMpCpuIdFromSetIndex.
35 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
39 RT_EXPORT_SYMBOL(RTMpCpuIdFromSetIndex); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMp-1.cpp78 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
109 RTCpuSetAdd(&Set, RTMpCpuIdFromSetIndex(0));
155 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
199 RTCPUID idCpu = RTMpCpuIdFromSetIndex(iCpu);
H A DtstRTR0Timer.cpp570 State.u.Specific.idCpu = RTMpCpuIdFromSetIndex(iCpu);
736 State.u.Specific.idCpu = RTMpCpuIdFromSetIndex(iCpu);
/vbox/src/VBox/Runtime/r3/os2/
H A Dmp-os2.cpp48 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-numa.cpp86 RTTESTI_CHECK_RC_OK_RETV(RTThreadSetAffinityToCpu(RTMpCpuIdFromSetIndex(iAllocCpu)));
98 RTTESTI_CHECK_RC_OK_RETV(RTThreadSetAffinityToCpu(RTMpCpuIdFromSetIndex(iAccessCpu)));
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp477 && !RTMpIsCpuPossible(RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK)))
502 pTimer->idCpu = pTimer->fSpecificCpu ? RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK) : NIL_RTCPUID;
522 && RTMpIsCpuOnline(RTMpCpuIdFromSetIndex(iCpu)))
524 pTimer->idCpu = RTMpCpuIdFromSetIndex(iCpu);
530 KeSetTargetProcessorDpc(&pTimer->aSubTimers[iCpu].NtDpc, (int)RTMpCpuIdFromSetIndex(iCpu));
H A Dmp-r0drv-nt.cpp116 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/include/iprt/
H A Dmp.h89 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu);
H A Dmangling.h954 # define RTMpCpuIdFromSetIndex RT_MANGLER(RTMpCpuIdFromSetIndex) macro
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dmp-freebsd.cpp72 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Runtime/r3/win/
H A Dmp-win.cpp54 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmp-r0drv-darwin.cpp98 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dmp-r0drv-haiku.c64 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
/vbox/src/VBox/Runtime/r3/darwin/
H A Dmp-darwin.cpp121 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmp-r0drv-linux.c70 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
74 RT_EXPORT_SYMBOL(RTMpCpuIdFromSetIndex); variable
H A Dtimer-r0drv-linux.c1484 && !RTMpIsCpuPossible(RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK)))
1516 ? RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK)
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dmp-r0drv-freebsd.c64 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp126 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmp-r0drv-solaris.c78 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu)
H A Dtimer-r0drv-solaris.c366 && !RTMpIsCpuPossible(RTMpCpuIdFromSetIndex(fFlags & RTTIMER_FLAGS_CPU_MASK)))
/vbox/src/VBox/Runtime/r3/solaris/
H A Dmp-solaris.cpp293 RTDECL(RTCPUID) RTMpCpuIdFromSetIndex(int iCpu) function
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp123 uint32_t uMHz = RTMpGetCurFrequency(RTMpCpuIdFromSetIndex(iCpu));
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp347 RTCPUID idCpu2 = RTMpCpuIdFromSetIndex(iCpuSet);
1444 RTCPUID idCurCpu = RTMpCpuIdFromSetIndex(i);
1522 rc = RTMpOnSpecific(RTMpCpuIdFromSetIndex(iCpu), supdrvGipInitDetermineAsyncTscWorker,
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp948 if (RTMpIsCpuPossible(RTMpCpuIdFromSetIndex(i)))
H A DGVMMR0.cpp408 pGVMM->aHostCpus[iCpu].idCpu = RTMpCpuIdFromSetIndex(iCpu);

Completed in 141 milliseconds

12