Searched refs:apicid (Results 1 - 22 of 22) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c335 c->apicid = phys_pkg_id((ebx >> 24) & 0xFF, 0);
337 c->apicid = (ebx >> 24) & 0xFF;
H A Dintel_cacheinfo.c301 l2_id = c->apicid >> index_msb;
307 l3_id = c->apicid >> index_msb;
440 if (c[i].apicid >> index_msb ==
441 c[cpu].apicid >> index_msb) {
H A Dperfctr-watchdog.c427 unsigned int ebx, apicid; local
430 apicid = (ebx >> 24) & 0xff;
431 ht_num = apicid & 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmpparse.c108 int ver, apicid; local
114 apicid = mpc_apic_id(m, translation_table[mpc_record]);
182 phys_cpu = apicid_to_cpu_present(apicid);
H A Dsmp.c598 int apicid, cpuid; local
603 apicid = hard_smp_processor_id();
604 if (apicid == BAD_APICID)
607 cpuid = convert_apicid_to_cpu(apicid);
H A Dsmpboot.c499 int apicid = logical_smp_processor_id(); local
500 int node = apicid_to_node(apicid);
505 cpu_2_logical_apicid[cpu] = apicid;
515 static inline void __inquire_remote_apic(int apicid) argument
522 printk("Inquiring remote APIC #%d...\n", apicid);
525 printk("... APIC #%d %s: ", apicid, names[i]);
534 apic_write_around(APIC_ICR2, SET_APIC_DEST_FIELD(apicid));
763 static int __cpuinit do_boot_cpu(int apicid, int cpu) argument
802 printk("Booting processor %d/%d eip %lx\n", cpu, apicid, start_eip);
808 x86_cpu_to_apicid[cpu] = apicid;
901 int apicid; member in struct:warm_boot_cpu_info
917 int apicid, ret; local
957 int apicid, cpu, bit, kicked; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c472 static int nearby_node(int apicid) argument
475 for (i = apicid - 1; i >= 0; i--) {
480 for (i = apicid + 1; i < MAX_LOCAL_APIC; i++) {
500 unsigned apicid = hard_smp_processor_id(); local
522 if (apicid_to_node[apicid] != NUMA_NO_NODE)
523 node = apicid_to_node[apicid];
534 int ht_nodeid = apicid - (cpu_data[0].phys_proc_id << bits);
540 node = nearby_node(apicid);
544 printk(KERN_INFO "CPU %d/%x -> Node %d\n", cpu, apicid, node);
683 int apicid local
[all...]
H A Dsmpboot.c388 static void inquire_remote_apic(int apicid) argument
395 printk(KERN_INFO "Inquiring remote APIC #%d...\n", apicid);
398 printk("... APIC #%d %s: ", apicid, names[i]);
407 apic_write(APIC_ICR2, SET_APIC_DEST_FIELD(apicid));
547 static int __cpuinit do_boot_cpu(int cpu, int apicid) argument
629 apicid);
662 boot_error = wakeup_secondary_via_INIT(apicid, start_rip);
694 inquire_remote_apic(apicid);
911 int apicid = cpu_present_to_apicid(cpu); local
919 if (apicid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dnuma.c614 u8 apicid = x86_cpu_to_apicid[i]; local
615 if (apicid == BAD_APICID)
617 if (apicid_to_node[apicid] == NUMA_NO_NODE)
619 numa_set_node(i,apicid_to_node[apicid]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dgenapic.h32 unsigned long (*check_apicid_used)(physid_mask_t bitmap, int apicid);
33 unsigned long (*check_apicid_present)(int apicid);
H A Dprocessor.h76 unsigned char apicid; member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-bigsmp/
H A Dmach_apic.h38 static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) argument
104 /* Mapping from cpu number to logical apicid */
146 int apicid; local
149 apicid = cpu_to_logical_apicid(cpu);
150 return apicid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dmach_apic.h25 static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) argument
27 return physid_isset(apicid, bitmap);
73 /* Mapping from cpu number to logical apicid */
H A Dmach_wakecpu.h36 #define inquire_remote_apic(apicid) __inquire_remote_apic(apicid)
38 #define inquire_remote_apic(apicid) {}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-es7000/
H A Dmach_apic.h41 static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) argument
50 #define apicid_cluster(apicid) (apicid & 0xF0)
120 /* Mapping from cpu number to logical apicid */
165 int apicid; local
177 * on the same apicid cluster return default value of TARGET_CPUS.
180 apicid = cpu_to_logical_apicid(cpu);
184 if (apicid_cluster(apicid) !=
193 apicid = new_apicid;
198 return apicid;
[all...]
H A Dmach_wakecpu.h53 #define inquire_remote_apic(apicid) __inquire_remote_apic(apicid)
55 #define inquire_remote_apic(apicid) {}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-numaq/
H A Dmach_apic.h23 #define check_apicid_used(bitmap, apicid) physid_isset(apicid, bitmap)
25 #define apicid_cluster(apicid) (apicid & 0xF0)
58 /* Mapping from cpu number to logical apicid */
H A Dmach_wakecpu.h41 #define inquire_remote_apic(apicid) {}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-summit/
H A Dmach_apic.h30 static inline unsigned long check_apicid_used(physid_mask_t bitmap, int apicid) argument
35 /* we don't use the phys_cpu_present_map to indicate apicid presence */
41 #define apicid_cluster(apicid) ((apicid) & XAPIC_DEST_CLUSTER_MASK)
98 /* Mapping from cpu number to logical apicid */
124 static inline physid_mask_t apicid_to_cpu_present(int apicid) argument
158 int apicid; local
166 * on the same apicid cluster return default value of TARGET_CPUS.
169 apicid = cpu_to_logical_apicid(cpu);
173 if (apicid_cluster(apicid) !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-visws/
H A Dmach_apic.h21 #define check_apicid_used(bitmap, apicid) physid_isset(apicid, bitmap)
59 /* Mapping from cpu number to logical apicid */
73 static inline physid_mask_t apicid_to_cpu_present(int apicid) argument
75 return physid_mask_of_physid(apicid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dapicdef.h122 * In the following, "apicid" is a physical APIC ID.
127 #define APIC_CLUSTER(apicid) ((apicid) & XAPIC_DEST_CLUSTER_MASK)
128 #define APIC_CLUSTERID(apicid) (APIC_CLUSTER(apicid) >> XAPIC_DEST_CPUS_SHIFT)
129 #define APIC_CPUID(apicid) ((apicid) & XAPIC_DEST_CPUS_MASK)
H A Dprocessor.h72 __u8 apicid; member in struct:cpuinfo_x86

Completed in 253 milliseconds