Hacker News new | ask | show | jobs
by mrslave 2765 days ago
What does cpuinfo display when the CPU lacks the cpuid feature?
1 comments

Arm processors don't have a cpuid instruction, but they do have a number of ID registers that provide similar information (e.g. MIDR_EL1, REVIDR_EL1).