Lines Matching refs:microcode_header_intel
67 struct microcode_header_intel *mc_hdr = mc; in find_matching_signature()
95 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
122 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()
127 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()
130 mc_saved_hdr = (struct microcode_header_intel *)iter->data; in save_microcode_patch()
183 struct microcode_header_intel *mc_header = mc; in microcode_sanity_check()
285 struct microcode_header_intel *mc_header; in scan_microcode()
290 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()
293 mc_header = (struct microcode_header_intel *)data; in scan_microcode()
323 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()
397 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
402 mc_saved_header = (struct microcode_header_intel *)p->data; in show_saved_mc()
683 struct microcode_header_intel *phdr; in find_patch()
688 phdr = (struct microcode_header_intel *)iter->data; in find_patch()
829 struct microcode_header_intel mc_header; in generic_load_microcode()