Searched refs:ucode_match_amd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | microcode_amd.c | 220 ucode_match_amd(uint16_t eq_sig, cpu_ucode_info_t *uinfop, in ucode_match_amd() function 307 } else if (ucode_match_amd(eq_sig, uinfop, ucodefp, sizeof (*ucodefp)) in ucode_locate_amd() 337 if (ucode_match_amd(eq_sig, uinfop, ucodefp, count) == EM_OK) { in ucode_locate_amd() 408 rc = ucode_match_amd(eq_sig, &uusp->info, ufp, count); in ucode_extract_amd()
|