Searched refs:microcode_header_intel (Results 1 – 3 of 3) sorted by relevance
53 struct microcode_header_intel *mc_hdr = mc; in find_matching_signature()81 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()108 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()113 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()116 mc_saved_hdr = (struct microcode_header_intel *)iter->data; in save_microcode_patch()169 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()271 struct microcode_header_intel *mc_header; in scan_microcode()276 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()279 mc_header = (struct microcode_header_intel *)data; in scan_microcode()309 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()[all …]
7 struct microcode_header_intel { struct21 struct microcode_header_intel hdr; argument40 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))
173 const struct microcode_header_intel *mc_header) in ifs_sanity_check()205 const struct microcode_header_intel *shdr) in find_ifs_matching_signature()224 static bool ifs_image_sanity_check(struct device *dev, const struct microcode_header_intel *data) in ifs_image_sanity_check()253 if (!ifs_image_sanity_check(dev, (struct microcode_header_intel *)fw->data)) { in ifs_load_firmware()