Searched refs:microcode_header_intel (Results 1 – 4 of 4) sorted by relevance
53 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()80 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()85 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()145 struct microcode_header_intel *mc_header; in scan_microcode()150 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()153 mc_header = (struct microcode_header_intel *)data; in scan_microcode()183 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()226 struct microcode_header_intel *mc_saved_header; in show_saved_mc()505 struct microcode_header_intel *phdr; in find_patch()510 phdr = (struct microcode_header_intel *)iter->data; in find_patch()[all …]
7 struct microcode_header_intel { struct22 struct microcode_header_intel hdr; argument41 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))
27 #define IFS_HEADER_SIZE (sizeof(struct microcode_header_intel))29 static struct microcode_header_intel *ifs_header_ptr; /* pointer to the ifs image header */227 static int image_sanity_check(struct device *dev, const struct microcode_header_intel *data) in image_sanity_check()275 ret = image_sanity_check(dev, (struct microcode_header_intel *)fw->data); in ifs_load_firmware()279 ifs_header_ptr = (struct microcode_header_intel *)fw->data; in ifs_load_firmware()
223 struct microcode_header_intel *mc_hdr = mc; in intel_find_matching_signature()264 struct microcode_header_intel *mc_header = mc; in intel_microcode_sanity_check()
Completed in 8 milliseconds