Home
last modified time | relevance | path

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

12345

/Linux-v4.19/arch/microblaze/include/asm/
Dentry.h28 DECLARE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */
29 DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */
30 DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */
31 DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
32 DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h66 DECLARE_PER_CPU(unsigned int, cpu_pvr);
100 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
101 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map);
102 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
/Linux-v4.19/arch/x86/include/asm/
Dmce.h184 DECLARE_PER_CPU(struct device *, mce_device);
220 DECLARE_PER_CPU(unsigned, mce_exception_count);
221 DECLARE_PER_CPU(unsigned, mce_poll_count);
224 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
235 DECLARE_PER_CPU(struct mce, injectm);
Dprocessor.h376 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
390 DECLARE_PER_CPU(struct orig_ist, orig_ist);
413 DECLARE_PER_CPU(char *, irq_stack_ptr);
414 DECLARE_PER_CPU(unsigned int, irq_count);
442 DECLARE_PER_CPU(struct irq_stack *, hardirq_stack);
443 DECLARE_PER_CPU(struct irq_stack *, softirq_stack);
931 DECLARE_PER_CPU(u64, msr_misc_features_shadow);
Ddebugreg.h9 DECLARE_PER_CPU(unsigned long, cpu_dr7);
98 DECLARE_PER_CPU(int, debug_stack_usage);
Dcurrent.h11 DECLARE_PER_CPU(struct task_struct *, current_task);
Dirq_regs.h15 DECLARE_PER_CPU(struct pt_regs *, irq_regs);
/Linux-v4.19/arch/ia64/include/asm/
Dcpu.h14 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
16 DECLARE_PER_CPU(int, cpu_state);
/Linux-v4.19/include/linux/
Darch_topology.h16 DECLARE_PER_CPU(unsigned long, cpu_scale);
27 DECLARE_PER_CPU(unsigned long, freq_scale);
Dkernel_stat.h43 DECLARE_PER_CPU(struct kernel_stat, kstat);
44 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
Dtopology.h67 DECLARE_PER_CPU(int, numa_node);
117 DECLARE_PER_CPU(int, _numa_mem_);
/Linux-v4.19/arch/x86/xen/
Dxen-ops.h25 DECLARE_PER_CPU(struct vcpu_info, xen_vcpu_info);
26 DECLARE_PER_CPU(unsigned long, xen_cr3);
27 DECLARE_PER_CPU(unsigned long, xen_current_cr3);
/Linux-v4.19/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-v4.19/include/xen/
Dxen-ops.h11 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
13 DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
205 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
/Linux-v4.19/kernel/rcu/
Dtree.h425 DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_status);
426 DECLARE_PER_CPU(int, rcu_cpu_kthread_cpu);
427 DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_loops);
428 DECLARE_PER_CPU(char, rcu_cpu_has_work);
/Linux-v4.19/arch/arm64/include/asm/
Dstacktrace.h55 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr);
97 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
Dsimd.h20 DECLARE_PER_CPU(bool, kernel_neon_busy);
/Linux-v4.19/arch/alpha/include/asm/
Dhw_irq.h7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/Linux-v4.19/arch/arm64/kernel/
Dsdei.c31 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
32 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
/Linux-v4.19/kernel/time/
Dtick-internal.h16 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
162 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
/Linux-v4.19/arch/arm/include/asm/
Dcpu.h24 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/Linux-v4.19/arch/mips/include/asm/
Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/Linux-v4.19/include/net/
Dseg6_local.h32 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);
/Linux-v4.19/include/asm-generic/
Dirq_regs.h21 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
/Linux-v4.19/include/linux/sched/
Dstat.h17 DECLARE_PER_CPU(unsigned long, process_counts);

12345