Lines Matching refs:ucode_ptr
52 struct microcode_intel *ucode_ptr, *new_mc = NULL; in load_microcode_early() local
59 ucode_ptr = saved[i]; in load_microcode_early()
60 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in load_microcode_early()
65 ucode_ptr); in load_microcode_early()
70 new_mc = ucode_ptr; in load_microcode_early()
246 u8 *ucode_ptr, unsigned int num_saved) in _save_mc() argument
252 mc_hdr = (struct microcode_header_intel *)ucode_ptr; in _save_mc()
260 if (!get_matching_sig(sig, pf, new_rev, ucode_ptr)) in _save_mc()
272 mc_saved[i] = (struct microcode_intel *)ucode_ptr; in _save_mc()
278 mc_saved[num_saved++] = (struct microcode_intel *)ucode_ptr; in _save_mc()
294 u8 *ucode_ptr = data; in get_matching_model_microcode() local
308 mc_header = (struct microcode_header_intel *)ucode_ptr; in get_matching_model_microcode()
312 microcode_sanity_check(ucode_ptr, 0) < 0) in get_matching_model_microcode()
324 ucode_ptr += mc_size; in get_matching_model_microcode()
328 mc_saved_count = _save_mc(mc_saved_tmp, ucode_ptr, mc_saved_count); in get_matching_model_microcode()
330 ucode_ptr += mc_size; in get_matching_model_microcode()