Searched refs:equiv_cpu_table (Results 1 - 1 of 1) 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.c73 static struct equiv_cpu_entry *equiv_cpu_table; variable in typeref:struct:equiv_cpu_entry
98 BUG_ON(equiv_cpu_table == NULL);
101 while (equiv_cpu_table[i].installed_cpu != 0) {
102 if (current_cpu_id == equiv_cpu_table[i].installed_cpu) {
103 equiv_cpu_id = equiv_cpu_table[i].equiv_cpu;
215 equiv_cpu_table = (struct equiv_cpu_entry *) vmalloc(size);
216 if (!equiv_cpu_table) {
222 if (get_ucode_data(equiv_cpu_table, buf, size)) {
223 vfree(equiv_cpu_table);
232 vfree(equiv_cpu_table);
[all...]

Completed in 55 milliseconds