Home
last modified time | relevance | path

Searched refs:uh_cpu_rev (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ucodeadm/
H A Ducodeadm.c303 if (uh->uh_cpu_rev != last_cpu_rev) { in ucode_gen_files_amd()
304 last_cpu_rev = uh->uh_cpu_rev; in ucode_gen_files_amd()
309 uh->uh_cpu_rev, counter++); in ucode_gen_files_amd()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmicrocode.c385 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
392 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
662 if (uh->uh_cpu_rev < 0x5000 && in ucode_match_amd()
667 if (eq_sig != uh->uh_cpu_rev) in ucode_match_amd()
/titanic_50/usr/src/uts/common/sys/
H A Ducode.h105 uint16_t uh_cpu_rev; member