Searched refs:microcode_header_intel (Results 1 – 3 of 3) sorted by relevance
34 struct microcode_header_intel { struct50 struct microcode_header_intel hdr; argument55 #define MC_HEADER_SIZE (sizeof(struct microcode_header_intel))59 static inline int intel_microcode_get_datasize(struct microcode_header_intel *hdr) in intel_microcode_get_datasize()
29 #define IFS_HEADER_SIZE (sizeof(struct microcode_header_intel))36 static struct microcode_header_intel *ifs_header_ptr; /* pointer to the ifs image header */69 struct microcode_header_intel *hdr = &((struct microcode_intel *)ucode)->hdr; in find_meta_data()365 static int image_sanity_check(struct device *dev, const struct microcode_header_intel *data) in image_sanity_check()413 expected_size = ((struct microcode_header_intel *)fw->data)->totalsize; in ifs_load_firmware()421 ret = image_sanity_check(dev, (struct microcode_header_intel *)fw->data); in ifs_load_firmware()425 ifs_header_ptr = (struct microcode_header_intel *)fw->data; in ifs_load_firmware()
113 static inline unsigned int get_totalsize(struct microcode_header_intel *hdr) in get_totalsize()151 struct microcode_header_intel *mc_hdr = mc; in intel_find_matching_signature()192 struct microcode_header_intel *mc_header = mc; in intel_microcode_sanity_check()317 struct microcode_header_intel *mc_header; in scan_microcode()322 for (; size >= sizeof(struct microcode_header_intel); size -= mc_size, data += mc_size) { in scan_microcode()323 mc_header = (struct microcode_header_intel *)data; in scan_microcode()805 static bool ucode_validate_minrev(struct microcode_header_intel *mc_header) in ucode_validate_minrev()840 struct microcode_header_intel mc_header; in parse_microcode_blobs()