Lines Matching refs:sig
62 ret = get_matching_microcode(uci->cpu_sig.sig, in load_microcode_early()
138 unsigned long sig) in matching_model_microcode() argument
148 fam = __x86_family(sig); in matching_model_microcode()
149 model = x86_model(sig); in matching_model_microcode()
151 fam_ucode = __x86_family(mc_header->sig); in matching_model_microcode()
152 model_ucode = x86_model(mc_header->sig); in matching_model_microcode()
166 fam_ucode = __x86_family(ext_sig->sig); in matching_model_microcode()
167 model_ucode = x86_model(ext_sig->sig); in matching_model_microcode()
249 unsigned int sig, pf, new_rev; in _save_mc() local
256 sig = mc_saved_hdr->sig; in _save_mc()
260 if (!get_matching_sig(sig, pf, new_rev, ucode_ptr)) in _save_mc()
322 if (matching_model_microcode(mc_header, uci->cpu_sig.sig) != in get_matching_model_microcode()
358 csig.sig = 0; in collect_cpu_info_early()
367 csig.sig = eax; in collect_cpu_info_early()
369 family = __x86_family(csig.sig); in collect_cpu_info_early()
370 model = x86_model(csig.sig); in collect_cpu_info_early()
397 unsigned int sig, pf, rev, total_size, data_size, date; in show_saved_mc() local
408 sig = uci.cpu_sig.sig; in show_saved_mc()
411 pr_debug("CPU: sig=0x%x, pf=0x%x, rev=0x%x\n", sig, pf, rev); in show_saved_mc()
421 sig = mc_saved_header->sig; in show_saved_mc()
429 i, sig, pf, rev, total_size, in show_saved_mc()
443 sig = ext_sig->sig; in show_saved_mc()
447 j, sig, pf); in show_saved_mc()