Searched defs:ucode_match_amd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c94 static ucode_errno_t ucode_match_amd(uint16_t, cpu_ucode_info_t *,
428 else if (ucode_match_amd(eq_sig, uinfop, ucodefp, sizeof (*ucodefp))
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, function
943 rc = ucode_match_amd(eq_sig, &uusp->info, ufp, count);

Completed in 58 milliseconds