Searched refs:hw_cpu_id (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dsmp.h49 #define hard_smp_processor_id() (get_paca()->hw_cpu_id)
89 #define get_hard_smp_processor_id(CPU) (paca[(CPU)].hw_cpu_id)
91 do { (paca[(CPU)].hw_cpu_id = (VAL)); } while (0)
H A Dpaca.h41 * Because hw_cpu_id, unlike other paca fields, is accessed
70 s16 hw_cpu_id; /* Physical processor number */ member in struct:paca_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c179 while (paca[i].hw_cpu_id != -1) {
182 printk("kexec: cpu %d hw_cpu_id %d is not"
184 i, paca[i].hw_cpu_id);
188 printk("kexec: cpu %d hw_cpu_id %d is not"
190 i, paca[i].hw_cpu_id);
196 i, paca[i].hw_cpu_id);
H A Dpaca.c74 .hw_cpu_id = 0xffff, \
H A Dasm-offsets.c142 DEFINE(PACAHWCPUID, offsetof(struct paca_struct, hw_cpu_id));

Completed in 102 milliseconds