Searched refs:ucode_ptr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_amd.c240 const u8 *ucode_ptr = data; local
248 offset = install_equiv_cpu_table(ucode_ptr);
254 ucode_ptr += offset;
261 mc = get_next_ucode(ucode_ptr, leftover, &mc_size);
273 ucode_ptr += mc_size;
H A Dmicrocode_intel.c346 u8 *ucode_ptr = data, *new_mc = NULL, *mc = NULL; local
356 if (get_ucode_data(&mc_header, ucode_ptr, sizeof(mc_header)))
374 if (get_ucode_data(mc, ucode_ptr, mc_size) ||
386 ucode_ptr += mc_size;

Completed in 95 milliseconds