Home
last modified time | relevance | path

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

12345

/Linux-v5.4/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-v5.4/arch/powerpc/include/asm/
Dsmp.h62 DECLARE_PER_CPU(unsigned int, cpu_pvr);
111 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
112 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map);
113 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
114 DECLARE_PER_CPU(cpumask_var_t, cpu_smallcore_map);
/Linux-v5.4/arch/ia64/include/asm/
Dcpu.h14 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
16 DECLARE_PER_CPU(int, cpu_state);
/Linux-v5.4/arch/x86/include/asm/
Dmce.h188 DECLARE_PER_CPU(struct device *, mce_device);
218 DECLARE_PER_CPU(unsigned, mce_exception_count);
219 DECLARE_PER_CPU(unsigned, mce_poll_count);
222 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
233 DECLARE_PER_CPU(struct mce, injectm);
Ddebugreg.h9 DECLARE_PER_CPU(unsigned long, cpu_dr7);
98 DECLARE_PER_CPU(int, debug_stack_usage);
Dcpu_entry_area.h114 DECLARE_PER_CPU(struct cpu_entry_area *, cpu_entry_area);
115 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
Dprocessor.h378 DECLARE_PER_CPU(struct irq_stack *, hardirq_stack_ptr);
381 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
406 DECLARE_PER_CPU(unsigned int, irq_count);
428 DECLARE_PER_CPU(struct irq_stack *, softirq_stack_ptr);
916 DECLARE_PER_CPU(u64, msr_misc_features_shadow);
Dcurrent.h11 DECLARE_PER_CPU(struct task_struct *, current_task);
Dirq_regs.h15 DECLARE_PER_CPU(struct pt_regs *, irq_regs);
/Linux-v5.4/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-v5.4/include/linux/
Darch_topology.h17 DECLARE_PER_CPU(unsigned long, cpu_scale);
28 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.h82 DECLARE_PER_CPU(int, numa_node);
132 DECLARE_PER_CPU(int, _numa_mem_);
/Linux-v5.4/include/xen/
Dxen-ops.h12 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
14 DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
230 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
/Linux-v5.4/arch/arm64/include/asm/
Dstacktrace.h69 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr);
112 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
Dsimd.h15 DECLARE_PER_CPU(bool, fpsimd_context_busy);
/Linux-v5.4/kernel/time/
Dtick-internal.h16 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
164 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
/Linux-v5.4/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-v5.4/arch/alpha/include/asm/
Dhw_irq.h7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/Linux-v5.4/arch/arm/include/asm/
Dcpu.h21 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/Linux-v5.4/arch/mips/include/asm/
Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/Linux-v5.4/include/linux/sched/
Dstat.h17 DECLARE_PER_CPU(unsigned long, process_counts);
/Linux-v5.4/include/net/
Dseg6_local.h27 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);
/Linux-v5.4/include/asm-generic/
Dirq_regs.h17 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
/Linux-v5.4/arch/sparc/include/asm/
Dcpudata_32.h28 DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);

12345