Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Dintel_early.c141 unsigned int fam_ucode, model_ucode; in matching_model_microcode() local
151 fam_ucode = __x86_family(mc_header->sig); in matching_model_microcode()
154 if (fam == fam_ucode && model == model_ucode) in matching_model_microcode()
166 fam_ucode = __x86_family(ext_sig->sig); in matching_model_microcode()
169 if (fam == fam_ucode && model == model_ucode) in matching_model_microcode()