Home
last modified time | relevance | path

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

/titanic_41/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)) in ucode_locate_amd()
453 if (ucode_match_amd(eq_sig, uinfop, ucodefp, count) == EM_OK) in ucode_locate_amd()
648 ucode_match_amd(uint16_t eq_sig, cpu_ucode_info_t *uinfop, in ucode_match_amd() function
943 rc = ucode_match_amd(eq_sig, &uusp->info, ufp, count); in ucode_extract_amd()