Lines Matching refs:microcode_header_intel
59 static inline unsigned int get_totalsize(struct microcode_header_intel *hdr) in get_totalsize()
105 struct microcode_header_intel *mc_hdr = mc; in intel_find_matching_signature()
146 struct microcode_header_intel *mc_header = mc; in intel_microcode_sanity_check()
248 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
275 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()
280 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()
283 mc_saved_hdr = (struct microcode_header_intel *)iter->data; in save_microcode_patch()
340 struct microcode_header_intel *mc_header; in scan_microcode()
345 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()
348 mc_header = (struct microcode_header_intel *)data; in scan_microcode()
378 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()
617 struct microcode_header_intel *phdr; in find_patch()
622 phdr = (struct microcode_header_intel *)iter->data; in find_patch()
755 struct microcode_header_intel mc_header; in generic_load_microcode()