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

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

Completed in 47 milliseconds