/linux-6.3-rc2/kernel/ |
A D | watchdog_hld.c | 23 static DEFINE_PER_CPU(bool, hard_watchdog_warn); 24 static DEFINE_PER_CPU(bool, watchdog_nmi_touch); 25 static DEFINE_PER_CPU(struct perf_event *, watchdog_ev); 26 static DEFINE_PER_CPU(struct perf_event *, dead_event); 46 static DEFINE_PER_CPU(ktime_t, last_timestamp); 47 static DEFINE_PER_CPU(unsigned int, nmi_rearmed);
|
A D | watchdog.c | 177 static DEFINE_PER_CPU(unsigned long, watchdog_touch_ts); 179 static DEFINE_PER_CPU(unsigned long, watchdog_report_ts); 180 static DEFINE_PER_CPU(struct hrtimer, watchdog_hrtimer); 181 static DEFINE_PER_CPU(bool, softlockup_touch_sync); 182 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts); 183 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts_saved); 334 static DEFINE_PER_CPU(struct completion, softlockup_completion); 335 static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);
|
A D | irq_work.c | 25 static DEFINE_PER_CPU(struct llist_head, raised_list); 26 static DEFINE_PER_CPU(struct llist_head, lazy_list); 27 static DEFINE_PER_CPU(struct task_struct *, irq_workd); 43 static DEFINE_PER_CPU(struct irq_work, irq_work_wakeup) =
|
A D | softirq.c | 61 DEFINE_PER_CPU(struct task_struct *, ksoftirqd); 99 DEFINE_PER_CPU(int, hardirqs_enabled); 100 DEFINE_PER_CPU(int, hardirq_context); 139 static DEFINE_PER_CPU(struct softirq_ctrl, softirq_ctrl) = { 729 static DEFINE_PER_CPU(struct tasklet_head, tasklet_vec); 730 static DEFINE_PER_CPU(struct tasklet_head, tasklet_hi_vec);
|
/linux-6.3-rc2/arch/microblaze/kernel/ |
A D | setup.c | 38 DEFINE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */ 39 DEFINE_PER_CPU(unsigned int, KM); /* Kernel/user mode */ 40 DEFINE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */ 41 DEFINE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */ 42 DEFINE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | this_cpu_ops.rst | 72 DEFINE_PER_CPU(int, x); 139 DEFINE_PER_CPU(int, x); 161 DEFINE_PER_CPU(struct s, p); 251 DEFINE_PER_CPU(struct data, datap); 277 DEFINE_PER_CPU(struct test, onecacheline);
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | irq.c | 30 DEFINE_PER_CPU(struct nmi_ctx, nmi_contexts); 32 DEFINE_PER_CPU(unsigned long *, irq_stack_ptr); 38 DEFINE_PER_CPU(unsigned long *, irq_shadow_call_stack_ptr);
|
A D | sdei.c | 38 DEFINE_PER_CPU(unsigned long *, sdei_stack_normal_ptr); 39 DEFINE_PER_CPU(unsigned long *, sdei_stack_critical_ptr); 46 DEFINE_PER_CPU(unsigned long *, sdei_shadow_call_stack_normal_ptr); 47 DEFINE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr);
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | kmsan_shadow.c | 19 DEFINE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_entry_area_shadow); 20 DEFINE_PER_CPU(char[CPU_ENTRY_AREA_SIZE], cpu_entry_area_origin);
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | stacktrace.c | 12 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack) 15 DEFINE_PER_CPU(struct kvm_nvhe_stacktrace_info, kvm_stacktrace_info); 40 DEFINE_PER_CPU(unsigned long [NVHE_STACKTRACE_SIZE/sizeof(long)], pkvm_stacktrace);
|
A D | switch.c | 33 DEFINE_PER_CPU(struct kvm_host_data, kvm_host_data); 34 DEFINE_PER_CPU(struct kvm_cpu_context, kvm_hyp_ctxt); 35 DEFINE_PER_CPU(unsigned long, kvm_hyp_vector);
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | spinlock.c | 18 static DEFINE_PER_CPU(int, lock_kicker_irq) = -1; 19 static DEFINE_PER_CPU(char *, irq_name); 20 static DEFINE_PER_CPU(atomic_t, xen_qlock_wait_nest);
|
A D | smp.c | 14 static DEFINE_PER_CPU(struct xen_common_irq, xen_resched_irq) = { .irq = -1 }; 15 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfunc_irq) = { .irq = -1 }; 16 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfuncsingle_irq) = { .irq = -1 }; 17 static DEFINE_PER_CPU(struct xen_common_irq, xen_debug_irq) = { .irq = -1 };
|
A D | enlighten.c | 37 DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu); 38 DEFINE_PER_CPU(struct vcpu_info, xen_vcpu_info); 41 DEFINE_PER_CPU(uint32_t, xen_vcpu_id);
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | context.c | 14 static DEFINE_PER_CPU(atomic64_t, active_asids); 15 static DEFINE_PER_CPU(u64, reserved_asids);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | nmi.c | 48 static DEFINE_PER_CPU(short, wd_enabled); 51 static DEFINE_PER_CPU(unsigned int, last_irq_sum); 52 static DEFINE_PER_CPU(long, alert_counter); 53 static DEFINE_PER_CPU(int, nmi_touch);
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/ |
A D | intel.c | 42 static DEFINE_PER_CPU(mce_banks_t, mce_banks_owned); 51 static DEFINE_PER_CPU(int, cmci_backoff_cnt); 64 static DEFINE_PER_CPU(unsigned long, cmci_time_stamp); 65 static DEFINE_PER_CPU(unsigned int, cmci_storm_cnt); 66 static DEFINE_PER_CPU(unsigned int, cmci_storm_state);
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | nmi.c | 83 static DEFINE_PER_CPU(struct nmi_stats, nmi_stats); 315 static DEFINE_PER_CPU(bool, swallow_nmi); 316 static DEFINE_PER_CPU(unsigned long, last_nmi_rip); 484 static DEFINE_PER_CPU(enum nmi_states, nmi_state); 485 static DEFINE_PER_CPU(unsigned long, nmi_cr2); 486 static DEFINE_PER_CPU(unsigned long, nmi_dr7);
|
A D | callthunks.c | 41 DEFINE_PER_CPU(u64, __x86_call_count); 42 DEFINE_PER_CPU(u64, __x86_ret_count); 43 DEFINE_PER_CPU(u64, __x86_stuffs_count); 44 DEFINE_PER_CPU(u64, __x86_ctxsw_count);
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/vhe/ |
A D | switch.c | 32 DEFINE_PER_CPU(struct kvm_host_data, kvm_host_data); 33 DEFINE_PER_CPU(struct kvm_cpu_context, kvm_hyp_ctxt); 34 DEFINE_PER_CPU(unsigned long, kvm_hyp_vector);
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | kprobes.c | 17 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL; 18 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk); 20 static DEFINE_PER_CPU(struct kprobe, saved_current_opcode); 21 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode); 22 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode2);
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | time.c | 31 static DEFINE_PER_CPU(unsigned long, pcp_lpj_ref); 32 static DEFINE_PER_CPU(unsigned long, pcp_lpj_ref_freq);
|
/linux-6.3-rc2/lib/ |
A D | percpu_test.c | 17 static DEFINE_PER_CPU(long, long_counter); 18 static DEFINE_PER_CPU(unsigned long, ulong_counter);
|
/linux-6.3-rc2/arch/mips/sgi-ip27/ |
A D | ip27-timer.c | 43 static DEFINE_PER_CPU(struct clock_event_device, hub_rt_clockevent); 44 static DEFINE_PER_CPU(char [11], hub_rt_name);
|
/linux-6.3-rc2/drivers/xen/ |
A D | time.c | 23 static DEFINE_PER_CPU(struct vcpu_runstate_info, xen_runstate); 25 static DEFINE_PER_CPU(u64[4], old_runstate_time);
|