Lines Matching refs:impl
850 int impl, cpuid = getprocessorid(); in check_cpus_ver() local
855 impl = cpunodes[cpuid].implementation; in check_cpus_ver()
856 switch (impl) { in check_cpus_ver()
872 if (IS_SPITFIRE(impl)) { in check_cpus_ver()
898 if (IS_SPITFIRE(impl) || IS_BLACKBIRD(impl)) in check_cpus_ver()
902 if (IS_CHEETAH(impl)) { in check_cpus_ver()
915 if (IS_JALAPENO(impl) && (cpunodes[i].version < 0x24)) { in check_cpus_ver()
930 int impl; in check_cpus_set() local
934 impl = cpunodes[getprocessorid()].implementation; in check_cpus_set()
936 switch (impl) { in check_cpus_set()
987 if (cpunodes[i].implementation != impl) { in check_cpus_set()