tag | line | file | source code |
cpu_data | 16 | arch/i386/kernel/ksyms.c | X(cpu_data), |
cpu_data | 150 | arch/i386/kernel/process.c | if(cpu_data[smp_processor_id()].hlt_works_ok && !hlt_counter && !need_resched) |
cpu_data | 273 | arch/i386/kernel/setup.c | #define CD(X) (cpu_data[n].X) |
cpu_data | 60 | arch/i386/kernel/smp.c | struct cpuinfo_x86 cpu_data[NR_CPUS]; /* Per cpu bogomips and other parameters */ |
cpu_data | 503 | arch/i386/kernel/smp.c | struct cpuinfo_x86 *c=&cpu_data[id]; |
cpu_data | 910 | arch/i386/kernel/smp.c | bogosum+=cpu_data[i].udelay_val; |
cpu_data | 1188 | arch/i386/kernel/smp.c | if(cpu_data[smp_processor_id()].hlt_works_ok) |
cpu_data | 229 | arch/sparc/kernel/smp.c | if(cpu_data[smp_processor_id()].hlt_works_ok) |
cpu_data | 39 | include/asm-i386/delay.h | :"a" (usecs),"0" (cpu_data[smp_processor_id()].udelay_val) |
cpu_data | 171 | include/asm-i386/smp.h | extern struct cpuinfo_x86 cpu_data[NR_CPUS]; |
cpu_data | 20 | include/asm-sparc/smp.h | extern struct cpuinfo_sparc cpu_data[NR_CPUS]; |