https://bugs.winehq.org/show_bug.cgi?id=11908
--- Comment #47 from mirh mirh@protonmail.ch --- (In reply to Artem S. Tashkinov from comment #42)
The Linux kernel has no APIs for exporting low-level CPU/GPU information and Wine developers won't add it either because Windows utilities use their own drivers, so these APIs will be worthless for Wine applications.
But do we know whether that's even the case?
Because if it is about hooking some magic in hardware drivers, that's all well-said and legit.
If instead it was "just" about reading some MSR or the memory directly (which is how I believe AGESA is found), again I don't know why sudo wine cpuz.exe should not be something supported.