Lines Matching refs:microcode_header_intel
53 struct microcode_header_intel *mc_hdr = mc; in has_newer_microcode()
80 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in save_microcode_patch()
85 mc_hdr = (struct microcode_header_intel *)data; in save_microcode_patch()
88 mc_saved_hdr = (struct microcode_header_intel *)iter->data; in save_microcode_patch()
145 struct microcode_header_intel *mc_header; in scan_microcode()
150 if (size < sizeof(struct microcode_header_intel)) in scan_microcode()
153 mc_header = (struct microcode_header_intel *)data; in scan_microcode()
183 struct microcode_header_intel *phdr = &patch->hdr; in scan_microcode()
226 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
231 mc_saved_header = (struct microcode_header_intel *)p->data; in show_saved_mc()
505 struct microcode_header_intel *phdr; in find_patch()
510 phdr = (struct microcode_header_intel *)iter->data; in find_patch()
643 struct microcode_header_intel mc_header; in generic_load_microcode()