Home
last modified time | relevance | path

Searched refs:DECLARE_PER_CPU (Results 1 – 25 of 95) sorted by relevance

1234

/linux-2.6.39/arch/microblaze/include/asm/
Dentry.h27 DECLARE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */
28 DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */
29 DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */
30 DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
31 DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
/linux-2.6.39/arch/x86/include/asm/
Dsmp.h34 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
35 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
37 DECLARE_PER_CPU(cpumask_var_t, cpu_llc_shared_map);
38 DECLARE_PER_CPU(u16, cpu_llc_id);
39 DECLARE_PER_CPU(int, cpu_number);
Dmce.h149 DECLARE_PER_CPU(struct sys_device, mce_dev);
182 DECLARE_PER_CPU(unsigned, mce_exception_count);
183 DECLARE_PER_CPU(unsigned, mce_poll_count);
188 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
200 DECLARE_PER_CPU(struct mce, injectm);
Dtimer.h37 DECLARE_PER_CPU(unsigned long, cyc2ns);
38 DECLARE_PER_CPU(unsigned long long, cyc2ns_offset);
Dcurrent.h10 DECLARE_PER_CPU(struct task_struct *, current_task);
Dcpu.h33 DECLARE_PER_CPU(int, cpu_state);
Dirq_regs.h14 DECLARE_PER_CPU(struct pt_regs *, irq_regs);
/linux-2.6.39/arch/x86/xen/
Dxen-ops.h18 DECLARE_PER_CPU(struct vcpu_info, xen_vcpu_info);
19 DECLARE_PER_CPU(unsigned long, xen_cr3);
20 DECLARE_PER_CPU(unsigned long, xen_current_cr3);
/linux-2.6.39/arch/ia64/include/asm/
Dcpu.h13 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
15 DECLARE_PER_CPU(int, cpu_state);
Dpercpu.h50 DECLARE_PER_CPU(unsigned long, local_per_cpu_offset);
/linux-2.6.39/arch/powerpc/include/asm/
Dsmp.h41 DECLARE_PER_CPU(unsigned int, cpu_pvr);
72 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
73 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
/linux-2.6.39/arch/ia64/include/asm/sn/
Darch.h59 DECLARE_PER_CPU(struct sn_hub_info_s, __sn_hub_info);
74 DECLARE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_COMPACT_NODES]);
/linux-2.6.39/kernel/
Drcutree.h348 DECLARE_PER_CPU(struct rcu_data, rcu_sched_data);
351 DECLARE_PER_CPU(struct rcu_data, rcu_bh_data);
355 DECLARE_PER_CPU(struct rcu_data, rcu_preempt_data);
/linux-2.6.39/arch/alpha/include/asm/
Dhw_irq.h6 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/linux-2.6.39/arch/arm/include/asm/
Dcpu.h24 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/linux-2.6.39/arch/blackfin/include/asm/
Dcpu.h22 DECLARE_PER_CPU(struct blackfin_cpudata, cpu_data);
/linux-2.6.39/include/linux/
Dtopology.h218 DECLARE_PER_CPU(int, numa_node);
268 DECLARE_PER_CPU(int, _numa_mem_);
/linux-2.6.39/arch/sparc/include/asm/
Dcpudata_32.h24 DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
Dcpudata_64.h34 DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
Dsmp_64.h33 DECLARE_PER_CPU(cpumask_t, cpu_sibling_map);
/linux-2.6.39/include/asm-generic/
Dirq_regs.h21 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
/linux-2.6.39/arch/mips/include/asm/
Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/linux-2.6.39/arch/tile/include/asm/
Dhardirq.h38 DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
/linux-2.6.39/arch/m32r/kernel/
Dsmp.c54 DECLARE_PER_CPU(int, prof_multiplier);
55 DECLARE_PER_CPU(int, prof_old_multiplier);
56 DECLARE_PER_CPU(int, prof_counter);
/linux-2.6.39/include/xen/
Dxen-ops.h6 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);

1234