Searched refs:cpu_model (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | identcpu.c | 166 char cpu_model[128]; variable 168 cpu_model, 0, "Machine model"); 255 strncpy(cpu_model, cpus[cpu].cpu_name, sizeof (cpu_model)); in printcpuinfo() 257 strncpy(cpu_model, "Hammer", sizeof (cpu_model)); in printcpuinfo() 276 cpu_model[0] = '\0'; in printcpuinfo() 280 strcpy(cpu_model, "Overdrive "); in printcpuinfo() 283 strcpy(cpu_model, "Dual "); in printcpuinfo() 289 strcat(cpu_model, "i486 "); in printcpuinfo() 294 strcat(cpu_model, "DX"); in printcpuinfo() 297 strcat(cpu_model, "SX"); in printcpuinfo() [all …]
|
/freebsd/sys/dev/coretemp/ |
H A D | coretemp.c | 158 int cpu_model, cpu_stepping; in coretemp_attach() local 165 cpu_model = CPUID_TO_MODEL(cpu_id); in coretemp_attach() 174 if (cpu_model < 0xe) in coretemp_attach() 189 if (cpu_model == 0xe && cpu_stepping < 0xc) { in coretemp_attach() 205 if ((cpu_model == 0xf && cpu_stepping >= 2) || cpu_model == 0xe) { in coretemp_attach() 216 } else if (cpu_model == 0x17) { in coretemp_attach() 224 } else if (cpu_model == 0x1c) { in coretemp_attach()
|
/freebsd/sys/arm/arm/ |
H A D | identcpu-v6.c | 57 static char cpu_model[64]; variable 59 cpu_model, sizeof(cpu_model), "Machine model"); 287 snprintf(cpu_model, sizeof(cpu_model), in identify_arm_cpu() 293 printf("CPU: %s\n", cpu_model); in identify_arm_cpu()
|
/freebsd/lib/libcompiler_rt/ |
H A D | Makefile.inc | 163 SRCS+= cpu_model/aarch64.c 165 SRCS+= cpu_model/x86.c
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | AArch64CPUFeatures.inc | 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | AArch64CPUFeatures.inc | 14 // the other one sits in compiler-rt/lib/builtins/cpu_model directory. To make
|
/freebsd/sys/x86/include/ |
H A D | x86_var.h | 62 extern char cpu_model[];
|
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 115 static char cpu_model[64]; variable 117 cpu_model, sizeof(cpu_model), "Machine model"); 2815 sbuf_new(&sb, cpu_model, sizeof(cpu_model), SBUF_FIXEDLEN); in cpu_features_sysinit()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 345 CPUID_TO_MODEL(cpu_id), cpu_model, cpu_id & CPUID_STEPPING, in linprocfs_docpuinfo()
|