Searched refs:get_ucode_data (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.c158 static int get_ucode_data(void *to, const u8 *from, size_t n) function
171 if (get_ucode_data(section_hdr, buf, UCODE_CONTAINER_SECTION_HDR))
189 if (get_ucode_data(mc, buf + UCODE_CONTAINER_SECTION_HDR,
205 if (get_ucode_data(&container_hdr, buf, UCODE_CONTAINER_HEADER_SIZE))
222 if (get_ucode_data(equiv_cpu_table, buf, size)) {
H A Dmicrocode_intel.c343 int (*get_ucode_data)(void *, const void *, size_t))
356 if (get_ucode_data(&mc_header, ucode_ptr, sizeof(mc_header)))
374 if (get_ucode_data(mc, ucode_ptr, mc_size) ||

Completed in 49 milliseconds