Home
last modified time | relevance | path

Searched refs:cpuId (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hal/macros/
H A DGetCpuIdArm.c54 unsigned long cpuId = 0, revision = 0; in HAL_FUNCTION() local
59 short result1 = IHIL_Write_Read_Mem_Ap(0, 0x0020100C, &cpuId, READ); in HAL_FUNCTION()
66 while((!cpuId || !revision ) && --timeout ); in HAL_FUNCTION()
68 if (cpuId && revision) in HAL_FUNCTION()
70 STREAM_put_long(cpuId); in HAL_FUNCTION()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/Inventory/Linux/i386/
H A DCPU.pm44 my $cpuId = $logicalCpu->{'physical id'};
46 if (defined $cpuId) {
47 next if $seen{$cpuId}++;
51 $cpuId = $count;
56 my $dmidecodeInfo = $dmidecodeInfos[$cpuId];
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DInstructions.h85 static bool supported(const folly::CpuId& cpuId = {}) {
86 return cpuId.popcnt();
103 static bool supported(const folly::CpuId& cpuId = {}) {
104 return Nehalem::supported(cpuId) && cpuId.bmi1() && cpuId.bmi2();
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/Inventory/Win32/
H A DCPU.pm64 my $cpuId = 0;
75 my $dmidecodeInfo = $dmidecodeInfos[$cpuId];
76 my $registryInfo = $registryInfos->{"$cpuId/"};
123 $cpuId++;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmTypes.cpp596 : cpuId(GetCPUID()), in Assumptions()
601 : cpuId(GetCPUID()), in Assumptions()
618 cpuId = other.cpuId; in clone()
625 return cpuId == rhs.cpuId && in operator ==()
644 cursor = WriteScalar<uint32_t>(cursor, cpuId); in serialize()
652 (cursor = ReadScalarChecked<uint32_t>(cursor, &remain, &cpuId)) && in deserialize()
/dports/devel/bossa/BOSSA-1.9.1/src/
H A DDevice.cpp53 uint32_t cpuId = 0; in create() local
69 cpuId = _samba.readWord(0xe000ed00) & 0x0000fff0; in create()
72 if (cpuId == 0xC600) in create()
78 else if (cpuId == 0xC240) in create()
/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/plugins/cpu/
H A Dlinuxcpu.cpp14 static double readCpuFreq(const QString &cpuId, const QString &attribute, bool &ok) in readCpuFreq() argument
17 QFile file(QStringLiteral("/sys/devices/system/cpu/%1/cpufreq/").arg(cpuId) + attribute); in readCpuFreq()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmTypes.cpp378 : cpuId(GetCPUID()), buildId(Move(buildId)) {} in Assumptions()
380 Assumptions::Assumptions() : cpuId(GetCPUID()), buildId() {} in Assumptions()
391 cpuId = other.cpuId; in clone()
396 return cpuId == rhs.cpuId && buildId.length() == rhs.buildId.length() && in operator ==()
409 cursor = WriteScalar<uint32_t>(cursor, cpuId); in serialize()
415 (cursor = ReadScalarChecked<uint32_t>(cursor, &remain, &cpuId)) && in deserialize()
/dports/math/primesieve/primesieve-7.7/src/
H A DCpuInfo.cpp91 void cpuId(int cpuInfo[4], int eax) in cpuId() function
165 cpuId(cpuInfo, 0x80000000); in getCpuName()
171 cpuId(cpuInfo, 0x80000002); in getCpuName()
174 cpuId(cpuInfo, 0x80000003); in getCpuName()
177 cpuId(cpuInfo, 0x80000004); in getCpuName()
/dports/math/primecount/primecount-7.2/lib/primesieve/src/
H A DCpuInfo.cpp91 void cpuId(int cpuInfo[4], int eax) in cpuId() function
165 cpuId(cpuInfo, 0x80000000); in getCpuName()
171 cpuId(cpuInfo, 0x80000002); in getCpuName()
174 cpuId(cpuInfo, 0x80000003); in getCpuName()
177 cpuId(cpuInfo, 0x80000004); in getCpuName()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/osx/
H A DDOOMController.mm98 bool OSX_GetCPUIdentification( int& cpuId, bool& oldArchitecture )
103 cpuId = cpu;
104 oldArchitecture = cpuId < gestaltCPU970;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilertracefile.cpp136 QByteArray cpuId; member
154 >> features.cpuId in operator >>()
/dports/sysutils/htop/htop-3.1.2/netbsd/
H A DNetBSDProcessList.c377 static void getKernelCPUTimes(int cpuId, u_int64_t* times) { in getKernelCPUTimes() argument
378 const int mib[] = { CTL_KERN, KERN_CP_TIME, cpuId }; in getKernelCPUTimes()
/dports/sysutils/htop/htop-3.1.2/openbsd/
H A DOpenBSDProcessList.c376 static void getKernelCPUTimes(unsigned int cpuId, u_int64_t* times) { in getKernelCPUTimes() argument
377 const int mib[] = { CTL_KERN, KERN_CPTIME2, cpuId }; in getKernelCPUTimes()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperffeatures.h185 QByteArray cpuId() const { return m_cpuId.value; } in cpuId() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/metrics_discovery/
H A Dmetrics_discovery_api.h1165 … GetGpuCpuTimestamps( uint64_t* gpuTimestampNs, uint64_t* cpuTimestampNs, uint32_t* cpuId );
1245 …Timestamps( uint64_t* gpuTimestampNs, uint64_t* cpuTimestampNs, uint32_t* cpuId, uint64_t* correla…
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp2845 CpuId cpuId; in initializeFuncs() local
2851 if (cpuId.avx && cpuId.f16c) in initializeFuncs()
2870 if (cpuId.avx) in initializeFuncs()
2881 else if (cpuId.sse2) in initializeFuncs()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp2840 CpuId cpuId; in initializeFuncs() local
2846 if (cpuId.avx && cpuId.f16c) in initializeFuncs()
2865 if (cpuId.avx) in initializeFuncs()
2876 else if (cpuId.sse2) in initializeFuncs()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp2852 CpuId cpuId; in initializeFuncs() local
2858 if (cpuId.avx && cpuId.f16c) in initializeFuncs()
2877 if (cpuId.avx) in initializeFuncs()
2888 else if (cpuId.sse2) in initializeFuncs()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp2869 CpuId cpuId; in initializeFuncs() local
2875 if (cpuId.avx && cpuId.f16c) in initializeFuncs()
2894 if (cpuId.avx) in initializeFuncs()
2905 else if (cpuId.sse2) in initializeFuncs()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/asmjs/
H A DAsmJSModule.cpp1951 GetCPUID(uint32_t* cpuId) in GetCPUID() argument
1964 *cpuId = X86 | (uint32_t(CPUInfo::GetSSEVersion()) << ARCH_BITS); in GetCPUID()
1968 *cpuId = X64 | (uint32_t(CPUInfo::GetSSEVersion()) << ARCH_BITS); in GetCPUID()
1972 *cpuId = ARM | (GetARMFlags() << ARCH_BITS); in GetCPUID()
1976 *cpuId = MIPS | (GetMIPSFlags() << ARCH_BITS); in GetCPUID()
1980 *cpuId = MIPS64 | (GetMIPSFlags() << ARCH_BITS); in GetCPUID()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/metrics/
H A Dmock_metric_enumeration.h113 …CpuTimestamps, (uint64_t * gpuTimestampNs, uint64_t *cpuTimestampNs, uint32_t *cpuId), (override));
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/telco-systems/binos/
H A DPRVT-INTERWORKING-OS-MIB730 INDEX { cpuId }
734 cpuId Integer32,
741 cpuId OBJECT-TYPE
/dports/net-mgmt/observium/observium/mibs/ipinfusion/
H A DCUSTOMIF-STATS-MIB1069 INDEX { cpuId }
1074 cpuId Integer32,
1128 cpuId OBJECT-TYPE
1133 "cpuId is a unique number representing the CPU core."
1646 INDEX { cpuId, cpuqueueId }
/dports/www/firefox/firefox-99.0/tools/profiler/core/
H A Dplatform.cpp6369 int64_t cpuId = 0; in profiler_mark_thread_awake() local
6371 cpuId = GetCurrentProcessorNumber(); in profiler_mark_thread_awake()
6379 cpuId = ebx >> 24; in profiler_mark_thread_awake()
6384 cpuId = sched_getcpu(); in profiler_mark_thread_awake()
6391 cpuId = ebx >> 24; in profiler_mark_thread_awake()
6396 cpuId = sched_getcpu(); in profiler_mark_thread_awake()
6427 "Awake", OTHER, MarkerTiming::IntervalStart(), CPUAwakeMarker, cpuId in profiler_mark_thread_awake()

12