MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetCPUID_Syscall

Function GetCPUID_Syscall

FEXCore/Source/Interface/Core/CPUID.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90} // namespace ProductNames
91
92uint32_t GetCPUID_Syscall() {
93 uint32_t CPU {};
94 FHU::Syscalls::getcpu(&CPU, nullptr);
95 return CPU;
96}
97
98struct CPUFamily {
99 uint32_t Stepping : 4;

Callers

nothing calls this directly

Calls 1

getcpuFunction · 0.50

Tested by

no test coverage detected