Home
last modified time | relevance | path

Searched refs:ci_model (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c685 switch (ci->ci_model) { in amd_family5_setup()
719 switch (ci->ci_model) { in winchip_cpu_setup()
732 if (ci->ci_model == 5) { in intel_family6_name()
749 } else if (ci->ci_model == 6) { in intel_family6_name()
756 } else if (ci->ci_model == 7) { in intel_family6_name()
766 } else if (ci->ci_model >= 8) { in intel_family6_name()
816 switch (ci->ci_model) { in amd_amd64_name()
924 if (ci->ci_model < 0x9 || (ci->ci_model == 0x9 && stepping < 3)) in via_cpu_probe()
1192 if (ci->ci_family == 5 && ci->ci_model in amd_cpu_cacheinfo()
[all...]
H A Dcpuctl_i386.h15 uint32_t ci_model; /* from ci_signature */ member