Lines Matching refs:microcode_header_intel
56 struct microcode_header_intel *mc_hdr; in load_microcode_early()
63 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in load_microcode_early()
155 struct microcode_header_intel *mc_hdr; in save_microcode()
206 struct microcode_header_intel *mc_hdr, *mc_saved_hdr; in _save_mc()
210 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in _save_mc()
213 mc_saved_hdr = (struct microcode_header_intel *)mc_saved[i]; in _save_mc()
255 struct microcode_header_intel *mc_header; in get_matching_model_microcode()
265 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
364 struct microcode_header_intel *mc_saved_header; in show_saved_mc()
369 mc_saved_header = (struct microcode_header_intel *) in show_saved_mc()
880 struct microcode_header_intel mc_header; in generic_load_microcode()