/src/usr.sbin/cpuctl/arch/ |
aarch64.c | 1043 const char *implementer = NULL; local in function:identify_midr 1053 implementer = implids[i].impl_name; 1056 if (implementer == NULL) { 1057 snprintf(implbuf, sizeof(implbuf), "unknown implementer: 0x%02x", 1059 implementer = implbuf; 1065 cpuname, implementer,
|
aarch64.c | 1043 const char *implementer = NULL; local in function:identify_midr 1053 implementer = implids[i].impl_name; 1056 if (implementer == NULL) { 1057 snprintf(implbuf, sizeof(implbuf), "unknown implementer: 0x%02x", 1059 implementer = implbuf; 1065 cpuname, implementer,
|