Lines Matching refs:microcode_header_intel
70 struct microcode_header_intel *mc_hdr = mc; in find_matching_signature()
98 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
113 static bool microcode_matches(struct microcode_header_intel *mc_header, in microcode_matches()
172 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()
177 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()
180 mc_saved_hdr = (struct microcode_header_intel *)iter->data; in save_microcode_patch()
230 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()
332 struct microcode_header_intel *mc_header; in scan_microcode()
337 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()
340 mc_header = (struct microcode_header_intel *)data; in scan_microcode()
369 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()
443 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
448 mc_saved_header = (struct microcode_header_intel *)p->data; in show_saved_mc()
729 struct microcode_header_intel *phdr; in find_patch()
734 phdr = (struct microcode_header_intel *)iter->data; in find_patch()
876 struct microcode_header_intel mc_header; in generic_load_microcode()