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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c283 ucode_equiv_cpu_amd(cpu_t *cp, uint16_t *eq_sig) argument
351 *eq_sig = eqtbl->ue_equiv_cpu;
354 if (*eq_sig == 0)
414 uint16_t eq_sig = 0; local
418 if ((rc = ucode_equiv_cpu_amd(cp, &eq_sig)) != EM_OK)
428 else if (ucode_match_amd(eq_sig, uinfop, ucodefp, sizeof (*ucodefp))
447 UCODE_INSTALL_PATH, cpuid_getvendorstr(cp), eq_sig, i);
453 if (ucode_match_amd(eq_sig, uinfop, ucodefp, count) == EM_OK)
648 ucode_match_amd(uint16_t eq_sig, cpu_ucode_info_t *uinfop, argument
667 if (eq_sig !
915 uint16_t eq_sig; local
[all...]

Completed in 57 milliseconds