Searched refs:cpu_model (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sys/x86/x86/ |
| HD | identcpu.c | 165 char cpu_model[128]; variable 167 cpu_model, 0, "Machine model"); 254 strncpy(cpu_model, cpus[cpu].cpu_name, sizeof (cpu_model)); in printcpuinfo() 256 strncpy(cpu_model, "Hammer", sizeof (cpu_model)); in printcpuinfo() 275 cpu_model[0] = '\0'; in printcpuinfo() 279 strcpy(cpu_model, "Overdrive "); in printcpuinfo() 282 strcpy(cpu_model, "Dual "); in printcpuinfo() 288 strcat(cpu_model, "i486 "); in printcpuinfo() 293 strcat(cpu_model, "DX"); in printcpuinfo() 296 strcat(cpu_model, "SX"); in printcpuinfo() [all …]
|
| /freebsd-14-stable/sys/dev/coretemp/ |
| HD | coretemp.c | 159 int cpu_model, cpu_stepping; in coretemp_attach() local 166 cpu_model = CPUID_TO_MODEL(cpu_id); in coretemp_attach() 175 if (cpu_model < 0xe) in coretemp_attach() 190 if (cpu_model == 0xe && cpu_stepping < 0xc) { in coretemp_attach() 206 if ((cpu_model == 0xf && cpu_stepping >= 2) || cpu_model == 0xe) { in coretemp_attach() 217 } else if (cpu_model == 0x17) { in coretemp_attach() 225 } else if (cpu_model == 0x1c) { in coretemp_attach()
|
| /freebsd-14-stable/sys/arm/arm/ |
| HD | identcpu-v6.c | 58 static char cpu_model[64]; variable 60 cpu_model, sizeof(cpu_model), "Machine model"); 288 snprintf(cpu_model, sizeof(cpu_model), in identify_arm_cpu() 294 printf("CPU: %s\n", cpu_model); in identify_arm_cpu()
|
| /freebsd-14-stable/lib/libcompiler_rt/ |
| HD | Makefile.inc | 159 SRCS+= cpu_model/aarch64.c 161 SRCS+= cpu_model/x86.c
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| HD | AArch64CPUFeatures.inc | 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| HD | AArch64CPUFeatures.inc | 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
|
| /freebsd-14-stable/sys/x86/include/ |
| HD | x86_var.h | 63 extern char cpu_model[];
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | identcpu.c | 111 static char cpu_model[64]; variable 113 cpu_model, sizeof(cpu_model), "Machine model"); 2384 sbuf_new(&sb, cpu_model, sizeof(cpu_model), SBUF_FIXEDLEN); in cpu_features_sysinit()
|
| /freebsd-14-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 347 CPUID_TO_MODEL(cpu_id), cpu_model, cpu_id & CPUID_STEPPING, in linprocfs_docpuinfo()
|