Lines Matching refs:mc_hdr
440 struct microcode_header_amd *mc_hdr;
471 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE);
472 if (mc_hdr->nb_dev_id || mc_hdr->sb_dev_id) {
473 pr_err("Patch-ID 0x%08x: chipset-specific code unsupported.\n", mc_hdr->patch_id);
477 proc_id = mc_hdr->processor_rev_id;
981 struct microcode_header_amd *mc_hdr;
1004 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE);
1005 proc_id = mc_hdr->processor_rev_id;
1008 patch->patch_id = mc_hdr->patch_id;