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.c97 ucode_equiv_cpu_amd(cpu_t *cp, uint16_t *eq_sig) in ucode_equiv_cpu_amd() argument
139 *eq_sig = eqtbl.ue_equiv_cpu; in ucode_equiv_cpu_amd()
193 *eq_sig = 0; in ucode_equiv_cpu_amd()
201 *eq_sig = eqtbl->ue_equiv_cpu; in ucode_equiv_cpu_amd()
219 ucode_match_amd(uint16_t eq_sig, cpu_ucode_info_t *uinfop, in ucode_match_amd() argument
239 if (eq_sig != uh->uh_cpu_rev) in ucode_match_amd()
270 uint16_t eq_sig; in ucode_locate_amd() local
274 eq_sig = 0; in ucode_locate_amd()
275 if ((rc = ucode_equiv_cpu_amd(cp, &eq_sig)) != EM_OK) in ucode_locate_amd()
286 } else if (ucode_match_amd(eq_sig, uinfop, ucodefp, sizeof (*ucodefp)) in ucode_locate_amd()
[all …]