Searched refs:microcode_header_intel (Results 1 – 2 of 2) sorted by relevance
30 struct microcode_header_intel { struct46 struct microcode_header_intel hdr; argument51 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))55 static inline int intel_microcode_get_datasize(struct microcode_header_intel *hdr) in intel_microcode_get_datasize()
28 #define IFS_HEADER_SIZE (sizeof(struct microcode_header_intel))35 static struct microcode_header_intel *ifs_header_ptr; /* pointer to the ifs image header */68 struct microcode_header_intel *hdr = &((struct microcode_intel *)ucode)->hdr; in find_meta_data()364 static int image_sanity_check(struct device *dev, const struct microcode_header_intel *data) in image_sanity_check()412 expected_size = ((struct microcode_header_intel *)fw->data)->totalsize; in ifs_load_firmware()420 ret = image_sanity_check(dev, (struct microcode_header_intel *)fw->data); in ifs_load_firmware()424 ifs_header_ptr = (struct microcode_header_intel *)fw->data; in ifs_load_firmware()