Home
last modified time | relevance | path

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

12345

/linux/arch/microblaze/include/asm/
H A 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/arch/powerpc/include/asm/
H A Dsmp.h38 DECLARE_PER_CPU(cpumask_var_t, thread_group_l1_cache_map);
39 DECLARE_PER_CPU(cpumask_var_t, thread_group_l2_cache_map);
40 DECLARE_PER_CPU(cpumask_var_t, thread_group_l3_cache_map);
75 DECLARE_PER_CPU(unsigned int, cpu_pvr);
109 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
110 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map);
111 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
112 DECLARE_PER_CPU(cpumask_var_t, cpu_smallcore_map);
H A 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/arch/x86/include/asm/
H A Dsev-internal.h55 DECLARE_PER_CPU(struct sev_es_runtime_data*, runtime_data);
56 DECLARE_PER_CPU(struct sev_es_save_area *, sev_vmsa);
61 DECLARE_PER_CPU(struct svsm_ca *, svsm_caa);
62 DECLARE_PER_CPU(u64, svsm_caa_pa);
H A Dnospec-branch.h408 DECLARE_PER_CPU(u64, __x86_call_count);
409 DECLARE_PER_CPU(u64, __x86_ret_count);
410 DECLARE_PER_CPU(u64, __x86_stuffs_count);
411 DECLARE_PER_CPU(u64, __x86_ctxsw_count);
542 DECLARE_PER_CPU(u64, x86_spec_ctrl_current);
H A Dkmsan.h18 DECLARE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_entry_area_shadow);
19 DECLARE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_entry_area_origin);
H A Dcpu_entry_area.h134 DECLARE_PER_CPU(struct cpu_entry_area *, cpu_entry_area);
135 DECLARE_PER_CPU(struct cea_exception_stacks *, cea_exception_stacks);
H A Dkvmclock.h7 DECLARE_PER_CPU(struct pvclock_vsyscall_time_info *, hv_clock_per_cpu);
/linux/arch/arm64/include/asm/
H A Dstacktrace.h23 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr);
62 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
76 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
77 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
H A Dkvm_hyp.h15 DECLARE_PER_CPU(struct kvm_cpu_context, kvm_hyp_ctxt);
16 DECLARE_PER_CPU(unsigned long, kvm_hyp_vector);
17 DECLARE_PER_CPU(struct kvm_nvhe_init_params, kvm_init_params);
/linux/arch/arm64/kernel/
H A Dsdei.c34 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
35 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
40 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_normal_ptr);
41 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr);
/linux/include/linux/
H A Darch_topology.h18 DECLARE_PER_CPU(unsigned long, capacity_freq_ref);
25 DECLARE_PER_CPU(unsigned long, arch_freq_scale);
52 DECLARE_PER_CPU(unsigned long, hw_pressure);
H A Dtopology.h80 DECLARE_PER_CPU(int, numa_node);
130 DECLARE_PER_CPU(int, _numa_mem_);
332 DECLARE_PER_CPU(unsigned long, cpu_scale);
H A Dkernel_stat.h45 DECLARE_PER_CPU(struct kernel_stat, kstat);
46 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
H A Dirqflags.h44 DECLARE_PER_CPU(int, hardirqs_enabled);
45 DECLARE_PER_CPU(int, hardirq_context);
/linux/arch/riscv/include/asm/
H A Dcpufeature.h32 DECLARE_PER_CPU(struct riscv_cpuinfo, riscv_cpuinfo);
83 DECLARE_PER_CPU(long, misaligned_access_speed);
95 DECLARE_PER_CPU(long, vector_misaligned_access);
/linux/include/xen/
H A Dxen-ops.h13 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
15 DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
197 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
/linux/arch/arm/include/asm/
H A Dcpu.h20 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/linux/arch/alpha/include/asm/
H A Dhw_irq.h7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/linux/arch/mips/include/asm/
H A Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/linux/include/linux/sched/
H A Dstat.h18 DECLARE_PER_CPU(unsigned long, process_counts);
/linux/include/asm-generic/
H A Dirq_regs.h17 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
/linux/arch/sparc/include/asm/
H A Dcpudata_32.h28 DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
H A Dtimer_32.h41 DECLARE_PER_CPU(struct clock_event_device, sparc32_clockevent);
/linux/arch/arm64/include/asm/stacktrace/
H A Dnvhe.h50 DECLARE_PER_CPU(unsigned long, kvm_arm_hyp_stack_base);

12345