Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dmicrocode_amd.c99 ucode_equiv_cpu_amd(cpu_t *cp, uint16_t *eq_sig) in ucode_equiv_cpu_amd() argument
141 *eq_sig = eqtbl.ue_equiv_cpu; in ucode_equiv_cpu_amd()
194 *eq_sig = 0; in ucode_equiv_cpu_amd()
202 *eq_sig = eqtbl->ue_equiv_cpu; in ucode_equiv_cpu_amd()
220 ucode_match_amd(uint16_t eq_sig, cpu_ucode_info_t *uinfop, in ucode_match_amd() argument
240 if (eq_sig != uh->uh_cpu_rev) in ucode_match_amd()
291 uint16_t eq_sig; in ucode_locate_amd() local
295 eq_sig = 0; in ucode_locate_amd()
296 if ((rc = ucode_equiv_cpu_amd(cp, &eq_sig)) != EM_OK) in ucode_locate_amd()
307 } else if (ucode_match_amd(eq_sig, uinfop, ucodefp, sizeof (*ucodefp)) in ucode_locate_amd()
[all …]