Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c361 if (uh->uh_cpu_rev != last_cpu_rev) { in ucode_gen_files_amd()
362 last_cpu_rev = uh->uh_cpu_rev; in ucode_gen_files_amd()
367 uh->uh_cpu_rev, counter++); in ucode_gen_files_amd()
632 if (uh->uh_cpu_rev == 0) in ucode_list_amd()
636 uh->uh_cpu_rev, uh->uh_patch_id, uh->uh_date, tsz); in ucode_list_amd()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducode_amd.h50 uint16_t uh_cpu_rev; member
/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c233 if (uh->uh_cpu_rev < 0x5000 && in ucode_match_amd()
239 if (eq_sig != uh->uh_cpu_rev) in ucode_match_amd()