Searched refs:ci_vendor (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | identcpu.c | 694 if (memcmp("Geode by NSC", ci->ci_vendor, 12) != 0 || in cpu_probe_geode() 881 ci->ci_vendor[0] = descs[1]; in cpu_probe() 882 ci->ci_vendor[2] = descs[2]; in cpu_probe() 883 ci->ci_vendor[1] = descs[3]; in cpu_probe() 884 ci->ci_vendor[3] = 0; in cpu_probe() 887 if (memcmp(ci->ci_vendor, "GenuineIntel", 12) == 0) in cpu_probe() 889 else if (memcmp(ci->ci_vendor, "AuthenticAMD", 12) == 0) in cpu_probe() 891 else if (memcmp(ci->ci_vendor, "CyrixInstead", 12) == 0) in cpu_probe() 893 else if (memcmp(ci->ci_vendor, "Geode by NSC", 12) == 0) in cpu_probe() 895 else if (memcmp(ci->ci_vendor, "CentaurHauls", 12) == 0) in cpu_probe() [all …]
|
| D | procfs_machdep.c | 397 (char *)ci->ci_vendor, in procfs_getonecpu()
|
| D | cpu.c | 724 if (strcmp((char *)(ci->ci_vendor), "AuthenticAMD") == 0) { in cpu_init()
|
| /netbsd/src/usr.sbin/cpuctl/arch/ |
| D | i386.c | 1546 ci->ci_vendor[0] = descs[1]; in cpu_probe_base_features() 1547 ci->ci_vendor[2] = descs[2]; in cpu_probe_base_features() 1548 ci->ci_vendor[1] = descs[3]; in cpu_probe_base_features() 1549 ci->ci_vendor[3] = 0; in cpu_probe_base_features() 1702 if (!strncmp((char *)ci->ci_vendor, in cpu_probe_features() 2016 if (!strncmp((char *)ci->ci_vendor, in identifycpu() 2025 if (ci->ci_vendor[0] != '\0') in identifycpu() 2026 vendorname = (char *)&ci->ci_vendor[0]; in identifycpu() 2599 if (!strcmp((char *)ci.ci_vendor, "AuthenticAMD")) in ucodeupdate_check() 2601 else if (!strcmp((char *)ci.ci_vendor, "GenuineIntel")) in ucodeupdate_check()
|
| D | cpuctl_i386.h | 11 uint32_t ci_vendor[4]; /* vendor string */ member
|
| /netbsd/src/sys/arch/x86/include/ |
| D | cpu.h | 161 uint32_t ci_vendor[4]; /* vendor string */ member
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | genassym.cf | 254 define CPU_INFO_VENDOR offsetof(struct cpu_info, ci_vendor[0])
|