#include "textflag.h" // __asm__("mrs %0, MIDR_EL1" : "=r"(arm_cpuid)); TEXT ·cpuid(SB), NOSPLIT, $0 MRS MIDR_EL1, R0 MOVD R0, res+0(FP) RET