Searched refs:mc_hdr (Results 1 – 2 of 2) sorted by relevance
440 struct microcode_header_amd *mc_hdr; in verify_patch() local471 mc_hdr = (struct microcode_header_amd *)(buf + SECTION_HDR_SIZE); in verify_patch()472 if (mc_hdr->nb_dev_id || mc_hdr->sb_dev_id) { in verify_patch()473 pr_err("Patch-ID 0x%08x: chipset-specific code unsupported.\n", mc_hdr->patch_id); in verify_patch()477 proc_id = mc_hdr->processor_rev_id; in verify_patch()981 struct microcode_header_amd *mc_hdr; in verify_and_add_patch() local1004 mc_hdr = (struct microcode_header_amd *)(fw + SECTION_HDR_SIZE); in verify_and_add_patch()1005 proc_id = mc_hdr->processor_rev_id; in verify_and_add_patch()1008 patch->patch_id = mc_hdr->patch_id; in verify_and_add_patch()
99 struct microcode_header_intel *mc_hdr = mc; in intel_find_matching_signature() local104 if (cpu_signatures_match(sig, mc_hdr->sig, mc_hdr->pf)) in intel_find_matching_signature()108 if (get_totalsize(mc_hdr) <= intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE) in intel_find_matching_signature()111 ext_hdr = mc + intel_microcode_get_datasize(mc_hdr) + MC_HEADER_SIZE; in intel_find_matching_signature()
Completed in 17 milliseconds