Searched refs:mc_header (Results 1 – 2 of 2) sorted by relevance
50 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check() local55 total_size = get_totalsize(mc_header); in microcode_sanity_check()56 data_size = get_datasize(mc_header); in microcode_sanity_check()64 if (mc_header->ldrver != 1 || mc_header->hdrver != 1) { in microcode_sanity_check()118 - (mc_header->sig + mc_header->pf + mc_header->cksum) in microcode_sanity_check()
137 matching_model_microcode(struct microcode_header_intel *mc_header, in matching_model_microcode() argument143 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()297 struct microcode_header_intel *mc_header; in get_matching_model_microcode() local304 if (leftover < sizeof(mc_header)) in get_matching_model_microcode()307 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()309 mc_size = get_totalsize(mc_header); in get_matching_model_microcode()[all …]