Searched defs:s_auCpuIdRanges (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp1032 static uint32_t const s_auCpuIdRanges[] = local
1038 for (unsigned i = 0; i < RT_ELEMENTS(s_auCpuIdRanges); i += 2)
1041 CHECK_ERROR(Host, GetProcessorCPUIDLeaf(uCpuNo, s_auCpuIdRanges[i], 0, &cLeafs, &uEBX, &uECX, &uEDX));
1042 if (cLeafs < s_auCpuIdRanges[i] || cLeafs > s_auCpuIdRanges[i+1])
1045 for (ULONG iLeaf = s_auCpuIdRanges[i]; iLeaf <= cLeafs; iLeaf++)
H A DVBoxManageInfo.cpp565 static uint32_t const s_auCpuIdRanges[] = local
570 for (unsigned i = 0; i < RT_ELEMENTS(s_auCpuIdRanges); i += 2)
571 for (uint32_t uLeaf = s_auCpuIdRanges[i]; uLeaf < s_auCpuIdRanges[i + 1]; uLeaf++)
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1112 static uint32_t const s_auCpuIdRanges[] = local
1117 for (unsigned i = 0; i < RT_ELEMENTS(s_auCpuIdRanges); i += 2)
1118 for (uint32_t uLeaf = s_auCpuIdRanges[i]; uLeaf < s_auCpuIdRanges[i + 1]; uLeaf++)

Completed in 55 milliseconds