| /src/sys/arch/riscv/riscv/ |
| cpu.c | 142 cpu_identify(device_t self, struct cpu_info *ci) function 242 cpu_identify(dv, ci);
|
| /src/sys/arch/aarch64/aarch64/ |
| cpu.c | 80 static void cpu_identify(device_t self, struct cpu_info *); 153 cpu_identify(dv, ci); 277 cpu_identify(device_t self, struct cpu_info *ci) function
|
| /src/sys/arch/x86/x86/ |
| identcpu.c | 1036 cpu_identify(struct cpu_info *ci) function
|
| /src/usr.sbin/cpuctl/ |
| cpuctl.c | 61 static void cpu_identify(char **); 75 { "identify", true, false, cpu_identify }, 260 cpu_identify(char **argv) function
|
| /src/sys/arch/powerpc/oea/ |
| cpu_subr.c | 617 cpu_identify(model, sizeof(model)); 961 cpu_identify(char *str, size_t len) function
|
| /src/sys/arch/mips/mips/ |
| mips_machdep.c | 1502 cpu_identify(device_t dev) function 1683 panic("cpu_identify: impossible");
|