Home
last modified time | relevance | path

Searched refs:cpu_getmodel (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/arch/newsmips/newsmips/
H A Dmachdep.c326 model = cpu_getmodel(); in mach_init()
345 model = cpu_getmodel(); in mach_init()
363 model = cpu_getmodel(); in mach_init()
/netbsd-src/sys/sys/
H A Dcpu.h82 const char *cpu_getmodel(void);
/netbsd-src/sys/modules/luasystm/
H A Dluasystm.c190 lua_pushstring(L, cpu_getmodel()); in luaopen_systm()
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c217 printf("%s %dMHz\n", cpu_getmodel(), platform.cpu_clock / 1000000); in cpu_startup()
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dcpu.c297 (cp->name != NULL ? cpu_getmodel() : "unknown model"), in cpuattach()
/netbsd-src/sys/arch/vax/vax/
H A Dka780.c367 cpu_getmodel() + 7, ka78->snr, ka78->plant, ka78->eco >> 4, ka78->eco); in ka780_attach_cpu()
H A Dmachdep.c188 printf("%s\n", cpu_getmodel()); in cpu_startup()
/netbsd-src/sys/kern/
H A Dinit_sysctl_base.c204 const char *model = cpu_getmodel();
H A Dsubr_cpu.c128 cpu_getmodel(void) in cpu_getmodel() function
/netbsd-src/sys/compat/common/
H A Dkern_info_43.c254 const char *cpu_model = cpu_getmodel(); in compat_43_sys_getkerninfo()
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dmachdep.c272 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/x86/x86/
H A Didentcpu.c1019 aprint_normal_dev(ci->ci_dev, "%s", cpu_getmodel()); in cpu_identify()
1030 strlcpy(cpu_brand_string, cpu_getmodel(), in cpu_identify()
/netbsd-src/sys/arch/sun3/sun3x/
H A Dmachdep.c293 printf("Model: %s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/sun3/sun3/
H A Dmachdep.c306 printf("Model: %s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/next68k/next68k/
H A Dmachdep.c394 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/atari/atari/
H A Dmachdep.c272 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/emips/emips/
H A Dmachdep.c440 printf("%s\n", cpu_getmodel()); in cpu_startup()
/netbsd-src/sys/arch/evbmips/loongson/
H A Dmachdep.c436 DPRINTF(("Found %s, setting up.\n", cpu_getmodel())); in mach_init()
/netbsd-src/sys/arch/sh3/sh3/
H A Dsh3_machdep.c273 const char *model = cpu_getmodel(); in sh_startup()
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dmachdep.c408 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dmachdep.c397 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpu.c288 m = cpu_getmodel(); in cpu_identify()
/netbsd-src/sys/arch/news68k/news68k/
H A Dmachdep.c255 printf("SONY NET WORK STATION, Model %s, ", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dmachdep.c586 printf("%s\n", cpu_getmodel()); in identifycpu()
/netbsd-src/sys/arch/sun2/sun2/
H A Dmachdep.c388 printf("Model: %s\n", cpu_getmodel()); in identifycpu()

12