HomeSort by: relevance | last modified time | path
    Searched refs:ci_model (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/cpuctl/arch/
cpuctl_i386.h 15 uint32_t ci_model; /* from ci_signature */ member in struct:cpu_info
i386.c 685 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))
1192 if (ci->ci_family == 5 && ci->ci_model == 0
    [all...]

Completed in 34 milliseconds