Lines Matching refs:mc_header
137 matching_model_microcode(struct microcode_header_intel *mc_header, in matching_model_microcode() argument
143 unsigned long total_size = get_totalsize(mc_header); in matching_model_microcode()
144 unsigned long data_size = get_datasize(mc_header); 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()
161 ext_header = (void *) mc_header + data_size + MC_HEADER_SIZE; in matching_model_microcode()
298 struct microcode_header_intel *mc_header; in get_matching_model_microcode() local
305 if (leftover < sizeof(mc_header)) in get_matching_model_microcode()
308 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
310 mc_size = get_totalsize(mc_header); in get_matching_model_microcode()
322 if (matching_model_microcode(mc_header, uci->cpu_sig.sig) != in get_matching_model_microcode()