| /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/riscv/kernel/ |
| H A D | qos.c | 20 DEFINE_PER_CPU(u32, cpu_srmcfg) = U32_MAX; 23 DEFINE_PER_CPU(u32, cpu_srmcfg_default);
|
| /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/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);
|
| H A D | topology.c | 9 static DEFINE_PER_CPU(struct cpu, cpu_devices);
|
| /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/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/lib/ |
| H A D | irq_regs.c | 12 DEFINE_PER_CPU(struct pt_regs *, __irq_regs);
|
| /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/arch/s390/kernel/ |
| H A D | trace.c | 15 static DEFINE_PER_CPU(unsigned int, diagnose_trace_depth);
|
| /linux/drivers/clocksource/ |
| H A D | dummy_timer.c | 14 static DEFINE_PER_CPU(struct clock_event_device, dummy_timer_evt);
|
| /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);
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 26 static DEFINE_PER_CPU(struct list_head, wakeup_vcpus_on_cpu); 34 static DEFINE_PER_CPU(raw_spinlock_t, wakeup_vcpus_on_cpu_lock);
|
| /linux/arch/arc/kernel/ |
| H A D | smp.c | 250 static DEFINE_PER_CPU(unsigned long, ipi_data); 389 static DEFINE_PER_CPU(int, ipi_dev);
|
| /linux/tools/testing/shared/linux/ |
| H A D | percpu.h | 3 #define DEFINE_PER_CPU(type, val) type val macro
|