| /linux/arch/microblaze/kernel/ |
| H 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/Documentation/translations/zh_CN/core-api/ |
| H 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);
|
| H A D | local_ops.rst | 93 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0); 143 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);
|
| /linux/arch/x86/mm/ |
| H 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/arch/sparc/kernel/ |
| H 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/kernel/ |
| H A D | irq_work.c | 27 static DEFINE_PER_CPU(struct llist_head, raised_list); 28 static DEFINE_PER_CPU(struct llist_head, lazy_list); 29 static DEFINE_PER_CPU(struct task_struct *, irq_workd); 45 static DEFINE_PER_CPU(struct irq_work, irq_work_wakeup) =
|
| /linux/arch/csky/mm/ |
| H A D | context.c | 14 static DEFINE_PER_CPU(atomic64_t, active_asids); 15 static DEFINE_PER_CPU(u64, reserved_asids);
|
| /linux/arch/x86/kernel/ |
| H A D | nmi.c | 83 static DEFINE_PER_CPU(struct nmi_stats, nmi_stats); 353 static DEFINE_PER_CPU(bool, swallow_nmi); 354 static DEFINE_PER_CPU(unsigned long, last_nmi_rip); 532 static DEFINE_PER_CPU(enum nmi_states, nmi_state); 533 static DEFINE_PER_CPU(unsigned long, nmi_cr2); 534 static DEFINE_PER_CPU(unsigned long, nmi_dr7);
|
| /linux/arch/x86/xen/ |
| H A D | smp.c | 13 static DEFINE_PER_CPU(struct xen_common_irq, xen_resched_irq) = { .irq = -1 }; 14 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfunc_irq) = { .irq = -1 }; 15 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfuncsingle_irq) = { .irq = -1 }; 16 static DEFINE_PER_CPU(struct xen_common_irq, xen_debug_irq) = { .irq = -1 };
|
| /linux/arch/sh/kernel/ |
| H 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/arch/loongarch/kernel/ |
| H A D | kfpu.c | 19 static DEFINE_PER_CPU(bool, in_kernel_fpu); 20 static DEFINE_PER_CPU(unsigned int, euen_current);
|
| /linux/arch/riscv/kernel/ |
| H A D | irq.c | 75 DEFINE_PER_CPU(ulong *, irq_shadow_call_stack_ptr); 94 DEFINE_PER_CPU(ulong *, irq_stack_ptr); in init_irq_stacks()
|
| /linux/arch/mips/kernel/ |
| H 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);
|
| H A D | cevt-sb1250.c | 92 static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent); 93 static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
|
| /linux/drivers/xen/ |
| H 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);
|
| /linux/arch/powerpc/kernel/ |
| H A D | smp.c | 77 static DEFINE_PER_CPU(int, cpu_state) = { 0 }; 86 DEFINE_PER_CPU(cpumask_var_t, cpu_sibling_map); 87 DEFINE_PER_CPU(cpumask_var_t, cpu_smallcore_map); 88 DEFINE_PER_CPU(cpumask_var_t, cpu_l2_cache_map); 89 DEFINE_PER_CPU(cpumask_var_t, cpu_core_map); 90 static DEFINE_PER_CPU(cpumask_var_t, cpu_coregroup_map); 120 DEFINE_PER_CPU(cpumask_var_t, thread_group_l1_cache_map); 127 DEFINE_PER_CPU(cpumask_var_t, thread_group_l2_cache_map); 133 DEFINE_PER_CPU(cpumask_var_t, thread_group_l3_cache_map);
|
| /linux/arch/s390/kernel/ |
| H A D | vtime.c | 32 DEFINE_PER_CPU(u64, mt_cycles[8]); 33 static DEFINE_PER_CPU(u64, mt_scaling_mult) = { 1 }; 34 static DEFINE_PER_CPU(u64, mt_scaling_div) = { 1 }; 35 static DEFINE_PER_CPU(u64, mt_scaling_jiffies);
|
| H A D | trace.c | 15 static DEFINE_PER_CPU(unsigned int, diagnose_trace_depth);
|
| /linux/arch/arm64/kvm/ |
| H A D | vmid.c | 25 static DEFINE_PER_CPU(atomic64_t, active_vmids); 26 static DEFINE_PER_CPU(u64, reserved_vmids);
|
| /linux/arch/arm/mm/ |
| H A D | proc-v7-bugs.c | 39 DEFINE_PER_CPU(harden_branch_predictor_fn_t, harden_branch_predictor_fn); 271 static DEFINE_PER_CPU(bool, spectre_warned);
|
| H A D | context.c | 46 static DEFINE_PER_CPU(atomic64_t, active_asids); 47 static DEFINE_PER_CPU(u64, reserved_asids);
|
| /linux/drivers/xen/events/ |
| H A D | events_2l.c | 43 static DEFINE_PER_CPU(xen_ulong_t [EVTCHN_MASK_SIZE], cpu_evtchn_mask); 139 static DEFINE_PER_CPU(unsigned int, current_word_idx); 140 static DEFINE_PER_CPU(unsigned int, current_bit_idx);
|
| /linux/lib/ |
| H A D | irq_regs.c | 12 DEFINE_PER_CPU(struct pt_regs *, __irq_regs);
|
| /linux/arch/arc/kernel/ |
| H A D | smp.c | 248 static DEFINE_PER_CPU(unsigned long, ipi_data); 387 static DEFINE_PER_CPU(int, ipi_dev);
|
| /linux/arch/riscv/mm/ |
| H A D | context.c | 32 static DEFINE_PER_CPU(atomic_long_t, active_context); 33 static DEFINE_PER_CPU(unsigned long, reserved_context);
|