Lines Matching refs:microcode_header_intel
53 struct microcode_header_intel *mc_hdr; in load_microcode_early()
60 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in load_microcode_early()
137 matching_model_microcode(struct microcode_header_intel *mc_header, in matching_model_microcode()
197 struct microcode_header_intel *mc_hdr; in save_microcode()
248 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in _save_mc()
252 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in _save_mc()
255 mc_saved_hdr = (struct microcode_header_intel *)mc_saved[i]; in _save_mc()
297 struct microcode_header_intel *mc_header; in get_matching_model_microcode()
307 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
413 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
418 mc_saved_header = (struct microcode_header_intel *) in show_saved_mc()
914 struct microcode_header_intel mc_header; in generic_load_microcode()