Home
last modified time | relevance | path

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

12345

/Linux-v5.10/arch/microblaze/include/asm/
Dentry.h25 DECLARE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */
26 DECLARE_PER_CPU(unsigned int, KM); /* Kernel/user mode */
27 DECLARE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */
28 DECLARE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
29 DECLARE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
/Linux-v5.10/arch/powerpc/include/asm/
Dsmp.h65 DECLARE_PER_CPU(unsigned int, cpu_pvr);
114 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
115 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map);
116 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
117 DECLARE_PER_CPU(cpumask_var_t, cpu_smallcore_map);
Didle.h8 DECLARE_PER_CPU(u64, idle_spurr_cycles);
9 DECLARE_PER_CPU(u64, idle_entry_purr_snap);
10 DECLARE_PER_CPU(u64, idle_entry_spurr_snap);
/Linux-v5.10/include/linux/
Darch_topology.h17 DECLARE_PER_CPU(unsigned long, cpu_scale);
26 DECLARE_PER_CPU(unsigned long, freq_scale);
39 DECLARE_PER_CPU(unsigned long, thermal_pressure);
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_);
Dirqflags.h49 DECLARE_PER_CPU(int, hardirqs_enabled);
50 DECLARE_PER_CPU(int, hardirq_context);
/Linux-v5.10/arch/ia64/include/asm/
Dcpu.h14 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
16 DECLARE_PER_CPU(int, cpu_state);
/Linux-v5.10/arch/x86/include/asm/
Dmce.h225 DECLARE_PER_CPU(struct device *, mce_device);
251 DECLARE_PER_CPU(unsigned, mce_exception_count);
252 DECLARE_PER_CPU(unsigned, mce_poll_count);
255 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
266 DECLARE_PER_CPU(struct mce, injectm);
Dcpu_entry_area.h132 DECLARE_PER_CPU(struct cpu_entry_area *, cpu_entry_area);
133 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
Dprocessor.h429 DECLARE_PER_CPU(struct irq_stack *, hardirq_stack_ptr);
432 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
457 DECLARE_PER_CPU(unsigned int, irq_count);
477 DECLARE_PER_CPU(struct irq_stack *, softirq_stack_ptr);
813 DECLARE_PER_CPU(u64, msr_misc_features_shadow);
Dcurrent.h11 DECLARE_PER_CPU(struct task_struct *, current_task);
/Linux-v5.10/arch/x86/xen/
Dxen-ops.h24 DECLARE_PER_CPU(struct vcpu_info, xen_vcpu_info);
25 DECLARE_PER_CPU(unsigned long, xen_cr3);
26 DECLARE_PER_CPU(unsigned long, xen_current_cr3);
/Linux-v5.10/include/xen/
Dxen-ops.h12 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
14 DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
220 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_hyp.h15 DECLARE_PER_CPU(struct kvm_cpu_context, kvm_hyp_ctxt);
16 DECLARE_PER_CPU(unsigned long, kvm_hyp_vector);
Dstacktrace.h70 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr);
110 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
Dsimd.h15 DECLARE_PER_CPU(bool, fpsimd_context_busy);
/Linux-v5.10/arch/arm64/kernel/
Dsdei.c33 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
34 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
/Linux-v5.10/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.10/arch/alpha/include/asm/
Dhw_irq.h7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/Linux-v5.10/arch/arm/include/asm/
Dcpu.h21 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/Linux-v5.10/arch/mips/include/asm/
Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/Linux-v5.10/include/linux/sched/
Dstat.h17 DECLARE_PER_CPU(unsigned long, process_counts);
/Linux-v5.10/include/net/
Dseg6_local.h27 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);
/Linux-v5.10/include/asm-generic/
Dirq_regs.h17 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);

12345