Searched refs:fam_ucode (Results 1 – 1 of 1) sorted by relevance
119 unsigned int fam_ucode, model_ucode; in microcode_matches() local127 fam_ucode = x86_family(mc_header->sig); in microcode_matches()130 if (fam == fam_ucode && model == model_ucode) in microcode_matches()142 fam_ucode = x86_family(ext_sig->sig); in microcode_matches()145 if (fam == fam_ucode && model == model_ucode) in microcode_matches()