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

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

Completed in 131 milliseconds