Home
last modified time | relevance | path

Searched refs:model_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
152 model_ucode = x86_model(mc_header->sig); in matching_model_microcode()
154 if (fam == fam_ucode && model == model_ucode) in matching_model_microcode()
167 model_ucode = x86_model(ext_sig->sig); in matching_model_microcode()
169 if (fam == fam_ucode && model == model_ucode) in matching_model_microcode()