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

Function GetCPUID_TPIDRRO

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

Source from the content-addressed store, hash-verified

138}
139
140uint32_t GetCPUID_TPIDRRO() {
141 uint64_t Result {};
142 __asm("mrs %[Res], TPIDRRO_EL0" : [Res] "=r"(Result));
143 return Result;
144}
145
146void CPUIDEmu::SetupHostHybridFlag() {
147 PerCPUData.resize(Cores);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected