Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/arch/microblaze/include/asm/
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-6.3-rc2/arch/powerpc/include/asm/
A Dsmp.h37 DECLARE_PER_CPU(cpumask_var_t, thread_group_l1_cache_map);
38 DECLARE_PER_CPU(cpumask_var_t, thread_group_l2_cache_map);
39 DECLARE_PER_CPU(cpumask_var_t, thread_group_l3_cache_map);
74 DECLARE_PER_CPU(unsigned int, cpu_pvr);
108 DECLARE_PER_CPU(cpumask_var_t, cpu_sibling_map);
109 DECLARE_PER_CPU(cpumask_var_t, cpu_l2_cache_map);
110 DECLARE_PER_CPU(cpumask_var_t, cpu_core_map);
111 DECLARE_PER_CPU(cpumask_var_t, cpu_smallcore_map);
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-6.3-rc2/arch/arm64/include/asm/
A Dstacktrace.h23 DECLARE_PER_CPU(unsigned long *, irq_stack_ptr);
63 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);
80 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
81 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
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);
A Dsimd.h15 DECLARE_PER_CPU(bool, fpsimd_context_busy);
/linux-6.3-rc2/arch/arm64/kernel/
A Dsdei.c34 DECLARE_PER_CPU(unsigned long *, sdei_stack_normal_ptr);
35 DECLARE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
42 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_normal_ptr);
43 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr);
/linux-6.3-rc2/include/linux/
A Darch_topology.h21 DECLARE_PER_CPU(unsigned long, cpu_scale);
30 DECLARE_PER_CPU(unsigned long, arch_freq_scale);
56 DECLARE_PER_CPU(unsigned long, thermal_pressure);
A Dkernel_stat.h46 DECLARE_PER_CPU(struct kernel_stat, kstat);
47 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
A Dtopology.h83 DECLARE_PER_CPU(int, numa_node);
133 DECLARE_PER_CPU(int, _numa_mem_);
A Dirqflags.h49 DECLARE_PER_CPU(int, hardirqs_enabled);
50 DECLARE_PER_CPU(int, hardirq_context);
/linux-6.3-rc2/arch/ia64/include/asm/
A Dcpu.h14 DECLARE_PER_CPU(struct ia64_cpu, cpu_devices);
16 DECLARE_PER_CPU(int, cpu_state);
/linux-6.3-rc2/arch/x86/include/asm/
A Dmce.h224 DECLARE_PER_CPU(struct device *, mce_device);
250 DECLARE_PER_CPU(unsigned, mce_exception_count);
251 DECLARE_PER_CPU(unsigned, mce_poll_count);
254 DECLARE_PER_CPU(mce_banks_t, mce_poll_banks);
266 DECLARE_PER_CPU(struct mce, injectm);
A Dnospec-branch.h353 DECLARE_PER_CPU(u64, __x86_call_count);
354 DECLARE_PER_CPU(u64, __x86_ret_count);
355 DECLARE_PER_CPU(u64, __x86_stuffs_count);
356 DECLARE_PER_CPU(u64, __x86_ctxsw_count);
487 DECLARE_PER_CPU(u64, x86_spec_ctrl_current);
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);
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);
A Dkvmclock.h9 DECLARE_PER_CPU(struct pvclock_vsyscall_time_info *, hv_clock_per_cpu);
/linux-6.3-rc2/arch/x86/xen/
A 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-6.3-rc2/include/xen/
A Dxen-ops.h13 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);
15 DECLARE_PER_CPU(uint32_t, xen_vcpu_id);
199 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
/linux-6.3-rc2/arch/alpha/include/asm/
A Dhw_irq.h7 DECLARE_PER_CPU(unsigned long, irq_pmi_count);
/linux-6.3-rc2/kernel/time/
A Dtick-internal.h16 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
164 DECLARE_PER_CPU(struct hrtimer_cpu_base, hrtimer_bases);
/linux-6.3-rc2/arch/arm/include/asm/
A Dcpu.h21 DECLARE_PER_CPU(struct cpuinfo_arm, cpu_data);
/linux-6.3-rc2/arch/mips/include/asm/
A Dcevt-r4k.h20 DECLARE_PER_CPU(struct clock_event_device, mips_clockevent_device);
/linux-6.3-rc2/include/linux/sched/
A Dstat.h18 DECLARE_PER_CPU(unsigned long, process_counts);
/linux-6.3-rc2/include/net/
A Dseg6_local.h27 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);

Completed in 33 milliseconds

12345