Searched refs:ci_family (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/cpuctl/arch/
H A Dcpuctl_i386.h14 uint32_t ci_family; /* from ci_signature */ member in struct:cpu_info
H A Di386.c814 switch (ci->ci_family) {
882 snprintf(family_str, sizeof family_str, "Family %xh", ci->ci_family);
1191 if (ci->ci_family == 5 && ci->ci_model == 0)
1205 if ((ci->ci_family == 5 && ci->ci_model >= 9) || ci->ci_family >= 6) {
1300 if (ci->ci_family >= 0x10) {
1580 ci->ci_family = CPUID_TO_FAMILY(ci->ci_signature);
1701 i = ci->ci_family - CPU_MINFAMILY;
1998 family = ci->ci_family;
2034 if (ci->ci_family
[all...]

Completed in 120 milliseconds