Symbol: this_cpu_ptr
arch/alpha/kernel/perf_event.c
435
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
487
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
535
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
555
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
718
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
744
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/alpha/kernel/perf_event.c
810
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/arc/kernel/perf_event.c
511
struct arc_pmu_cpu *pmu_cpu = this_cpu_ptr(&arc_pmu_cpu);
arch/arc/kernel/perf_event.c
524
struct arc_pmu_cpu *pmu_cpu = this_cpu_ptr(&arc_pmu_cpu);
arch/arc/kernel/perf_event.c
565
struct arc_pmu_cpu *pmu_cpu = this_cpu_ptr(&arc_pmu_cpu);
arch/arc/kernel/perf_event.c
809
this_cpu_ptr(&arc_pmu_cpu));
arch/arc/kernel/smp.c
356
*this_cpu_ptr(&ipi_data), smp_processor_id());
arch/arc/kernel/smp.c
365
copy = pending = xchg(this_cpu_ptr(&ipi_data), 0);
arch/arm/kernel/hw_breakpoint.c
340
slots = this_cpu_ptr(bp_on_reg);
arch/arm/kernel/hw_breakpoint.c
346
slots = this_cpu_ptr(wp_on_reg);
arch/arm/kernel/hw_breakpoint.c
392
slots = this_cpu_ptr(bp_on_reg);
arch/arm/kernel/hw_breakpoint.c
397
slots = this_cpu_ptr(wp_on_reg);
arch/arm/kernel/hw_breakpoint.c
737
slots = this_cpu_ptr(wp_on_reg);
arch/arm/kernel/hw_breakpoint.c
828
slots = this_cpu_ptr(wp_on_reg);
arch/arm/kernel/hw_breakpoint.c
862
slots = this_cpu_ptr(bp_on_reg);
arch/arm/mm/proc-v7-bugs.c
282
if (check_spectre_auxcr(this_cpu_ptr(&spectre_warned), BIT(6)))
arch/arm/mm/proc-v7-bugs.c
288
if (check_spectre_auxcr(this_cpu_ptr(&spectre_warned), BIT(0)))
arch/arm64/include/asm/hardirq.h
36
___ctx = this_cpu_ptr(&nmi_contexts); \
arch/arm64/include/asm/hardirq.h
69
___ctx = this_cpu_ptr(&nmi_contexts); \
arch/arm64/include/asm/kvm_asm.h
168
? this_cpu_ptr(&sym) \
arch/arm64/include/asm/kvm_host.h
1369
#define host_data_ptr(f) (&this_cpu_ptr(&kvm_host_data)->f)
arch/arm64/include/asm/kvm_host.h
1373
&this_cpu_ptr(&kvm_host_data)->f : \
arch/arm64/include/asm/spectre.h
79
d = this_cpu_ptr(&bp_hardening_data);
arch/arm64/kernel/cpuinfo.c
524
struct cpuinfo_arm64 *info = this_cpu_ptr(&cpu_data);
arch/arm64/kernel/fpsimd.c
1460
struct cpu_fp_state *last = this_cpu_ptr(&fpsimd_last_state);
arch/arm64/kernel/fpsimd.c
1644
struct cpu_fp_state *last = this_cpu_ptr(&fpsimd_last_state);
arch/arm64/kernel/fpsimd.c
1679
struct cpu_fp_state *last = this_cpu_ptr(&fpsimd_last_state);
arch/arm64/kernel/fpsimd.c
444
this_cpu_ptr(&fpsimd_last_state);
arch/arm64/kernel/hw_breakpoint.c
238
slots = this_cpu_ptr(bp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
245
slots = this_cpu_ptr(wp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
590
slots = this_cpu_ptr(bp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
594
slots = this_cpu_ptr(wp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
631
slots = this_cpu_ptr(bp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
681
kernel_step = this_cpu_ptr(&stepping_kernel_bp);
arch/arm64/kernel/hw_breakpoint.c
763
slots = this_cpu_ptr(wp_on_reg);
arch/arm64/kernel/hw_breakpoint.c
829
kernel_step = this_cpu_ptr(&stepping_kernel_bp);
arch/arm64/kernel/hw_breakpoint.c
850
int *kernel_step = this_cpu_ptr(&stepping_kernel_bp);
arch/arm64/kernel/hw_breakpoint.c
950
for (slots = this_cpu_ptr(bp_on_reg), i = 0; i < core_num_brps; ++i) {
arch/arm64/kernel/hw_breakpoint.c
959
for (slots = this_cpu_ptr(wp_on_reg), i = 0; i < core_num_wrps; ++i) {
arch/arm64/kernel/paravirt.c
74
reg = this_cpu_ptr(&stolen_time_region);
arch/arm64/kernel/paravirt.c
91
reg = this_cpu_ptr(&stolen_time_region);
arch/arm64/kernel/proton-pack.c
1029
struct bp_hardening_data *data = this_cpu_ptr(&bp_hardening_data);
arch/arm64/kernel/proton-pack.c
334
struct bp_hardening_data *data = this_cpu_ptr(&bp_hardening_data);
arch/arm64/kernel/topology.c
119
struct amu_cntr_sample *amu_sample = this_cpu_ptr(&cpu_amu_samples);
arch/arm64/kernel/topology.c
57
struct amu_cntr_sample *amu_sample = this_cpu_ptr(&cpu_amu_samples);
arch/arm64/kernel/traps.c
907
unsigned long ovf_stk = (unsigned long)this_cpu_ptr(overflow_stack);
arch/arm64/kvm/arm.c
2175
struct bp_hardening_data *data = this_cpu_ptr(&bp_hardening_data);
arch/arm64/kvm/arm.c
642
last_ran = this_cpu_ptr(mmu->last_vcpu_ran);
arch/arm64/kvm/hyp/include/hyp/switch.h
946
this_cpu_ptr(&kvm_hyp_ctxt)->sys_regs[ELR_EL2] = elr_el2;
arch/arm64/kvm/hyp/nvhe/mem_protect.c
29
#define current_vm (*this_cpu_ptr(&__current_vm))
arch/arm64/kvm/hyp/nvhe/mem_protect.c
319
struct kvm_nvhe_init_params *params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/mm.c
205
*this_cpu_ptr(&kvm_hyp_vector) = (unsigned long)vector;
arch/arm64/kvm/hyp/nvhe/mm.c
247
return fixmap_map_slot(this_cpu_ptr(&fixmap_slots), phys);
arch/arm64/kvm/hyp/nvhe/mm.c
280
fixmap_clear_slot(this_cpu_ptr(&fixmap_slots));
arch/arm64/kvm/hyp/nvhe/pkvm.c
271
hyp_vcpu->loaded_hyp_vcpu = this_cpu_ptr(&loaded_hyp_vcpu);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
160
boot_args = this_cpu_ptr(&suspend_args);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
161
init_params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
187
boot_args = this_cpu_ptr(&suspend_args);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
188
init_params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
211
boot_args = this_cpu_ptr(&cpu_on_args);
arch/arm64/kvm/hyp/nvhe/psci-relay.c
213
boot_args = this_cpu_ptr(&suspend_args);
arch/arm64/kvm/hyp/nvhe/setup.c
371
params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
28
struct kvm_nvhe_stacktrace_info *stacktrace_info = this_cpu_ptr(&kvm_stacktrace_info);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
29
struct kvm_nvhe_init_params *params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
32
stacktrace_info->overflow_stack_base = (unsigned long)this_cpu_ptr(overflow_stack);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
44
unsigned long low = (unsigned long)this_cpu_ptr(overflow_stack);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
55
struct kvm_nvhe_init_params *params = this_cpu_ptr(&kvm_init_params);
arch/arm64/kvm/hyp/nvhe/stacktrace.c
96
unsigned long *stacktrace = this_cpu_ptr(pkvm_stacktrace);
arch/arm64/kvm/hyp/nvhe/switch.c
104
write_sysreg_hcr(this_cpu_ptr(&kvm_init_params)->hcr_el2);
arch/arm64/kvm/hyp/nvhe/tlb.c
124
host_ctxt = &this_cpu_ptr(&kvm_host_data)->host_ctxt;
arch/arm64/kvm/hyp/nvhe/tlb.c
27
host_ctxt = &this_cpu_ptr(&kvm_host_data)->host_ctxt;
arch/arm64/kvm/pmu.c
33
return this_cpu_ptr(&kvm_pmu_events);
arch/arm64/kvm/stacktrace.c
64
unsigned long low = (unsigned long)*this_cpu_ptr(&kvm_arm_hyp_stack_base);
arch/arm64/kvm/vgic/vgic-v3-nested.c
135
return this_cpu_ptr(&shadow_if);
arch/arm64/kvm/vmid.c
135
atomic64_set(this_cpu_ptr(&active_vmids), VMID_ACTIVE_INVALID);
arch/arm64/kvm/vmid.c
155
old_active_vmid = atomic64_read(this_cpu_ptr(&active_vmids));
arch/arm64/kvm/vmid.c
157
0 != atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_vmids),
arch/arm64/kvm/vmid.c
168
atomic64_set(this_cpu_ptr(&active_vmids), vmid);
arch/arm64/mm/context.c
240
old_active_asid = atomic64_read(this_cpu_ptr(&active_asids));
arch/arm64/mm/context.c
242
atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids),
arch/arm64/mm/context.c
258
atomic64_set(this_cpu_ptr(&active_asids), asid);
arch/csky/kernel/perf_event.c
1075
struct pmu_hw_events *hw_events = this_cpu_ptr(csky_pmu.hw_events);
arch/csky/kernel/perf_event.c
1088
struct pmu_hw_events *hw_events = this_cpu_ptr(csky_pmu.hw_events);
arch/csky/kernel/perf_event.c
1106
struct pmu_hw_events *cpuc = this_cpu_ptr(csky_pmu.hw_events);
arch/csky/kernel/perf_event.c
1177
this_cpu_ptr(csky_pmu.hw_events));
arch/csky/kernel/perf_event.c
1194
free_percpu_irq(irq, this_cpu_ptr(csky_pmu.hw_events));
arch/csky/kernel/smp.c
46
unsigned long *stats = this_cpu_ptr(&ipi_data)->stats;
arch/csky/kernel/smp.c
51
ops = xchg(&this_cpu_ptr(&ipi_data)->bits, 0);
arch/loongarch/kernel/hw_breakpoint.c
206
slots = this_cpu_ptr(bp_on_reg);
arch/loongarch/kernel/hw_breakpoint.c
210
slots = this_cpu_ptr(wp_on_reg);
arch/loongarch/kernel/hw_breakpoint.c
437
slots = this_cpu_ptr(bp_on_reg);
arch/loongarch/kernel/hw_breakpoint.c
441
slots = this_cpu_ptr(wp_on_reg);
arch/loongarch/kernel/hw_breakpoint.c
491
slots = this_cpu_ptr(bp_on_reg);
arch/loongarch/kernel/hw_breakpoint.c
511
slots = this_cpu_ptr(wp_on_reg);
arch/loongarch/kernel/kfpu.c
48
euen_curr = this_cpu_ptr(&euen_current);
arch/loongarch/kernel/kfpu.c
75
euen_curr = this_cpu_ptr(&euen_current);
arch/loongarch/kernel/paravirt.c
124
info = this_cpu_ptr(&irq_stat);
arch/loongarch/kernel/perf_event.c
269
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
288
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
388
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
422
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
492
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
831
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kernel/perf_event.c
846
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/loongarch/kvm/main.c
333
this_cpu_ptr(vmcs)->last_vcpu = NULL;
arch/loongarch/kvm/vcpu.c
45
context = this_cpu_ptr(vcpu->kvm->arch.vmcs);
arch/loongarch/kvm/vcpu.c
60
context = this_cpu_ptr(vcpu->kvm->arch.vmcs);
arch/mips/cavium-octeon/octeon-irq.c
1393
raw_spin_lock_init(this_cpu_ptr(&octeon_irq_ciu_spinlock));
arch/mips/cavium-octeon/octeon-irq.c
342
raw_spinlock_t *lock = this_cpu_ptr(&octeon_irq_ciu_spinlock);
arch/mips/cavium-octeon/octeon-irq.c
348
pen = this_cpu_ptr(&octeon_irq_ciu0_en_mirror);
arch/mips/cavium-octeon/octeon-irq.c
357
pen = this_cpu_ptr(&octeon_irq_ciu1_en_mirror);
arch/mips/cavium-octeon/octeon-irq.c
374
raw_spinlock_t *lock = this_cpu_ptr(&octeon_irq_ciu_spinlock);
arch/mips/cavium-octeon/octeon-irq.c
380
pen = this_cpu_ptr(&octeon_irq_ciu0_en_mirror);
arch/mips/cavium-octeon/octeon-irq.c
389
pen = this_cpu_ptr(&octeon_irq_ciu1_en_mirror);
arch/mips/cavium-octeon/octeon-irq.c
570
set_bit(cd->bit, this_cpu_ptr(&octeon_irq_ciu0_en_mirror));
arch/mips/cavium-octeon/octeon-irq.c
574
set_bit(cd->bit, this_cpu_ptr(&octeon_irq_ciu1_en_mirror));
arch/mips/cavium-octeon/octeon-irq.c
589
clear_bit(cd->bit, this_cpu_ptr(&octeon_irq_ciu0_en_mirror));
arch/mips/cavium-octeon/octeon-irq.c
593
clear_bit(cd->bit, this_cpu_ptr(&octeon_irq_ciu1_en_mirror));
arch/mips/dec/setup.c
759
fpu_kstat_irq = this_cpu_ptr(&desc_fpu->kstat_irqs->cnt);
arch/mips/kernel/mips-cm.c
350
spin_lock_irqsave(this_cpu_ptr(&cm_core_lock),
arch/mips/kernel/mips-cm.c
351
*this_cpu_ptr(&cm_core_lock_flags));
arch/mips/kernel/mips-cm.c
386
spin_unlock_irqrestore(this_cpu_ptr(&cm_core_lock),
arch/mips/kernel/mips-cm.c
387
*this_cpu_ptr(&cm_core_lock_flags));
arch/mips/kernel/perf_event_mipsxx.c
1547
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
1563
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
1574
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
351
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
397
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
501
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/perf_event_mipsxx.c
537
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/mips/kernel/pm-cps.c
107
cpumask_t *coupled_mask = this_cpu_ptr(&online_coupled);
arch/powerpc/include/asm/book3s/64/tlbflush-hash.h
43
batch = this_cpu_ptr(&ppc64_tlb_batch);
arch/powerpc/include/asm/idle.h
14
*this_cpu_ptr(&idle_entry_purr_snap) = mfspr(SPRN_PURR);
arch/powerpc/include/asm/idle.h
19
*this_cpu_ptr(&idle_entry_spurr_snap) = mfspr(SPRN_SPURR);
arch/powerpc/include/asm/idle.h
25
u64 in_purr = *this_cpu_ptr(&idle_entry_purr_snap);
arch/powerpc/include/asm/idle.h
34
u64 *idle_spurr_cycles_ptr = this_cpu_ptr(&idle_spurr_cycles);
arch/powerpc/include/asm/idle.h
35
u64 in_spurr = *this_cpu_ptr(&idle_entry_spurr_snap);
arch/powerpc/include/asm/idle.h
89
return *this_cpu_ptr(&idle_spurr_cycles);
arch/powerpc/include/asm/xics.h
114
struct xics_cppr *os_cppr = this_cpu_ptr(&xics_cppr);
arch/powerpc/include/asm/xics.h
127
struct xics_cppr *os_cppr = this_cpu_ptr(&xics_cppr);
arch/powerpc/include/asm/xics.h
137
struct xics_cppr *os_cppr = this_cpu_ptr(&xics_cppr);
arch/powerpc/include/asm/xics.h
149
struct xics_cppr *os_cppr = this_cpu_ptr(&xics_cppr);
arch/powerpc/kernel/hw_breakpoint.c
63
slot = this_cpu_ptr(&bp_per_reg[i]);
arch/powerpc/kernel/hw_breakpoint.c
99
slot = this_cpu_ptr(&bp_per_reg[i]);
arch/powerpc/kernel/process.c
795
if (likely(hw_brk_match(this_cpu_ptr(&current_brk[i]),
arch/powerpc/kernel/process.c
880
memcpy(this_cpu_ptr(&current_brk[nr]), brk, sizeof(*brk));
arch/powerpc/kernel/process.c
921
set_hw_breakpoint(i, this_cpu_ptr(&current_brk[i]));
arch/powerpc/kernel/smp.c
320
info = this_cpu_ptr(&ipi_message);
arch/powerpc/kernel/time.c
502
u64 *next_tb = this_cpu_ptr(&decrementers_next_tb);
arch/powerpc/kernel/time.c
525
struct clock_event_device *evt = this_cpu_ptr(&decrementers);
arch/powerpc/kernel/time.c
526
u64 *next_tb = this_cpu_ptr(&decrementers_next_tb);
arch/powerpc/kernel/watchdog.c
478
struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer);
arch/powerpc/kernel/watchdog.c
501
*this_cpu_ptr(&wd_timer_tb) = get_tb();
arch/powerpc/kernel/watchdog.c
515
struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer);
arch/powerpc/kvm/book3s_hv.c
3446
struct preempted_vcore_list *lp = this_cpu_ptr(&preempted_vcores);
arch/powerpc/kvm/book3s_hv.c
3602
struct preempted_vcore_list *lp = this_cpu_ptr(&preempted_vcores);
arch/powerpc/kvm/book3s_hv.c
4157
u64 *l1_to_l2_cs_ptr = this_cpu_ptr(&l1_to_l2_cs);
arch/powerpc/kvm/book3s_hv.c
4158
u64 *l2_to_l1_cs_ptr = this_cpu_ptr(&l2_to_l1_cs);
arch/powerpc/kvm/book3s_hv.c
4159
u64 *l2_runtime_agg_ptr = this_cpu_ptr(&l2_runtime_agg);
arch/powerpc/kvm/e500.c
108
entry->pentry == this_cpu_ptr(&pcpu_sids.entry[entry->val]))
arch/powerpc/kvm/e500.c
117
memset(this_cpu_ptr(&pcpu_sids), 0, sizeof(pcpu_sids));
arch/powerpc/kvm/e500.c
79
entry->pentry = this_cpu_ptr(&pcpu_sids.entry[sid]);
arch/powerpc/lib/qspinlock.c
540
qnodesp = this_cpu_ptr(&qnodes);
arch/powerpc/mm/book3s64/hash_native.c
784
struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch);
arch/powerpc/mm/book3s64/hash_utils.c
2286
this_cpu_ptr(&ppc64_tlb_batch);
arch/powerpc/perf/core-book3s.c
1310
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1431
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
160
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1637
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1710
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1820
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1839
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
1865
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
2123
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
2331
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
2415
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
412
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
428
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-book3s.c
801
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-fsl-emb.c
196
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-fsl-emb.c
235
cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/core-fsl-emb.c
645
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/powerpc/perf/vpa-dtl.c
199
struct vpa_pmu_ctx *vpa_ctx = this_cpu_ptr(&vpa_pmu_ctx);
arch/powerpc/platforms/powernv/opal-call.c
23
depth = this_cpu_ptr(&opal_trace_depth);
arch/powerpc/platforms/powernv/opal-call.c
46
depth = this_cpu_ptr(&opal_trace_depth);
arch/powerpc/platforms/powernv/opal-tracepoints.c
54
depth = this_cpu_ptr(&opal_trace_depth);
arch/powerpc/platforms/powernv/opal-tracepoints.c
75
depth = this_cpu_ptr(&opal_trace_depth);
arch/powerpc/platforms/powernv/subcore.c
300
if (this_cpu_ptr(&split_state)->master) {
arch/powerpc/platforms/powernv/subcore.c
314
if (this_cpu_ptr(&split_state)->master) {
arch/powerpc/platforms/powernv/subcore.c
363
this_cpu_ptr(&split_state)->master = 1;
arch/powerpc/platforms/ps3/interrupt.c
704
struct ps3_private *pd = this_cpu_ptr(&ps3_private);
arch/powerpc/platforms/pseries/dtl.c
67
struct dtl_ring *dtlr = this_cpu_ptr(&dtl_rings);
arch/powerpc/platforms/pseries/hvCall_inst.c
106
h = this_cpu_ptr(&hcall_stats[opcode / 4]);
arch/powerpc/platforms/pseries/hvCall_inst.c
93
h = this_cpu_ptr(&hcall_stats[opcode / 4]);
arch/powerpc/platforms/pseries/lpar.c
1531
struct ppc64_tlb_batch *batch = this_cpu_ptr(&ppc64_tlb_batch);
arch/powerpc/platforms/pseries/lpar.c
1850
depth = this_cpu_ptr(&hcall_trace_depth);
arch/powerpc/platforms/pseries/lpar.c
1871
depth = this_cpu_ptr(&hcall_trace_depth);
arch/powerpc/platforms/pseries/lpar.c
296
disp = this_cpu_ptr(&vcpu_disp_data);
arch/powerpc/sysdev/xics/xics-common.c
151
struct xics_cppr *os_cppr = this_cpu_ptr(&xics_cppr);
arch/powerpc/xmon/xmon.c
3688
addr = (unsigned long)this_cpu_ptr(ptr);
arch/riscv/include/asm/kvm_nacl.h
69
this_cpu_ptr(&kvm_riscv_nacl)->shmem
arch/riscv/kernel/cpu.c
143
struct riscv_cpuinfo *ci = this_cpu_ptr(&riscv_cpuinfo);
arch/riscv/kernel/cpu.c
157
struct riscv_cpuinfo *ci = this_cpu_ptr(&riscv_cpuinfo);
arch/riscv/kernel/cpu.c
197
struct riscv_cpuinfo *ci = this_cpu_ptr(&riscv_cpuinfo);
arch/riscv/kernel/paravirt.c
68
struct sbi_sta_struct *st = this_cpu_ptr(&steal_time);
arch/riscv/kernel/traps.c
484
unsigned long ovf_stk = (unsigned long)this_cpu_ptr(overflow_stack);
arch/riscv/kernel/traps_misaligned.c
203
if (*this_cpu_ptr(&vector_misaligned_access) == RISCV_HWPROBE_MISALIGNED_VECTOR_UNKNOWN) {
arch/riscv/kernel/traps_misaligned.c
204
*this_cpu_ptr(&vector_misaligned_access) = RISCV_HWPROBE_MISALIGNED_VECTOR_UNSUPPORTED;
arch/riscv/kernel/traps_misaligned.c
230
*this_cpu_ptr(&misaligned_access_speed) = RISCV_HWPROBE_MISALIGNED_SCALAR_EMULATED;
arch/riscv/kernel/traps_misaligned.c
457
long *mas_ptr = this_cpu_ptr(&vector_misaligned_access);
arch/riscv/kvm/nacl.c
61
nacl = this_cpu_ptr(&kvm_riscv_nacl);
arch/s390/include/asm/vtime.h
31
struct s390_idle_data *idle = this_cpu_ptr(&s390_idle);
arch/s390/kernel/idle.c
26
struct s390_idle_data *idle = this_cpu_ptr(&s390_idle);
arch/s390/kernel/idle.c
39
struct s390_idle_data *idle = this_cpu_ptr(&s390_idle);
arch/s390/kernel/nmi.c
235
mcck = *this_cpu_ptr(&cpu_mcck);
arch/s390/kernel/nmi.c
236
memset(this_cpu_ptr(&cpu_mcck), 0, sizeof(mcck));
arch/s390/kernel/nmi.c
383
mcck = this_cpu_ptr(&cpu_mcck);
arch/s390/kernel/perf_cpum_sf.c
1171
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
1730
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
1747
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
1768
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
1829
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
1925
cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
546
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
891
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_cpum_sf.c
941
struct cpu_hw_sf *cpuhw = this_cpu_ptr(&cpu_hw_sf);
arch/s390/kernel/perf_pai.c
195
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/perf_pai.c
443
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/perf_pai.c
470
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/perf_pai.c
503
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/perf_pai.c
528
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/perf_pai.c
662
struct pai_mapptr *mp = this_cpu_ptr(pai_root[idx].mapptr);
arch/s390/kernel/processor.c
106
struct cpuid *id = this_cpu_ptr(&cpu_info.cpu_id);
arch/s390/kernel/processor.c
57
c = this_cpu_ptr(&cpu_info);
arch/s390/kernel/smp.c
397
pcpu_ec_call(this_cpu_ptr(&pcpu_devices), ec_mcck_pending);
arch/s390/kernel/smp.c
539
pcpu_ec_call(this_cpu_ptr(&pcpu_devices), ec_irq_work);
arch/s390/kernel/smp.c
934
pcpu_sigp_retry(this_cpu_ptr(&pcpu_devices), SIGP_STOP, 0);
arch/s390/kernel/time.c
127
cd = this_cpu_ptr(&comparators);
arch/s390/kernel/time.c
312
atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word);
arch/s390/kernel/time.c
329
atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word);
arch/s390/kernel/trace.c
26
depth = this_cpu_ptr(&diagnose_trace_depth);
arch/s390/kernel/vtime.c
428
stcctm(MT_DIAG, smp_cpu_mtid + 1, this_cpu_ptr(mt_cycles));
arch/s390/kernel/vtime.c
65
cycles_old = this_cpu_ptr(mt_cycles);
arch/s390/kernel/wti.c
93
struct wti_state *st = this_cpu_ptr(&wti_state);
arch/s390/lib/spinlock.c
164
node = this_cpu_ptr(&spin_wait[ix]);
arch/sh/kernel/hw_breakpoint.c
53
struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]);
arch/sh/kernel/hw_breakpoint.c
85
struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]);
arch/sh/kernel/kprobes.c
106
saved = this_cpu_ptr(&saved_next_opcode2);
arch/sh/kernel/kprobes.c
148
op1 = this_cpu_ptr(&saved_next_opcode);
arch/sh/kernel/kprobes.c
149
op2 = this_cpu_ptr(&saved_next_opcode2);
arch/sh/kernel/kprobes.c
321
p = this_cpu_ptr(&saved_next_opcode);
arch/sh/kernel/kprobes.c
333
p = this_cpu_ptr(&saved_next_opcode2);
arch/sh/kernel/kprobes.c
97
struct kprobe *saved = this_cpu_ptr(&saved_next_opcode);
arch/sh/kernel/perf_event.c
201
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sh/kernel/perf_event.c
219
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sh/kernel/perf_event.c
236
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sh/kernel/perf_event.c
246
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/include/asm/cpudata_32.h
30
#define local_cpu_data() (*this_cpu_ptr(&__cpu_data))
arch/sparc/include/asm/cpudata_64.h
36
#define local_cpu_data() (*this_cpu_ptr(&__cpu_data))
arch/sparc/kernel/leon_smp.c
345
struct leon_ipi_work *work = this_cpu_ptr(&leon_ipi_work);
arch/sparc/kernel/pci_sun4v.c
148
struct iommu_batch *p = this_cpu_ptr(&iommu_batch);
arch/sparc/kernel/pci_sun4v.c
160
struct iommu_batch *p = this_cpu_ptr(&iommu_batch);
arch/sparc/kernel/pci_sun4v.c
174
struct iommu_batch *p = this_cpu_ptr(&iommu_batch);
arch/sparc/kernel/pci_sun4v.c
70
struct iommu_batch *p = this_cpu_ptr(&iommu_batch);
arch/sparc/kernel/perf_event.c
1031
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1049
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1083
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1100
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1116
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1151
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1163
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1374
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1514
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1532
struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1552
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/perf_event.c
1639
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/sparc/kernel/sun4d_smp.c
208
struct sun4d_ipi_work *work = this_cpu_ptr(&sun4d_ipi_work);
arch/sparc/kernel/time_64.c
763
sevt = this_cpu_ptr(&sparc64_events);
arch/sparc/mm/tlb.c
64
struct tlb_batch *tb = this_cpu_ptr(&tlb_batch);
arch/x86/events/amd/brs.c
205
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
221
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
228
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
257
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
283
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
387
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/brs.c
408
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
1573
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
1584
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
725
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
757
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
892
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
938
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/core.c
952
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/ibs.c
1228
struct cpu_perf_ibs *pcpu = this_cpu_ptr(perf_ibs->pcpu);
arch/x86/events/amd/ibs.c
471
struct cpu_perf_ibs *pcpu = this_cpu_ptr(perf_ibs->pcpu);
arch/x86/events/amd/ibs.c
505
struct cpu_perf_ibs *pcpu = this_cpu_ptr(perf_ibs->pcpu);
arch/x86/events/amd/ibs.c
558
struct cpu_perf_ibs *pcpu = this_cpu_ptr(perf_ibs->pcpu);
arch/x86/events/amd/ibs.c
576
struct cpu_perf_ibs *pcpu = this_cpu_ptr(perf_ibs->pcpu);
arch/x86/events/amd/lbr.c
100
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
163
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
323
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
342
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
362
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
378
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
391
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/amd/lbr.c
414
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1310
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1478
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1536
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1624
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1646
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
1714
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
2295
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
2317
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
2346
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
2547
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
707
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
747
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/core.c
764
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/bts.c
235
struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
263
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/bts.c
264
struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
294
struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
308
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/bts.c
309
struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
348
bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
372
bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
463
struct debug_store *ds = this_cpu_ptr(&cpu_hw_events)->ds;
arch/x86/events/intel/bts.c
473
bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
537
struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
arch/x86/events/intel/bts.c
538
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2510
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2527
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2561
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2614
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2700
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2733
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2745
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2754
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2760
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2779
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2873
this_cpu_ptr(&cpu_hw_events)->n_late_setup--;
arch/x86/events/intel/core.c
2962
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
2987
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3066
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3098
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3104
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3151
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3199
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3360
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3377
this_cpu_ptr(&cpu_hw_events)->n_late_setup++;
arch/x86/events/intel/core.c
3420
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3475
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3503
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
3664
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
4997
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
5077
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
5111
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/core.c
6784
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1140
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1157
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1594
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1640
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1798
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1817
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1832
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1843
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1878
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1887
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1942
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1957
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1967
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1986
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
1994
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2002
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2177
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2509
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2627
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2747
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2933
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
2954
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
3012
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
3134
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
3161
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
3181
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/ds.c
3232
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/knc.c
222
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
1014
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
124
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
1278
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
193
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
363
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
434
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
461
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
511
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
529
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
571
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
662
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
713
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
721
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/lbr.c
729
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/p4.c
1000
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/p4.c
1043
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/p4.c
921
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/intel/pt.c
1507
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1562
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1603
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1651
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1709
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1765
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
1820
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
421
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
467
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
507
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
565
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
648
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/intel/pt.c
986
struct pt *pt = this_cpu_ptr(&pt_ctx);
arch/x86/events/perf_event.h
1501
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/perf_event.h
1513
struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/events/zhaoxin/core.c
363
cpuc = this_cpu_ptr(&cpu_hw_events);
arch/x86/hyperv/hv_apic.c
124
ipi_arg = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/hv_crash.c
249
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/hv_crash.c
314
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/hv_crash.c
607
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/hv_crash.c
608
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
arch/x86/hyperv/hv_init.c
112
ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg);
arch/x86/hyperv/hv_init.c
278
ghcb_va = (void **)this_cpu_ptr(hv_ghcb_pg);
arch/x86/hyperv/hv_init.c
724
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/hv_init.c
729
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
arch/x86/hyperv/hv_vtl.c
141
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/irqdomain.c
29
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/irqdomain.c
30
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
arch/x86/hyperv/irqdomain.c
82
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/ivm.c
201
ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg);
arch/x86/hyperv/ivm.c
233
ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg);
arch/x86/hyperv/ivm.c
641
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/ivm.c
703
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/ivm.c
85
ghcb_base = (void **)this_cpu_ptr(hv_ghcb_pg);
arch/x86/hyperv/mmu.c
182
flush = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/mmu.c
75
flush = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/nested.c
101
flush = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/hyperv/nested.c
33
flush = *this_cpu_ptr(hyperv_pcpu_input_arg);
arch/x86/include/asm/desc.h
59
return this_cpu_ptr(&gdt_page)->gdt;
arch/x86/include/asm/posted_intr.h
172
struct pi_desc *pid = this_cpu_ptr(&posted_msi_pi_desc);
arch/x86/include/asm/resctrl.h
102
struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state);
arch/x86/include/asm/uv/uv_hub.h
191
#define uv_cpu_info this_cpu_ptr(&__uv_cpu_info)
arch/x86/kernel/alternative.c
2796
atomic_t *refs = this_cpu_ptr(&text_poke_array_refs);
arch/x86/kernel/alternative.c
2806
atomic_t *refs = this_cpu_ptr(&text_poke_array_refs);
arch/x86/kernel/apic/apic.c
1019
struct clock_event_device *evt = this_cpu_ptr(&lapic_events);
arch/x86/kernel/apic/apic.c
576
struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
arch/x86/kernel/apic/apic.c
607
struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
arch/x86/kernel/apic/apic.c
795
struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
arch/x86/kernel/apic/vector.c
865
struct vector_cleanup *cl = this_cpu_ptr(&vector_cleanup);
arch/x86/kernel/apic/x2apic_savic.c
197
apic_set_reg64(this_cpu_ptr(savic_page), APIC_ICR, icr_data);
arch/x86/kernel/apic/x2apic_savic.c
202
void *ap = this_cpu_ptr(savic_page);
arch/x86/kernel/apic/x2apic_savic.c
342
void *ap = this_cpu_ptr(savic_page);
arch/x86/kernel/apic/x2apic_savic.c
63
void *ap = this_cpu_ptr(savic_page);
arch/x86/kernel/cpu/aperfmperf.c
448
freq_ratio = READ_ONCE(this_cpu_ptr(arch_cpu_scale)->freq_ratio);
arch/x86/kernel/cpu/aperfmperf.c
476
struct aperfmperf *s = this_cpu_ptr(&cpu_samples);
arch/x86/kernel/cpu/common.c
2409
struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw);
arch/x86/kernel/cpu/common.c
2579
struct cpuinfo_x86 *c = this_cpu_ptr(&cpu_info);
arch/x86/kernel/cpu/mce/amd.c
277
struct mce_amd_cpu_data *data = this_cpu_ptr(&mce_amd_data);
arch/x86/kernel/cpu/mce/amd.c
278
u8 *bank_counts = this_cpu_ptr(smca_bank_counts);
arch/x86/kernel/cpu/mce/amd.c
330
this_cpu_ptr(mce_banks_array)[bank].lsb_in_status = !!(low & BIT(8));
arch/x86/kernel/cpu/mce/amd.c
333
this_cpu_ptr(smca_banks)[bank].paddrv = 1;
arch/x86/kernel/cpu/mce/amd.c
350
this_cpu_ptr(smca_banks)[bank].hwid = s_hwid;
arch/x86/kernel/cpu/mce/amd.c
351
this_cpu_ptr(smca_banks)[bank].id = low;
arch/x86/kernel/cpu/mce/amd.c
352
this_cpu_ptr(smca_banks)[bank].sysfs_id = bank_counts[s_hwid->bank_type]++;
arch/x86/kernel/cpu/mce/amd.c
585
__set_bit(bank, this_cpu_ptr(&mce_amd_data)->thr_intr_banks);
arch/x86/kernel/cpu/mce/amd.c
669
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/amd.c
697
struct mce_amd_cpu_data *data = this_cpu_ptr(&mce_amd_data);
arch/x86/kernel/cpu/mce/amd.c
732
if (!this_cpu_ptr(&mce_amd_data)->thr_intr_en)
arch/x86/kernel/cpu/mce/amd.c
829
if (this_cpu_ptr(smca_banks)[m->bank].paddrv)
arch/x86/kernel/cpu/mce/amd.c
852
machine_check_poll(MCP_TIMESTAMP, &this_cpu_ptr(&mce_amd_data)->dfr_intr_banks);
arch/x86/kernel/cpu/mce/amd.c
871
machine_check_poll(MCP_TIMESTAMP, &this_cpu_ptr(&mce_amd_data)->thr_intr_banks);
arch/x86/kernel/cpu/mce/core.c
1361
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
1604
final = this_cpu_ptr(&hw_errs_seen);
arch/x86/kernel/cpu/mce/core.c
1781
machine_check_poll(0, this_cpu_ptr(&mce_poll_banks));
arch/x86/kernel/cpu/mce/core.c
1793
struct timer_list *cpu_t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
1800
if (mce_available(this_cpu_ptr(&cpu_info)))
arch/x86/kernel/cpu/mce/core.c
1827
struct timer_list *t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
1848
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
1900
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
2032
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
2111
struct timer_list *t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
2118
struct timer_list *t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
2324
__clear_bit(bank, this_cpu_ptr(mce_poll_banks));
arch/x86/kernel/cpu/mce/core.c
2416
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
2767
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/core.c
2793
struct timer_list *t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
2804
struct timer_list *t = this_cpu_ptr(&mce_timer);
arch/x86/kernel/cpu/mce/core.c
406
ret = *(u64 *)((char *)this_cpu_ptr(&injectm) + offset);
arch/x86/kernel/cpu/mce/core.c
438
*(u64 *)((char *)this_cpu_ptr(&injectm) + offset) = v;
arch/x86/kernel/cpu/mce/core.c
818
struct mce_bank *mce_banks = this_cpu_ptr(mce_banks_array);
arch/x86/kernel/cpu/mce/inject.c
181
struct mce *m = this_cpu_ptr(&injectm);
arch/x86/kernel/cpu/mce/inject.c
195
struct mce *m = this_cpu_ptr(&injectm);
arch/x86/kernel/cpu/mce/inject.c
207
struct mce *m = this_cpu_ptr(&injectm);
arch/x86/kernel/cpu/mce/intel.c
166
machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned));
arch/x86/kernel/cpu/mce/intel.c
178
unsigned long *owned = (void *)this_cpu_ptr(&mce_banks_owned);
arch/x86/kernel/cpu/mce/intel.c
192
__clear_bit(bank, this_cpu_ptr(mce_poll_banks));
arch/x86/kernel/cpu/mce/intel.c
232
struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc);
arch/x86/kernel/cpu/mce/intel.c
240
WARN_ON(!test_bit(bank, this_cpu_ptr(mce_poll_banks)));
arch/x86/kernel/cpu/mce/intel.c
246
set_bit(bank, (void *)this_cpu_ptr(&mce_banks_owned));
arch/x86/kernel/cpu/mce/intel.c
253
__clear_bit(bank, this_cpu_ptr(mce_poll_banks));
arch/x86/kernel/cpu/mce/intel.c
316
machine_check_poll(0, this_cpu_ptr(&mce_banks_owned));
arch/x86/kernel/cpu/mce/intel.c
325
if (!test_bit(bank, this_cpu_ptr(mce_banks_owned)))
arch/x86/kernel/cpu/mce/intel.c
330
__clear_bit(bank, this_cpu_ptr(mce_banks_owned));
arch/x86/kernel/cpu/mce/intel.c
401
machine_check_poll(0, this_cpu_ptr(&mce_poll_banks));
arch/x86/kernel/cpu/mce/intel.c
485
this_cpu_ptr(mce_banks_array)[0].init = false;
arch/x86/kernel/cpu/mce/internal.h
288
if (this_cpu_ptr(mce_banks_array)[m->bank].lsb_in_status) {
arch/x86/kernel/cpu/mce/threshold.c
102
struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc);
arch/x86/kernel/cpu/mce/threshold.c
105
__clear_bit(bank, this_cpu_ptr(mce_poll_banks));
arch/x86/kernel/cpu/mce/threshold.c
116
struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc);
arch/x86/kernel/cpu/mce/threshold.c
50
struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc);
arch/x86/kernel/cpu/mce/threshold.c
87
struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc);
arch/x86/kernel/cpu/mce/threshold.c
89
__set_bit(bank, this_cpu_ptr(mce_poll_banks));
arch/x86/kernel/cpu/resctrl/core.c
726
struct resctrl_pqr_state *state = this_cpu_ptr(&pqr_state);
arch/x86/kernel/hw_breakpoint.c
106
struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]);
arch/x86/kernel/hw_breakpoint.c
120
dr7 = this_cpu_ptr(&cpu_dr7);
arch/x86/kernel/hw_breakpoint.c
154
struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]);
arch/x86/kernel/irq.c
480
struct pi_desc *pid = this_cpu_ptr(&posted_msi_pi_desc);
arch/x86/kernel/kvm.c
361
if (__test_and_clear_bit(KVM_PV_EOI_BIT, this_cpu_ptr(&kvm_apic_eoi)))
arch/x86/kernel/kvm.c
373
pa = slow_virt_to_phys(this_cpu_ptr(&apf_reason));
arch/x86/kernel/kvm.c
392
pa = slow_virt_to_phys(this_cpu_ptr(&kvm_apic_eoi))
arch/x86/kernel/nmi.c
539
struct nmi_stats *nsp = this_cpu_ptr(&nmi_stats);
arch/x86/kernel/perf_regs.c
136
struct pt_regs *regs_user_copy = this_cpu_ptr(&nmi_user_regs);
arch/x86/kernel/process.c
472
struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw);
arch/x86/kernel/process.c
529
struct ssb_state *st = this_cpu_ptr(&ssb_state);
arch/x86/kernel/process.c
578
struct ssb_state *st = this_cpu_ptr(&ssb_state);
arch/x86/kernel/process.c
823
struct cpuinfo_x86 *c = this_cpu_ptr(&cpu_info);
arch/x86/kernel/smp.c
234
mcheck_cpu_clear(this_cpu_ptr(&cpu_info));
arch/x86/kernel/smpboot.c
1406
struct mwait_cpu_dead *md = this_cpu_ptr(&mwait_cpu_dead);
arch/x86/kernel/tsc.c
207
struct cyc2ns *c2n = this_cpu_ptr(&cyc2ns);
arch/x86/kernel/tsc.c
221
struct cyc2ns *c2n = this_cpu_ptr(&cyc2ns);
arch/x86/kernel/tsc_sync.c
159
struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust);
arch/x86/kernel/tsc_sync.c
183
struct tsc_adjust *ref, *cur = this_cpu_ptr(&tsc_adjust);
arch/x86/kernel/tsc_sync.c
434
struct tsc_adjust *cur = this_cpu_ptr(&tsc_adjust);
arch/x86/kernel/tsc_sync.c
53
struct tsc_adjust *adj = this_cpu_ptr(&tsc_adjust);
arch/x86/kvm/svm/svm.c
1327
struct svm_cpu_data *sd = this_cpu_ptr(&svm_data);
arch/x86/kvm/x86.c
651
struct kvm_user_return_msrs *msrs = this_cpu_ptr(&user_return_msrs);
arch/x86/kvm/x86.c
673
struct kvm_user_return_msrs *msrs = this_cpu_ptr(&user_return_msrs);
arch/x86/kvm/x86.c
691
return this_cpu_ptr(&user_return_msrs)->values[slot].curr;
arch/x86/kvm/x86.c
697
struct kvm_user_return_msrs *msrs = this_cpu_ptr(&user_return_msrs);
arch/x86/lib/msr-smp.c
14
reg = this_cpu_ptr(rv->msrs);
arch/x86/lib/msr-smp.c
27
reg = this_cpu_ptr(rv->msrs);
arch/x86/mm/kmmio.c
268
ctx = this_cpu_ptr(&kmmio_ctx);
arch/x86/mm/kmmio.c
337
struct kmmio_context *ctx = this_cpu_ptr(&kmmio_ctx);
arch/x86/mm/tlb.c
1408
struct flush_tlb_info *info = this_cpu_ptr(&flush_tlb_info);
arch/x86/mm/tlb.c
562
(unsigned long *)this_cpu_ptr(&cpu_tlbstate.user_pcid_flush_mask));
arch/x86/platform/uv/uv_time.c
334
struct clock_event_device *ced = this_cpu_ptr(&cpu_ced);
arch/x86/xen/enlighten_pv.c
1033
struct tss_struct *tss = this_cpu_ptr(&cpu_tss_rw);
arch/x86/xen/enlighten_pv.c
924
const struct desc_ptr *desc = this_cpu_ptr(&idt_desc);
arch/x86/xen/enlighten_pv.c
943
memcpy(this_cpu_ptr(&idt_desc), desc, sizeof(idt_desc));
arch/x86/xen/multicalls.c
144
struct mc_buffer *b = this_cpu_ptr(&mc_buffer);
arch/x86/xen/multicalls.c
221
struct mc_buffer *b = this_cpu_ptr(&mc_buffer);
arch/x86/xen/multicalls.c
256
struct mc_buffer *b = this_cpu_ptr(&mc_buffer);
arch/x86/xen/multicalls.c
286
struct mc_buffer *b = this_cpu_ptr(&mc_buffer);
arch/x86/xen/multicalls.c
68
return this_cpu_ptr(mc_debug_data_ptr);
arch/x86/xen/pmu.c
26
#define get_xenpmu_data() (this_cpu_ptr(&xenpmu_shared)->xenpmu_data)
arch/x86/xen/pmu.c
27
#define get_xenpmu_flags() (this_cpu_ptr(&xenpmu_shared)->flags)
arch/x86/xen/pmu.c
470
this_cpu_ptr(&xenpmu_shared)->flags =
arch/x86/xen/pmu.c
479
this_cpu_ptr(&xenpmu_shared)->flags = xenpmu_flags;
arch/x86/xen/spinlock.c
38
atomic_t *nest_cnt = this_cpu_ptr(&xen_qlock_wait_nest);
arch/x86/xen/time.c
323
struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt);
arch/x86/xen/time.c
375
clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt));
arch/xtensa/kernel/hw_breakpoint.c
178
i = alloc_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp);
arch/xtensa/kernel/hw_breakpoint.c
185
i = alloc_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp);
arch/xtensa/kernel/hw_breakpoint.c
216
i = free_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp);
arch/xtensa/kernel/hw_breakpoint.c
224
i = free_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp);
arch/xtensa/kernel/hw_breakpoint.c
269
struct perf_event *bp = this_cpu_ptr(wp_on_reg)[i];
arch/xtensa/kernel/hw_breakpoint.c
281
struct perf_event **bp = this_cpu_ptr(bp_on_reg);
arch/xtensa/kernel/hw_breakpoint.c
290
struct perf_event **bp = this_cpu_ptr(wp_on_reg);
arch/xtensa/kernel/perf_event.c
292
struct xtensa_pmu_events *ev = this_cpu_ptr(&xtensa_pmu_events);
arch/xtensa/kernel/perf_event.c
318
struct xtensa_pmu_events *ev = this_cpu_ptr(&xtensa_pmu_events);
arch/xtensa/kernel/perf_event.c
371
struct xtensa_pmu_events *ev = this_cpu_ptr(&xtensa_pmu_events);
arch/xtensa/kernel/process.c
107
coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
arch/xtensa/kernel/process.c
140
coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
arch/xtensa/kernel/process.c
75
coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
arch/xtensa/kernel/time.c
120
struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt;
arch/xtensa/kernel/time.c
195
irq = this_cpu_ptr(&ccount_timer)->evt.irq;
arch/xtensa/kernel/traps.c
266
++*this_cpu_ptr(&nmi_count);
arch/xtensa/kernel/traps.c
460
xtensa_set_sr(this_cpu_ptr(&exc_table), excsave1);
arch/xtensa/kernel/traps.c
465
unsigned long debugsave = (unsigned long)this_cpu_ptr(&debug_table);
arch/xtensa/kernel/traps.c
467
this_cpu_ptr(&debug_table)->debug_exception = debug_exception;
block/blk-cgroup.c
2221
struct llist_head *lhead = this_cpu_ptr(blkcg->lhead);
block/blk-mq.c
1258
blk_complete_reqs(this_cpu_ptr(&blk_cpu_done));
block/blk-mq.c
1313
list = this_cpu_ptr(&blk_cpu_done);
crypto/cryptd.c
141
cpu_queue = this_cpu_ptr(queue->cpu_queue);
drivers/base/arch_topology.c
132
struct scale_freq_data *sfd = rcu_dereference_sched(*this_cpu_ptr(&sft_data));
drivers/char/random.c
1082
if (fast_pool != this_cpu_ptr(&irq_randomness)) {
drivers/char/random.c
1107
struct fast_pool *fast_pool = this_cpu_ptr(&irq_randomness);
drivers/char/random.c
1153
fast_mix(this_cpu_ptr(&irq_randomness)->pool, entropy, num);
drivers/char/random.c
1203
this_cpu_ptr(&irq_randomness)->count += max(1u, bits * 64) - 1;
drivers/clocksource/arc_timer.c
284
struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
drivers/clocksource/arc_timer.c
307
struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
drivers/clocksource/arc_timer.c
327
struct clock_event_device *evt = this_cpu_ptr(&arc_clockevent_device);
drivers/clocksource/arm_arch_timer.c
828
struct clock_event_device *clk = this_cpu_ptr(arch_timer_evt);
drivers/clocksource/arm_arch_timer.c
963
struct clock_event_device *clk = this_cpu_ptr(arch_timer_evt);
drivers/clocksource/arm_global_timer.c
175
struct clock_event_device *clk = this_cpu_ptr(gt_evt);
drivers/clocksource/arm_global_timer.c
196
struct clock_event_device *clk = this_cpu_ptr(gt_evt);
drivers/clocksource/hyperv_timer.c
64
ce = this_cpu_ptr(hv_clock_event);
drivers/clocksource/jcore-pit.c
107
struct jcore_pit *pit = this_cpu_ptr(jcore_pit_percpu);
drivers/clocksource/jcore-pit.c
124
struct jcore_pit *pit = this_cpu_ptr(jcore_pit_percpu);
drivers/clocksource/mips-gic-timer.c
106
clockevents_update_freq(this_cpu_ptr(&gic_clockevent_device), rate);
drivers/clocksource/mips-gic-timer.c
114
gic_clockevent_cpu_init(cpu, this_cpu_ptr(&gic_clockevent_device));
drivers/clocksource/mips-gic-timer.c
133
gic_clockevent_cpu_exit(this_cpu_ptr(&gic_clockevent_device));
drivers/clocksource/numachip.c
52
struct clock_event_device *ced = this_cpu_ptr(&numachip2_ced);
drivers/clocksource/numachip.c
60
struct clock_event_device *ced = this_cpu_ptr(&numachip2_ced);
drivers/clocksource/timer-clint.c
156
struct clock_event_device *evdev = this_cpu_ptr(&clint_clock_event);
drivers/clocksource/timer-econet-en751221.c
67
struct clock_event_device *dev = this_cpu_ptr(&econet_timer_pcpu);
drivers/clocksource/timer-mp-csky.c
64
struct timer_of *to = this_cpu_ptr(&csky_to);
drivers/clocksource/timer-riscv.c
150
struct clock_event_device *evdev = this_cpu_ptr(&riscv_clock_event);
drivers/clocksource/timer-tegra.c
256
to = this_cpu_ptr(&tegra_to);
drivers/cpuidle/cpuidle-psci.c
52
struct psci_cpuidle_domain_state *ds = this_cpu_ptr(&psci_domain_state);
drivers/cpuidle/cpuidle-psci.c
68
struct psci_cpuidle_data *data = this_cpu_ptr(&psci_cpuidle_data);
drivers/cpuidle/cpuidle-psci.c
85
ds = this_cpu_ptr(&psci_domain_state);
drivers/cpuidle/cpuidle-riscv-sbi.c
51
struct sbi_domain_state *data = this_cpu_ptr(&domain_state);
drivers/cpuidle/cpuidle-riscv-sbi.c
59
struct sbi_domain_state *data = this_cpu_ptr(&domain_state);
drivers/cpuidle/cpuidle-riscv-sbi.c
66
struct sbi_domain_state *data = this_cpu_ptr(&domain_state);
drivers/cpuidle/cpuidle-riscv-sbi.c
73
struct sbi_domain_state *data = this_cpu_ptr(&domain_state);
drivers/cpuidle/cpuidle-riscv-sbi.c
95
struct sbi_cpuidle_data *data = this_cpu_ptr(&sbi_cpuidle_data);
drivers/cpuidle/governors/ladder.c
70
struct ladder_device *ldev = this_cpu_ptr(&ladder_devices);
drivers/cpuidle/governors/menu.c
221
struct menu_device *data = this_cpu_ptr(&menu_devices);
drivers/cpuidle/governors/menu.c
403
struct menu_device *data = this_cpu_ptr(&menu_devices);
drivers/cpuidle/governors/menu.c
417
struct menu_device *data = this_cpu_ptr(&menu_devices);
drivers/cpuidle/governors/teo.c
175
struct teo_cpu *cpu_data = this_cpu_ptr(&teo_cpus);
drivers/cpuidle/governors/teo.c
311
struct teo_cpu *cpu_data = this_cpu_ptr(&teo_cpus);
drivers/cpuidle/governors/teo.c
555
struct teo_cpu *cpu_data = this_cpu_ptr(&teo_cpus);
drivers/dma/hsu/hsu.c
222
stat = this_cpu_ptr(hsuc->vchan.chan.local);
drivers/dma/idma64.c
143
stat = this_cpu_ptr(idma64c->vchan.chan.local);
drivers/hv/hv.c
531
struct hv_per_cpu_context *hv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/hv.c
69
aligned_msg = this_cpu_ptr(hv_context.cpu_context)->post_msg_page;
drivers/hv/hv.c
71
aligned_msg = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_balloon.c
1587
hint = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_common.c
272
output = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_common.c
293
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_common.c
294
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/hv_common.c
485
inputarg = (void **)this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_common.c
497
outputarg = (void **)this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/hv_common.c
537
synic_eventring_tail = (u8 **)this_cpu_ptr(hv_synic_eventring_tail);
drivers/hv/hv_common.c
564
synic_eventring_tail = this_cpu_ptr(hv_synic_eventring_tail);
drivers/hv/hv_proc.c
173
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_proc.c
175
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/hv_proc.c
217
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/hv_proc.c
77
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_common.c
126
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_common.c
127
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_common.c
173
in = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_common.c
231
in = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_common.c
43
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_common.c
44
output_page = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_common.c
87
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
102
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
1028
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
103
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
211
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
313
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
350
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
351
output_page = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
386
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
441
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
442
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
501
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
545
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
546
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
61
input_page = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
621
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
658
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
659
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
703
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
756
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
832
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
900
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_hv_call.c
901
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_hv_call.c
974
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_main.c
2125
input = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/hv/mshv_root_main.c
2126
output = *this_cpu_ptr(hyperv_pcpu_output_arg);
drivers/hv/mshv_root_main.c
2180
inputarg = (void **)this_cpu_ptr(root_scheduler_input);
drivers/hv/mshv_root_main.c
2181
outputarg = (void **)this_cpu_ptr(root_scheduler_output);
drivers/hv/mshv_root_main.c
2198
inputarg = (void **)this_cpu_ptr(root_scheduler_input);
drivers/hv/mshv_root_main.c
2199
outputarg = (void **)this_cpu_ptr(root_scheduler_output);
drivers/hv/mshv_root_main.c
416
input = *this_cpu_ptr(root_scheduler_input);
drivers/hv/mshv_root_main.c
417
output = *this_cpu_ptr(root_scheduler_output);
drivers/hv/mshv_synic.c
38
spages = this_cpu_ptr(synic_pages);
drivers/hv/mshv_synic.c
40
synic_eventring_tail = (u8 **)this_cpu_ptr(hv_synic_eventring_tail);
drivers/hv/mshv_synic.c
405
struct hv_synic_pages *spages = this_cpu_ptr(synic_pages);
drivers/hv/mshv_synic.c
463
struct hv_synic_pages *spages = this_cpu_ptr(synic_pages);
drivers/hv/mshv_synic.c
558
struct hv_synic_pages *spages = this_cpu_ptr(synic_pages);
drivers/hv/mshv_vtl_main.c
193
return *this_cpu_ptr(&mshv_vtl_per_cpu.run);
drivers/hv/mshv_vtl_main.c
303
per_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/mshv_vtl_main.c
328
struct mshv_vtl_per_cpu *per_cpu = this_cpu_ptr(&mshv_vtl_per_cpu);
drivers/hv/mshv_vtl_main.c
637
mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/mshv_vtl_main.c
869
struct hv_per_cpu_context *mshv_cpu = this_cpu_ptr(hv_context.cpu_context);
drivers/hv/vmbus_drv.c
1357
= this_cpu_ptr(hv_context.cpu_context);
drivers/hwtracing/coresight/coresight-etm-perf.c
480
struct etm_ctxt *ctxt = this_cpu_ptr(&etm_ctxt);
drivers/hwtracing/coresight/coresight-etm-perf.c
634
struct etm_ctxt *ctxt = this_cpu_ptr(&etm_ctxt);
drivers/hwtracing/coresight/coresight-etm4x-core.c
2415
struct etm4_init_arg *iap = *this_cpu_ptr(&delayed_probe);
drivers/hwtracing/coresight/coresight-etm4x-core.c
2422
*this_cpu_ptr(&delayed_probe) = NULL;
drivers/hwtracing/coresight/coresight-trbe.c
1007
*this_cpu_ptr(buf->cpudata->drvdata->handle) = handle;
drivers/hwtracing/coresight/coresight-trbe.c
1089
*this_cpu_ptr(buf->cpudata->drvdata->handle) = NULL;
drivers/hwtracing/coresight/coresight-trbe.c
1238
struct trbe_cpudata *cpudata = this_cpu_ptr(drvdata->cpudata);
drivers/hwtracing/coresight/coresight-trbe.c
1247
struct trbe_cpudata *cpudata = this_cpu_ptr(drvdata->cpudata);
drivers/hwtracing/coresight/coresight-trbe.c
301
*this_cpu_ptr(buf->cpudata->drvdata->handle) = NULL;
drivers/infiniband/ulp/rtrs/rtrs-clt.c
798
ppcpu_path = this_cpu_ptr(clt->pcpu_path);
drivers/irqchip/irq-gic-v3-its.c
2784
*this_cpu_ptr(&local_4_1_its) = its;
drivers/irqchip/irq-gic-v3-its.c
2822
*this_cpu_ptr(&local_4_1_its) = *per_cpu_ptr(&local_4_1_its, cpu);
drivers/irqchip/irq-gic-v3-its.c
4195
struct its_node *its = *this_cpu_ptr(&local_4_1_its);
drivers/irqchip/irq-gic-v3.c
238
#define gic_data_rdist() (this_cpu_ptr(gic_data.rdists.rdist))
drivers/irqchip/irq-loongarch-avec.c
169
struct pending_list *plist = this_cpu_ptr(&pending_list);
drivers/irqchip/irq-mips-gic.c
244
pcpu_mask = this_cpu_ptr(pcpu_masks);
drivers/irqchip/irq-riscv-aplic-direct.c
140
struct aplic_idc *idc = this_cpu_ptr(&aplic_idcs);
drivers/irqchip/irq-riscv-imsic-early.c
95
struct imsic_local_priv *lpriv = this_cpu_ptr(imsic->lpriv);
drivers/irqchip/irq-riscv-imsic-state.c
228
struct imsic_local_priv *lpriv = this_cpu_ptr(imsic->lpriv);
drivers/irqchip/irq-riscv-imsic-state.c
554
struct imsic_local_priv *lpriv = this_cpu_ptr(imsic->lpriv);
drivers/irqchip/irq-sifive-plic.c
174
struct plic_handler *handler = this_cpu_ptr(&plic_handlers);
drivers/irqchip/irq-sifive-plic.c
273
struct plic_priv *priv = this_cpu_ptr(&plic_handlers)->priv;
drivers/irqchip/irq-sifive-plic.c
285
struct plic_priv *priv = this_cpu_ptr(&plic_handlers)->priv;
drivers/irqchip/irq-sifive-plic.c
384
struct plic_handler *handler = this_cpu_ptr(&plic_handlers);
drivers/irqchip/irq-sifive-plic.c
476
struct plic_handler *handler = this_cpu_ptr(&plic_handlers);
drivers/irqchip/irq-sifive-plic.c
513
struct plic_handler *handler = this_cpu_ptr(&plic_handlers);
drivers/leds/trigger/ledtrig-cpu.c
53
struct led_trigger_cpu *trig = this_cpu_ptr(&cpu_trig);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
130
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
159
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
194
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
219
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
242
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
278
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/riscv-sbi-mpxy-mbox.c
303
struct mpxy_local *mpxy = this_cpu_ptr(&mpxy_local);
drivers/mailbox/zynqmp-ipi-mailbox.c
804
pdata = *this_cpu_ptr(&per_cpu_pdata);
drivers/md/dm-pcache/cache.h
389
return this_cpu_ptr(cache->data_heads);
drivers/md/raid5.c
2276
percpu = this_cpu_ptr(conf->percpu);
drivers/misc/vcpu_stall_detector.c
91
this_cpu_ptr(vcpu_stall_detectors);
drivers/net/ethernet/asix/ax88796c_main.c
342
stats = this_cpu_ptr(ax_local->stats);
drivers/net/ethernet/asix/ax88796c_main.c
408
stats = this_cpu_ptr(ax_local->stats);
drivers/net/ethernet/chelsio/cxgb/sge.c
1376
st = this_cpu_ptr(sge->port_stats[p->iff]);
drivers/net/ethernet/chelsio/cxgb/sge.c
1812
struct sge_port_stats *st = this_cpu_ptr(sge->port_stats[dev->if_port]);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
1659
countptr = this_cpu_ptr(dpaa_bp->percpu_count);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
1902
count_ptr = this_cpu_ptr(dpaa_bp->percpu_count);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
1929
count_ptr = this_cpu_ptr(dpaa_bp->percpu_count);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2307
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2507
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2531
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2719
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2759
count_ptr = this_cpu_ptr(dpaa_bp->percpu_count);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2851
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2876
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
2898
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
338
percpu_priv = this_cpu_ptr(priv->percpu_priv);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1412
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1413
percpu_extras = this_cpu_ptr(priv->percpu_extras);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1414
fd = (this_cpu_ptr(priv->fd))->array;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1591
percpu_extras = this_cpu_ptr(priv->percpu_extras);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1607
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2883
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
343
percpu_extras = this_cpu_ptr(priv->percpu_extras);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
371
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
604
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
605
percpu_extras = this_cpu_ptr(priv->percpu_extras);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
699
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
870
sgt_cache = this_cpu_ptr(priv->sgt_cache);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
890
sgt_cache = this_cpu_ptr(priv->sgt_cache);
drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c
119
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c
403
percpu_stats = this_cpu_ptr(priv->percpu_stats);
drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c
404
percpu_extras = this_cpu_ptr(priv->percpu_extras);
drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk.c
405
fds = (this_cpu_ptr(priv->fd))->array;
drivers/net/ethernet/intel/ice/ice_repr.c
30
stats = this_cpu_ptr(repr->stats);
drivers/net/ethernet/intel/ice/ice_repr.c
47
stats = this_cpu_ptr(repr->stats);
drivers/net/ethernet/marvell/mvneta.c
1816
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2028
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2056
stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2176
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2216
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2500
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2624
stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2658
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
2979
struct mvneta_pcpu_stats *stats = this_cpu_ptr(pp->stats);
drivers/net/ethernet/marvell/mvneta.c
3288
struct mvneta_pcpu_port *port = this_cpu_ptr(pp->ports);
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
3733
struct mvpp2_pcpu_stats *stats = this_cpu_ptr(port->stats);
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
3798
stats = this_cpu_ptr(port->stats);
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4063
struct mvpp2_pcpu_stats *stats = this_cpu_ptr(port->stats);
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
2312
pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats);
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
654
pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats);
drivers/net/ethernet/mellanox/mlxsw/spectrum_trap.c
77
pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats);
drivers/net/ethernet/netronome/nfp/nfp_net_repr.c
39
stats = this_cpu_ptr(repr->stats);
drivers/net/ethernet/netronome/nfp/nfp_net_repr.c
51
stats = this_cpu_ptr(repr->stats);
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c
24
pcpu_ptr = this_cpu_ptr(priv->pcpu_stats);
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c
37
pcpu_ptr = this_cpu_ptr(priv->pcpu_stats);
drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c
224
struct stmmac_pcpu_stats *stats = this_cpu_ptr(priv->xstats.pcpu_stats);
drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c
433
struct stmmac_pcpu_stats *stats = this_cpu_ptr(priv->xstats.pcpu_stats);
drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c
174
struct stmmac_pcpu_stats *stats = this_cpu_ptr(priv->xstats.pcpu_stats);
drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c
164
struct stmmac_pcpu_stats *stats = this_cpu_ptr(priv->xstats.pcpu_stats);
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c
306
struct stmmac_pcpu_stats *stats = this_cpu_ptr(priv->xstats.pcpu_stats);
drivers/net/hyperv/netvsc_drv.c
2127
= this_cpu_ptr(ndev_ctx->vf_stats);
drivers/net/hyperv/netvsc_drv.c
429
= this_cpu_ptr(ndev_ctx->vf_stats);
drivers/net/ipvlan/ipvlan_core.c
23
pcptr = this_cpu_ptr(ipvlan->pcpu_stats);
drivers/net/ipvlan/ipvlan_main.c
230
pcptr = this_cpu_ptr(ipvlan->pcpu_stats);
drivers/net/macsec.c
1023
struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats);
drivers/net/macsec.c
1208
secy_stats = this_cpu_ptr(macsec->stats);
drivers/net/macsec.c
1209
rxsc_stats = this_cpu_ptr(rx_sc->stats);
drivers/net/macsec.c
1330
secy_stats = this_cpu_ptr(macsec->stats);
drivers/net/macsec.c
3455
secy_stats = this_cpu_ptr(macsec->stats);
drivers/net/macsec.c
519
struct pcpu_tx_sc_stats *txsc_stats = this_cpu_ptr(tx_sc->stats);
drivers/net/macsec.c
662
struct pcpu_secy_stats *secy_stats = this_cpu_ptr(macsec->stats);
drivers/net/macsec.c
738
struct pcpu_rx_sc_stats *rxsc_stats = this_cpu_ptr(rx_sa->sc->stats);
drivers/net/macvlan.c
592
pcpu_stats = this_cpu_ptr(vlan->pcpu_stats);
drivers/net/ppp/ppp_generic.c
1683
xmit_recursion = this_cpu_ptr(ppp->xmit_recursion);
drivers/net/ppp/ppp_generic.c
2215
xmit_recursion = this_cpu_ptr(ppp->xmit_recursion);
drivers/net/team/team_core.c
1691
pcpu_stats = this_cpu_ptr(team->pcpu_stats);
drivers/net/team/team_core.c
751
pcpu_stats = this_cpu_ptr(team->pcpu_stats);
drivers/net/team/team_mode_loadbalance.c
208
pcpu_stats = this_cpu_ptr(lb_priv->pcpu_stats);
drivers/net/team/team_mode_loadbalance.c
209
port_stats = this_cpu_ptr(lb_port_priv->pcpu_stats);
drivers/net/usb/usbnet.c
1305
struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats);
drivers/net/usb/usbnet.c
332
struct pcpu_sw_netstats *stats64 = this_cpu_ptr(dev->net->tstats);
drivers/net/vxlan/vxlan_vnifilter.c
146
struct vxlan_vni_stats_pcpu *pstats = this_cpu_ptr(vninode->stats);
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c
1746
struct iwl_tso_hdr_page *p = this_cpu_ptr(trans_pcie->txqs.tso_hdr_page);
drivers/net/xen-netfront.c
1230
struct netfront_stats *rx_stats = this_cpu_ptr(queue->info->rx_stats);
drivers/net/xen-netfront.c
618
struct netfront_stats *tx_stats = this_cpu_ptr(np->tx_stats);
drivers/net/xen-netfront.c
709
struct netfront_stats *tx_stats = this_cpu_ptr(np->tx_stats);
drivers/pci/controller/pci-hyperv.c
1107
in = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/pci/controller/pci-hyperv.c
1108
out = *this_cpu_ptr(hyperv_pcpu_input_arg) + sizeof(*in);
drivers/pci/controller/pci-hyperv.c
1139
in = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/pci/controller/pci-hyperv.c
638
params = *this_cpu_ptr(hyperv_pcpu_input_arg);
drivers/perf/apple_m1_cpu_pmu.c
446
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_brbe.c
496
struct pmu_hw_events *cpuc = this_cpu_ptr(arm_pmu->hw_events);
drivers/perf/arm_pmu.c
320
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmu.c
342
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmu.c
536
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmu.c
752
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmu.c
785
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmuv3.c
1078
struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events);
drivers/perf/arm_pmuv3.c
798
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_pmuv3.c
839
struct pmu_hw_events *hw_events = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_pmuv3.c
862
struct pmu_hw_events *hw_events = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_pmuv3.c
885
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_spe_pmu.c
885
struct perf_output_handle *handle = this_cpu_ptr(spe_pmu->handle);
drivers/perf/arm_spe_pmu.c
929
struct perf_output_handle *handle = this_cpu_ptr(spe_pmu->handle);
drivers/perf/arm_v6_pmu.c
242
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_v7_pmu.c
892
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_xscale_pmu.c
149
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/arm_xscale_pmu.c
487
struct pmu_hw_events *cpuc = this_cpu_ptr(cpu_pmu->hw_events);
drivers/perf/riscv_pmu.c
260
struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
drivers/perf/riscv_pmu.c
284
struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
1033
struct cpu_hw_events *cpu_hw_evt = this_cpu_ptr(pmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
1151
struct cpu_hw_events *cpu_hw_evt = this_cpu_ptr(pmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
1246
struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
542
struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
601
struct cpu_hw_events *cpuc = this_cpu_ptr(rvpmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
746
struct cpu_hw_events *cpu_hw_evt = this_cpu_ptr(pmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
827
struct cpu_hw_events *cpu_hw_evt = this_cpu_ptr(pmu->hw_events);
drivers/perf/riscv_pmu_sbi.c
912
struct cpu_hw_events *cpu_hw_evt = this_cpu_ptr(pmu->hw_events);
drivers/perf/starfive_starlink_pmu.c
294
this_cpu_ptr(starlink_pmu->hw_events);
drivers/perf/starfive_starlink_pmu.c
334
this_cpu_ptr(starlink_pmu->hw_events);
drivers/perf/starfive_starlink_pmu.c
401
this_cpu_ptr(starlink_pmu->hw_events);
drivers/perf/starfive_starlink_pmu.c
452
this_cpu_ptr(starlink_pmu->hw_events);
drivers/s390/cio/ccwreq.c
256
struct irb *irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/chsc_sch.c
57
struct irb *irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/cio.c
544
irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/cio.c
590
irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/device_fsm.c
756
irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/device_fsm.c
824
irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/eadm_sch.c
127
struct irb *irb = this_cpu_ptr(&cio_irb);
drivers/s390/cio/vfio_ccw_fsm.c
360
struct irb *irb = this_cpu_ptr(&cio_irb);
drivers/scsi/fcoe/fcoe.c
1436
fps = this_cpu_ptr(&fcoe_percpu);
drivers/scsi/lpfc/lpfc_sli.c
15643
eqi = this_cpu_ptr(phba->sli4_hba.eq_info);
drivers/scsi/qedi/qedi_main.c
1951
struct qedi_percpu_s *p = this_cpu_ptr(&qedi_percpu);
drivers/scsi/qedi/qedi_main.c
1966
struct qedi_percpu_s *p = this_cpu_ptr(&qedi_percpu);
drivers/soc/fsl/qbman/qman_test_stash.c
319
struct hp_cpu *hp_cpu = this_cpu_ptr(&hp_cpus);
drivers/soc/fsl/qbman/qman_test_stash.c
345
struct hp_cpu *hp_cpu = this_cpu_ptr(&hp_cpus);
drivers/spi/spi-mem.c
337
stats = this_cpu_ptr(pcpu_stats);
drivers/spi/spi.c
318
stats = this_cpu_ptr(pcpu_stats);
fs/aio.c
939
kcpu = this_cpu_ptr(ctx->cpu);
fs/aio.c
957
kcpu = this_cpu_ptr(ctx->cpu);
fs/buffer.c
1340
b = this_cpu_ptr(&bh_lrus);
fs/buffer.c
1570
b = this_cpu_ptr(&bh_lrus);
fs/gfs2/glock.c
1132
gl->gl_stats = this_cpu_ptr(sdp->sd_lkstats)->lkstats[glops->go_type];
fs/gfs2/incore.h
870
this_cpu_ptr(sdp->sd_lkstats)->lkstats[glock_type(gl)].stats[which]++;
fs/gfs2/lock_dlm.c
112
lks = this_cpu_ptr(glock_sbd(gl)->sd_lkstats);
fs/gfs2/lock_dlm.c
84
lks = this_cpu_ptr(glock_sbd(gl)->sd_lkstats);
fs/gfs2/rgrp.c
1943
st = &this_cpu_ptr(sdp->sd_lkstats)->lkstats[LM_TYPE_RGRP];
fs/locks.c
697
struct file_lock_list_struct *fll = this_cpu_ptr(&file_lock_list);
fs/squashfs/decompressor_multi_percpu.c
86
stream = this_cpu_ptr(percpu);
fs/xfs/xfs_icache.c
2191
gc = this_cpu_ptr(mp->m_inodegc);
fs/xfs/xfs_log_cil.c
670
cilpcp = this_cpu_ptr(cil->xc_pcp);
include/asm-generic/rqspinlock.h
112
struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks);
include/asm-generic/rqspinlock.h
200
struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks);
include/linux/bpf.h
2047
u8 *active = this_cpu_ptr(prog->active);
include/linux/bpf.h
2067
u8 *active = this_cpu_ptr(prog->active);
include/linux/context_tracking.h
128
return raw_atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_RCU_WATCHING;
include/linux/context_tracking.h
137
return raw_atomic_add_return(incby, this_cpu_ptr(&context_tracking.state));
include/linux/context_tracking_state.h
84
return raw_atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_STATE_MASK;
include/linux/context_tracking_state.h
91
return atomic_read(this_cpu_ptr(&context_tracking.state)) & CT_RCU_WATCHING_MASK;
include/linux/cookie.h
32
struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local);
include/linux/cpumask.h
1072
#define this_cpu_cpumask_var_ptr(x) this_cpu_ptr(x)
include/linux/filter.h
716
stats = this_cpu_ptr(prog->stats);
include/linux/kernel_stat.h
49
#define kstat_this_cpu this_cpu_ptr(&kstat)
include/linux/kernel_stat.h
50
#define kcpustat_this_cpu this_cpu_ptr(&kernel_cpustat)
include/linux/kprobes.h
399
return this_cpu_ptr(&kprobe_ctlblk);
include/linux/local_lock_internal.h
180
#define __local_lock_is_locked(lock) READ_ONCE(this_cpu_ptr(lock)->acquired)
include/linux/local_lock_internal.h
314
(rt_mutex_owner(&this_cpu_ptr(__lock)->lock) == current)
include/linux/local_lock_internal.h
328
return this_cpu_ptr(base);
include/linux/local_lock_internal.h
334
return this_cpu_ptr(base);
include/linux/local_lock_internal.h
338
#define __this_cpu_local_lock(base) this_cpu_ptr(base)
include/linux/netdevice.h
2998
struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
include/linux/netdevice.h
3010
struct pcpu_sw_netstats *tstats = this_cpu_ptr(dev->tstats);
include/linux/netdevice.h
3020
struct pcpu_lstats *lstats = this_cpu_ptr(dev->lstats);
include/linux/netdevice.h
3031
struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
include/linux/netdevice.h
3041
struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
include/linux/netdevice.h
3051
struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
include/linux/netdevice.h
3061
struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
include/linux/netdevice.h
3071
struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats);
include/linux/netfilter/x_tables.h
426
return this_cpu_ptr((void __percpu *) (unsigned long) cnt->pcnt);
include/linux/percpu-defs.h
282
this_cpu_ptr(&var); \
include/linux/percpu-defs.h
298
this_cpu_ptr(var); \
include/linux/perf_event.h
1616
struct pt_regs *regs = this_cpu_ptr(&__perf_regs[0]);
include/linux/relay.h
208
buf = *this_cpu_ptr(chan->buf);
include/linux/spi/spi.h
110
__lstats = this_cpu_ptr(pcpu_stats); \
include/linux/spi/spi.h
99
__lstats = this_cpu_ptr(pcpu_stats); \
include/net/act_api.h
233
bstats_update(this_cpu_ptr(a->cpu_bstats), skb);
include/net/act_api.h
244
qstats_drop_inc(this_cpu_ptr(a->cpu_qstats));
include/net/act_api.h
253
qstats_overlimit_inc(this_cpu_ptr(a->cpu_qstats));
include/net/sch_generic.h
1439
bstats_update(this_cpu_ptr(miniq->cpu_bstats), skb);
include/net/sch_generic.h
946
bstats_update(this_cpu_ptr(sch->cpu_bstats), skb);
include/rv/da_monitor.h
239
return this_cpu_ptr(&DA_MON_NAME);
include/trace/perf.h
33
head = this_cpu_ptr(event_call->perf_events); \
include/uapi/linux/bpf.h
6057
FN(this_cpu_ptr, 154, ##ctx) \
kernel/bpf/arraymap.c
261
return this_cpu_ptr(array->pptrs[index & array->index_mask]);
kernel/bpf/arraymap.c
387
val = this_cpu_ptr(array->pptrs[index & array->index_mask]);
kernel/bpf/arraymap.c
765
val = this_cpu_ptr(array->pptrs[i]);
kernel/bpf/cgroup.c
1770
ptr = this_cpu_ptr(storage->percpu_buf);
kernel/bpf/cpumap.c
765
bq = this_cpu_ptr(rcpu->bulkq);
kernel/bpf/devmap.c
469
bq = this_cpu_ptr(dev->xdp_bulkq);
kernel/bpf/hashtab.c
1020
ptr = this_cpu_ptr(pptr);
kernel/bpf/hashtab.c
1088
pl_new = this_cpu_ptr(htab->extra_elems);
kernel/bpf/hashtab.c
2293
val = this_cpu_ptr(pptr);
kernel/bpf/hashtab.c
2402
return this_cpu_ptr(htab_elem_get_ptr(l, map->key_size));
kernel/bpf/hashtab.c
2447
return this_cpu_ptr(htab_elem_get_ptr(l, map->key_size));
kernel/bpf/helpers.c
734
return (unsigned long)this_cpu_ptr((const void __percpu *)(const uintptr_t)percpu_ptr);
kernel/bpf/helpers.c
784
*bufs = this_cpu_ptr(&bpf_bprintf_bufs[nest_level - 1]);
kernel/bpf/memalloc.c
910
ret = unit_alloc(this_cpu_ptr(ma->caches)->cache + idx);
kernel/bpf/memalloc.c
927
unit_free(this_cpu_ptr(ma->caches)->cache + idx, ptr);
kernel/bpf/memalloc.c
943
unit_free_rcu(this_cpu_ptr(ma->caches)->cache + idx, ptr);
kernel/bpf/memalloc.c
950
ret = unit_alloc(this_cpu_ptr(ma->cache));
kernel/bpf/memalloc.c
959
unit_free(this_cpu_ptr(ma->cache), ptr);
kernel/bpf/memalloc.c
967
unit_free_rcu(this_cpu_ptr(ma->cache), ptr);
kernel/bpf/memalloc.c
997
c = this_cpu_ptr(ma->cache);
kernel/bpf/mmap_unlock_work.h
31
work = this_cpu_ptr(&mmap_unlock_work);
kernel/bpf/percpu_freelist.c
51
if (___pcpu_freelist_push(this_cpu_ptr(s->freelist), node))
kernel/bpf/rqspinlock.c
101
struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks);
kernel/bpf/rqspinlock.c
122
struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks);
kernel/bpf/rqspinlock.c
456
node = this_cpu_ptr(&rqnodes[0].mcs);
kernel/bpf/rqspinlock.c
674
struct rqspinlock_held *rqh = this_cpu_ptr(&rqspinlock_held_locks);
kernel/bpf/syscall.c
2453
stats = this_cpu_ptr(prog->stats);
kernel/bpf/trampoline.c
1173
stats = this_cpu_ptr(prog->stats);
kernel/cgroup/cgroup.c
7122
lnode = llist_del_all(this_cpu_ptr(&cgrp_dead_tasks));
kernel/cgroup/cgroup.c
7143
llist_add(&task->cg_dead_lnode, this_cpu_ptr(&cgrp_dead_tasks));
kernel/cgroup/cgroup.c
7144
irq_work_queue(this_cpu_ptr(&cgrp_dead_tasks_iwork));
kernel/context_tracking.c
105
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/context_tracking.c
144
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/context_tracking.c
185
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/context_tracking.c
240
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/context_tracking.c
449
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/context_tracking.c
591
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/cpu.c
1046
struct cpuhp_cpu_state *st = this_cpu_ptr(&cpuhp_state);
kernel/cpu.c
1067
struct cpuhp_cpu_state *st = this_cpu_ptr(&cpuhp_state);
kernel/cpu.c
1277
struct cpuhp_cpu_state *st = this_cpu_ptr(&cpuhp_state);
kernel/cpu.c
1366
struct cpuhp_cpu_state *st = this_cpu_ptr(&cpuhp_state);
kernel/cpu.c
1597
struct cpuhp_cpu_state *st = this_cpu_ptr(&cpuhp_state);
kernel/cpu.c
301
atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
kernel/cpu.c
3182
atomic_set(this_cpu_ptr(&cpuhp_state.ap_sync_state), SYNC_STATE_ONLINE);
kernel/cpu.c
393
atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
kernel/events/callchain.c
159
*rctx = get_recursion_context(this_cpu_ptr(callchain_recursion));
kernel/events/callchain.c
165
put_recursion_context(this_cpu_ptr(callchain_recursion), *rctx);
kernel/events/callchain.c
178
put_recursion_context(this_cpu_ptr(callchain_recursion), rctx);
kernel/events/core.c
1002
info = this_cpu_ptr(event->cgrp->info);
kernel/events/core.c
1030
info = this_cpu_ptr(cgrp->info);
kernel/events/core.c
1045
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
10994
struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable);
kernel/events/core.c
11057
struct swevent_htable *swhash = this_cpu_ptr(&swevent_htable);
kernel/events/core.c
1341
return *this_cpu_ptr(pmu->cpu_pmu_context);
kernel/events/core.c
15077
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
249
return this_cpu_ptr(&perf_cpu_context)->task_ctx;
kernel/events/core.c
2653
__perf_remove_from_context(event, this_cpu_ptr(&perf_cpu_context),
kernel/events/core.c
285
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
2947
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3037
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3055
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3578
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
359
cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
386
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3880
list_add(&cpc->sched_cb_entry, this_cpu_ptr(&sched_cb_list));
kernel/events/core.c
3897
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3919
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
3926
list_for_each_entry(cpc, this_cpu_ptr(&sched_cb_list), sched_cb_entry)
kernel/events/core.c
4020
cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4182
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4249
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4589
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4648
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4702
cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
4815
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
6417
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
6443
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
8906
struct pmu_event_list *pel = this_cpu_ptr(&pmu_sb_events);
kernel/events/core.c
9048
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
905
struct perf_cpu_context *cpuctx = this_cpu_ptr(&perf_cpu_context);
kernel/events/core.c
982
info = this_cpu_ptr(cgrp->info);
kernel/irq/ipi-mux.c
122
struct ipi_mux_cpu *icpu = this_cpu_ptr(ipi_mux_pcpu);
kernel/irq/ipi-mux.c
31
struct ipi_mux_cpu *icpu = this_cpu_ptr(ipi_mux_pcpu);
kernel/irq/ipi-mux.c
38
struct ipi_mux_cpu *icpu = this_cpu_ptr(ipi_mux_pcpu);
kernel/irq/ipi-mux.c
56
struct ipi_mux_cpu *icpu = this_cpu_ptr(ipi_mux_pcpu);
kernel/irq/manage.c
234
struct cpumask *tmp_mask = this_cpu_ptr(&__tmp_mask);
kernel/irq/matrix.c
107
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq/matrix.c
190
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq/matrix.c
330
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq/matrix.c
458
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq/matrix.c
482
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq/matrix.c
86
struct cpumap *cm = this_cpu_ptr(m->maps);
kernel/irq_work.c
103
list = this_cpu_ptr(&lazy_list);
kernel/irq_work.c
105
list = this_cpu_ptr(&raised_list);
kernel/irq_work.c
188
raised = this_cpu_ptr(&raised_list);
kernel/irq_work.c
189
lazy = this_cpu_ptr(&lazy_list);
kernel/irq_work.c
261
irq_work_run_list(this_cpu_ptr(&raised_list));
kernel/irq_work.c
263
irq_work_run_list(this_cpu_ptr(&lazy_list));
kernel/irq_work.c
271
struct llist_head *raised = this_cpu_ptr(&raised_list);
kernel/irq_work.c
277
irq_work_run_list(this_cpu_ptr(&lazy_list));
kernel/irq_work.c
305
irq_work_run_list(this_cpu_ptr(&lazy_list));
kernel/irq_work.c
35
if (!llist_empty(this_cpu_ptr(&lazy_list)) && tsk)
kernel/irq_work.c
51
return !llist_empty(this_cpu_ptr(&lazy_list));
kernel/kcov.c
829
struct kcov_percpu_data *data = this_cpu_ptr(&kcov_percpu_data);
kernel/kcov.c
847
struct kcov_percpu_data *data = this_cpu_ptr(&kcov_percpu_data);
kernel/kcov.c
923
area = this_cpu_ptr(&kcov_percpu_data)->irq_area;
kernel/livepatch/transition.c
256
unsigned long *entries = this_cpu_ptr(klp_stack_entries);
kernel/locking/lockdep.c
342
return &this_cpu_ptr(cpu_lock_stats)[class - lock_classes];
kernel/locking/osq_lock.c
224
node = this_cpu_ptr(&osq_node);
kernel/locking/osq_lock.c
95
struct optimistic_spin_node *node = this_cpu_ptr(&osq_node);
kernel/locking/qspinlock.c
215
node = this_cpu_ptr(&qnodes[0].mcs);
kernel/locking/qspinlock_stat.h
122
u64 *pkick_time = this_cpu_ptr(&pv_kick_time);
kernel/printk/printk.c
2079
return this_cpu_ptr(&printk_count_nmi);
kernel/printk/printk.c
2084
return this_cpu_ptr(&printk_count);
kernel/printk/printk.c
4645
irq_work_queue(this_cpu_ptr(&wake_up_klogd_work));
kernel/rcu/rcutorture.c
2461
(void)rcu_torture_one_read(this_cpu_ptr(&rcu_torture_timer_rand), -1);
kernel/rcu/refscale.c
1061
idx = torture_random(this_cpu_ptr(&refscale_rand)) % rtsarray_size;
kernel/rcu/refscale.c
1122
rtsp->a = torture_random(this_cpu_ptr(&refscale_rand));
kernel/rcu/refscale.c
436
unsigned long *tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
448
unsigned long *tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
471
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
486
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
509
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
524
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
549
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
565
tap = this_cpu_ptr(&test_acqrel);
kernel/rcu/refscale.c
730
x = smp_load_acquire(this_cpu_ptr(&test_acqrel));
kernel/rcu/refscale.c
731
smp_store_release(this_cpu_ptr(&test_acqrel), x + 1);
kernel/rcu/refscale.c
743
x = smp_load_acquire(this_cpu_ptr(&test_acqrel));
kernel/rcu/refscale.c
745
smp_store_release(this_cpu_ptr(&test_acqrel), x + 1);
kernel/rcu/srcutree.c
1773
sdp = this_cpu_ptr(ssp->sda);
kernel/rcu/tasks.h
1294
rtpcp = this_cpu_ptr(rcu_tasks.rtpcpu);
kernel/rcu/tree.c
1094
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
1957
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
1995
rcu_report_qs_rdp(this_cpu_ptr(&rcu_data));
kernel/rcu/tree.c
2198
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
2225
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
2709
if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) {
kernel/rcu/tree.c
2942
unsigned int *statusp = this_cpu_ptr(&rcu_data.rcu_cpu_kthread_status);
kernel/rcu/tree.c
2943
char work, *workp = this_cpu_ptr(&rcu_data.rcu_cpu_has_work);
kernel/rcu/tree.c
2944
unsigned long *j = this_cpu_ptr(&rcu_data.rcuc_activity);
kernel/rcu/tree.c
3134
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
3382
for (rnp = this_cpu_ptr(&rcu_data)->mynode; rnp; rnp = rnp->parent)
kernel/rcu/tree.c
3466
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
3673
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
4040
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
4143
struct context_tracking *ct = this_cpu_ptr(&context_tracking);
kernel/rcu/tree.c
4396
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
4466
my_rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
4584
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
601
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
611
irq_work_queue(this_cpu_ptr(&late_wakeup_work));
kernel/rcu/tree.c
664
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree.c
712
return !rcu_segcblist_empty(&this_cpu_ptr(&rcu_data)->cblist) &&
kernel/rcu/tree.c
713
!rcu_rdp_is_offloaded(this_cpu_ptr(&rcu_data));
kernel/rcu/tree_exp.h
733
ASSERT_EXCLUSIVE_WRITER_SCOPED(*this_cpu_ptr(&rcu_data.cpu_no_qs.b.exp));
kernel/rcu/tree_exp.h
736
smp_store_release(this_cpu_ptr(&rcu_data.rcu_urgent_qs), true);
kernel/rcu/tree_exp.h
753
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_exp.h
867
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_exp.h
877
rcu_report_exp_rdp(this_cpu_ptr(&rcu_data));
kernel/rcu/tree_nocb.h
991
do_nocb_deferred_wakeup(this_cpu_ptr(&rcu_data));
kernel/rcu/tree_plugin.h
1000
if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs)))
kernel/rcu/tree_plugin.h
1046
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_plugin.h
327
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_plugin.h
33
rdp == this_cpu_ptr(&rcu_data)) ||
kernel/rcu/tree_plugin.h
489
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_plugin.h
740
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_plugin.h
928
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_plugin.h
959
rcu_report_exp_rdp(this_cpu_ptr(&rcu_data));
kernel/rcu/tree_plugin.h
977
if (!smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) {
kernel/rcu/tree_stall.h
1077
rdp = this_cpu_ptr(&rcu_data);
kernel/rcu/tree_stall.h
713
struct rcu_data *rdp = this_cpu_ptr(&rcu_data);
kernel/rseq.c
554
struct slice_timer *st = this_cpu_ptr(&slice_timer);
kernel/rseq.c
585
struct slice_timer *st = this_cpu_ptr(&slice_timer);
kernel/scftorture.c
291
unsigned long r = torture_random(this_cpu_ptr(&scf_torture_rand));
kernel/sched/clock.c
101
return this_cpu_ptr(&sched_clock_data);
kernel/sched/core.c
10674
struct mm_cid_pcpu *pcp = this_cpu_ptr(mm->mm_cid.pcpu);
kernel/sched/core.c
10771
mm_drop_cid_on_cpu(mm, this_cpu_ptr(mm->mm_cid.pcpu));
kernel/sched/core.c
10780
mm_cid_transit_to_task(t, this_cpu_ptr(mm->mm_cid.pcpu));
kernel/sched/core.c
10871
struct sched_change_ctx *ctx = this_cpu_ptr(&sched_change_ctx);
kernel/sched/core.c
8174
this_cpu_ptr(&push_work));
kernel/sched/cpufreq.c
74
rcu_dereference_sched(*this_cpu_ptr(&cpufreq_update_util_data)));
kernel/sched/cputime.c
59
struct irqtime *irqtime = this_cpu_ptr(&cpu_irqtime);
kernel/sched/cputime.c
86
struct irqtime *irqtime = this_cpu_ptr(&cpu_irqtime);
kernel/sched/ext.c
1416
ddsp_taskp = this_cpu_ptr(&direct_dispatch_task);
kernel/sched/ext.c
2147
struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx);
kernel/sched/ext.c
2177
struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx);
kernel/sched/ext.c
2687
ddsp_taskp = this_cpu_ptr(&direct_dispatch_task);
kernel/sched/ext.c
5903
struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx);
kernel/sched/ext.c
6219
struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx);
kernel/sched/ext.c
6253
struct scx_dsp_ctx *dspc = this_cpu_ptr(scx_dsp_ctx);
kernel/sched/ext_idle.c
156
unvisited = this_cpu_ptr(&per_cpu_unvisited);
kernel/sched/fair.c
8408
sd = rcu_dereference_all(*this_cpu_ptr(&sd_asym_cpucapacity));
kernel/sched/sched.h
1382
return prandom_u32_state(this_cpu_ptr(&sched_rnd_state));
kernel/sched/sched.h
1387
return this_cpu_ptr(&runqueues);
kernel/sched/sched.h
3944
mm_drop_cid_on_cpu(mm, this_cpu_ptr(mm->mm_cid.pcpu));
kernel/smp.c
491
tbt = this_cpu_ptr(&trigger_backtrace);
kernel/smp.c
494
head = this_cpu_ptr(&call_single_queue);
kernel/smp.c
615
if (llist_empty(this_cpu_ptr(&call_single_queue)))
kernel/smp.c
673
csd = this_cpu_ptr(&csd_data);
kernel/smp.c
813
cfd = this_cpu_ptr(&cfd_data);
kernel/softirq.c
817
head = this_cpu_ptr(headp);
kernel/softirq.c
864
spin_lock(this_cpu_ptr(&tasklet_sync_callback.cb_lock));
kernel/softirq.c
869
spin_unlock(this_cpu_ptr(&tasklet_sync_callback.cb_lock));
kernel/softirq.c
874
struct tasklet_sync_callback *sync_cb = this_cpu_ptr(&tasklet_sync_callback);
kernel/softirq.c
884
struct tasklet_sync_callback *sync_cb = this_cpu_ptr(&tasklet_sync_callback);
kernel/softirq.c
953
tasklet_action_common(this_cpu_ptr(&tasklet_vec), TASKLET_SOFTIRQ);
kernel/softirq.c
959
tasklet_action_common(this_cpu_ptr(&tasklet_hi_vec), HI_SOFTIRQ);
kernel/task_work.c
95
irq_work_queue(this_cpu_ptr(&irq_work_NMI_resume));
kernel/time/hrtimer.c
1158
reprogram = base->cpu_base == this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1222
struct hrtimer_cpu_base *this_cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1527
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1550
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1858
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1883
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
1978
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2256
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
2307
old_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
258
this_cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
740
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
776
struct hrtimer_cpu_base *base = this_cpu_ptr(&hrtimer_bases);
kernel/time/hrtimer.c
813
struct hrtimer_cpu_base *cpu_base = this_cpu_ptr(&hrtimer_bases);
kernel/time/tick-broadcast.c
1171
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
330
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
402
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
447
td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
673
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
765
td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-broadcast.c
965
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-common.c
263
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-common.c
376
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-common.c
421
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-common.c
442
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-common.c
456
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-oneshot.c
90
struct tick_device *td = this_cpu_ptr(&tick_cpu_device);
kernel/time/tick-sched.c
1237
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1273
tick_nohz_retain_tick(this_cpu_ptr(&tick_cpu_sched));
kernel/time/tick-sched.c
1289
ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1320
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1335
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1373
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1443
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1480
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1513
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1551
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1603
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1671
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
1686
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
424
irq_work_queue(this_cpu_ptr(&nohz_full_kick_work));
kernel/time/tick-sched.c
615
ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/tick-sched.c
718
struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched);
kernel/time/timer.c
2201
base_local = this_cpu_ptr(&timer_bases[BASE_LOCAL]);
kernel/time/timer.c
2202
base_global = this_cpu_ptr(&timer_bases[BASE_GLOBAL]);
kernel/time/timer.c
2392
struct timer_base *base = this_cpu_ptr(&timer_bases[index]);
kernel/time/timer.c
2417
struct timer_base *base = this_cpu_ptr(&timer_bases[BASE_LOCAL]);
kernel/time/timer.c
939
return this_cpu_ptr(&timer_bases[index]);
kernel/time/timer_migration.c
1098
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1187
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1247
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1380
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1423
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1461
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1470
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
1501
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/time/timer_migration.c
732
struct tmigr_cpu *tmc = this_cpu_ptr(&tmigr_cpu);
kernel/trace/blktrace.c
264
buf = this_cpu_ptr(bt->msg_data);
kernel/trace/bpf_trace.c
1578
struct bpf_raw_tp_regs *tp_regs = this_cpu_ptr(&bpf_raw_tp_regs);
kernel/trace/bpf_trace.c
2314
#define bpf_kprobe_multi_pt_regs_ptr() this_cpu_ptr(&bpf_kprobe_multi_pt_regs)
kernel/trace/bpf_trace.c
671
sds = this_cpu_ptr(&bpf_trace_sds);
kernel/trace/bpf_trace.c
742
sd = this_cpu_ptr(&bpf_misc_sds.sds[nest_level - 1]);
kernel/trace/bpf_trace.c
743
regs = this_cpu_ptr(&bpf_pt_regs.regs[nest_level - 1]);
kernel/trace/bpf_trace.c
857
work = this_cpu_ptr(&send_signal_work);
kernel/trace/ftrace.c
813
stat = this_cpu_ptr(&ftrace_profile_stats);
kernel/trace/ftrace.c
879
stat = this_cpu_ptr(&ftrace_profile_stats);
kernel/trace/ring_buffer.c
4432
if (atomic_inc_return(this_cpu_ptr(&checking)) != 1)
kernel/trace/ring_buffer.c
4452
atomic_dec(this_cpu_ptr(&checking));
kernel/trace/trace.c
2631
fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx;
kernel/trace/trace_event_perf.c
378
list = this_cpu_ptr(pcpu_list);
kernel/trace/trace_event_perf.c
415
*regs = this_cpu_ptr(&__perf_regs[rctx]);
kernel/trace/trace_event_perf.c
416
raw_data = this_cpu_ptr(perf_trace_buf[rctx]);
kernel/trace/trace_events_filter.c
807
ubuf = this_cpu_ptr(ustring_per_cpu);
kernel/trace/trace_events_filter.c
825
ubuf = this_cpu_ptr(ustring_per_cpu);
kernel/trace/trace_events_user.c
1626
perf_head = this_cpu_ptr(user->call.perf_events);
kernel/trace/trace_fprobe.c
461
head = this_cpu_ptr(call->perf_events);
kernel/trace/trace_fprobe.c
497
head = this_cpu_ptr(call->perf_events);
kernel/trace/trace_functions.c
368
last_info = this_cpu_ptr(tr->last_func_repeats);
kernel/trace/trace_hwlat.c
123
return this_cpu_ptr(&hwlat_per_cpu_data);
kernel/trace/trace_kprobe.c
1699
head = this_cpu_ptr(call->perf_events);
kernel/trace/trace_kprobe.c
1735
head = this_cpu_ptr(call->perf_events);
kernel/trace/trace_osnoise.c
229
return this_cpu_ptr(&per_cpu_osnoise_var);
kernel/trace/trace_osnoise.c
258
return this_cpu_ptr(&per_cpu_timerlat_var);
kernel/trace/trace_osnoise.c
615
fstack = this_cpu_ptr(&trace_stack);
kernel/trace/trace_osnoise.c
664
fstack = this_cpu_ptr(&trace_stack);
kernel/trace/trace_printk.c
505
struct trace_buffer_struct *buffer = this_cpu_ptr(trace_percpu_buffer);
kernel/trace/trace_syscalls.c
1442
head = this_cpu_ptr(sys_data->enter_event->perf_events);
kernel/trace/trace_syscalls.c
1563
head = this_cpu_ptr(sys_data->exit_event->perf_events);
kernel/trace/trace_uprobe.c
1421
head = this_cpu_ptr(call->perf_events);
kernel/user-return-notifier.c
18
hlist_add_head(&urn->link, this_cpu_ptr(&return_notifier_list));
kernel/user-return-notifier.c
29
if (hlist_empty(this_cpu_ptr(&return_notifier_list)))
kernel/watchdog.c
183
new_interrupts = atomic_inc_return(this_cpu_ptr(&hrtimer_interrupts));
kernel/watchdog.c
767
complete(this_cpu_ptr(&softlockup_completion));
kernel/watchdog.c
796
if (completion_done(this_cpu_ptr(&softlockup_completion))) {
kernel/watchdog.c
797
reinit_completion(this_cpu_ptr(&softlockup_completion));
kernel/watchdog.c
800
this_cpu_ptr(&softlockup_stop_work));
kernel/watchdog.c
822
period_ts = READ_ONCE(*this_cpu_ptr(&watchdog_report_ts));
kernel/watchdog.c
893
struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer);
kernel/watchdog.c
894
struct completion *done = this_cpu_ptr(&softlockup_completion);
kernel/watchdog.c
918
struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer);
kernel/watchdog.c
929
wait_for_completion(this_cpu_ptr(&softlockup_completion));
lib/debugobjects.c
251
struct obj_pool *pcp = this_cpu_ptr(&pool_pcpu);
lib/debugobjects.c
292
struct obj_pool *pcp = this_cpu_ptr(&pool_pcpu);
lib/irq_poll.c
199
this_cpu_ptr(&blk_cpu_iopoll));
lib/irq_poll.c
37
list_add_tail(&iop->list, this_cpu_ptr(&blk_cpu_iopoll));
lib/irq_poll.c
80
struct list_head *list = this_cpu_ptr(&blk_cpu_iopoll);
lib/locking-selftest.c
1354
# define I_LOCAL_LOCK(x) lockdep_reset_lock(this_cpu_ptr(&local_##x.dep_map))
lib/locking-selftest.c
1414
local_lock_init(this_cpu_ptr(&local_A));
lib/radix-tree.c
263
rtp = this_cpu_ptr(&radix_tree_preloads);
lib/radix-tree.c
335
rtp = this_cpu_ptr(&radix_tree_preloads);
lib/radix-tree.c
342
rtp = this_cpu_ptr(&radix_tree_preloads);
mm/kasan/quarantine.c
209
q = this_cpu_ptr(&cpu_quarantine);
mm/kasan/quarantine.c
320
sq = this_cpu_ptr(&shrink_qlist);
mm/kasan/quarantine.c
330
q = this_cpu_ptr(&cpu_quarantine);
mm/kasan/quarantine.c
385
this_cpu_ptr(&cpu_quarantine)->offline = false;
mm/kasan/quarantine.c
393
q = this_cpu_ptr(&cpu_quarantine);
mm/kmemleak.c
302
ptr = (const u8 *)this_cpu_ptr((void __percpu *)object->pointer);
mm/memcontrol.c
1852
stock = this_cpu_ptr(&memcg_stock);
mm/memcontrol.c
1916
stock = this_cpu_ptr(&memcg_stock);
mm/memcontrol.c
1932
stock = this_cpu_ptr(&obj_stock);
mm/memcontrol.c
1967
stock = this_cpu_ptr(&memcg_stock);
mm/memcontrol.c
2987
stock = this_cpu_ptr(&obj_stock);
mm/memcontrol.c
3096
stock = this_cpu_ptr(&obj_stock);
mm/memcontrol.c
580
statc = this_cpu_ptr(statc_pcpu);
mm/mlock.c
217
fbatch = this_cpu_ptr(&mlock_fbatch.fbatch);
mm/mlock.c
247
fbatch = this_cpu_ptr(&mlock_fbatch.fbatch);
mm/mlock.c
273
fbatch = this_cpu_ptr(&mlock_fbatch.fbatch);
mm/mlock.c
295
fbatch = this_cpu_ptr(&mlock_fbatch.fbatch);
mm/page-writeback.c
2074
p = this_cpu_ptr(&bdp_ratelimits);
mm/page-writeback.c
2086
p = this_cpu_ptr(&dirty_throttle_leaks);
mm/page_alloc.c
138
_ret = this_cpu_ptr(ptr); \
mm/slab_common.c
1428
krcp = this_cpu_ptr(&krc);
mm/slub.c
2869
lockdep_assert_held(this_cpu_ptr(&s->cpu_sheaves->lock));
mm/slub.c
2871
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
2998
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
4023
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
4568
lockdep_assert_held(this_cpu_ptr(&s->cpu_sheaves->lock));
mm/slub.c
4634
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
4714
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
4759
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
4996
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5059
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5598
lockdep_assert_held(this_cpu_ptr(&s->cpu_sheaves->lock));
mm/slub.c
5649
lockdep_assert_held(this_cpu_ptr(&s->cpu_sheaves->lock));
mm/slub.c
5735
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5753
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5771
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5875
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
5919
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
6010
pcs = this_cpu_ptr(s->cpu_sheaves);
mm/slub.c
6145
df = this_cpu_ptr(&defer_free_objects);
mm/swap.c
194
if (!folio_batch_add(this_cpu_ptr(fbatch), folio) ||
mm/swap.c
196
folio_batch_move_lru(this_cpu_ptr(fbatch), move_fn);
mm/swap.c
363
fbatch = this_cpu_ptr(&cpu_fbatches.lru_add);
mm/swapfile.c
480
lockdep_assert_held(&this_cpu_ptr(&percpu_swap_cluster)->lock);
mm/vmstat.c
2043
this_cpu_ptr(&vmstat_work),
mm/vmstat.c
2087
if (!delayed_work_pending(this_cpu_ptr(&vmstat_work)))
mm/vmstat.c
830
if (decay_pcp_high(zone, this_cpu_ptr(pcp)))
mm/vmstat.c
858
drain_zone_pages(zone, this_cpu_ptr(pcp));
net/8021q/vlan_core.c
63
rx_stats = this_cpu_ptr(vlan_dev_priv(vlan_dev)->vlan_pcpu_stats);
net/8021q/vlan_dev.c
131
stats = this_cpu_ptr(vlan->vlan_pcpu_stats);
net/bridge/br_multicast.c
3823
pstats = this_cpu_ptr(stats);
net/bridge/br_multicast.c
5062
struct bridge_mcast_stats *pstats = this_cpu_ptr(stats);
net/bridge/br_netfilter_hooks.c
785
data = this_cpu_ptr(&brnf_frag_data_storage);
net/bridge/br_netfilter_hooks.c
872
data = this_cpu_ptr(&brnf_frag_data_storage);
net/bridge/br_netfilter_hooks.c
902
data = this_cpu_ptr(&brnf_frag_data_storage);
net/bridge/br_vlan.c
508
stats = this_cpu_ptr(v->stats);
net/bridge/br_vlan.c
627
stats = this_cpu_ptr(v->stats);
net/can/raw.c
167
if (this_cpu_ptr(ro->uniq)->skb == oskb &&
net/can/raw.c
168
this_cpu_ptr(ro->uniq)->hash == oskb->hash) {
net/can/raw.c
174
if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count)
net/can/raw.c
177
this_cpu_ptr(ro->uniq)->skb = oskb;
net/can/raw.c
178
this_cpu_ptr(ro->uniq)->hash = oskb->hash;
net/can/raw.c
179
this_cpu_ptr(ro->uniq)->join_rx_count = 1;
net/core/dev.c
3386
sd = this_cpu_ptr(&softnet_data);
net/core/dev.c
5258
struct softnet_data *mysd = this_cpu_ptr(&softnet_data);
net/core/dev.c
5314
sd = this_cpu_ptr(&softnet_data);
net/core/dev.c
5754
struct softnet_data *sd = this_cpu_ptr(&softnet_data);
net/core/dev.c
6480
sd = this_cpu_ptr(&softnet_data);
net/core/dev.c
6694
____napi_schedule(this_cpu_ptr(&softnet_data), n);
net/core/dev.c
6744
____napi_schedule(this_cpu_ptr(&softnet_data), n);
net/core/dev.c
6828
sdn = this_cpu_ptr(net_hotdata.skb_defer_nodes) + node;
net/core/dev.c
7825
sd = this_cpu_ptr(&softnet_data);
net/core/dev.c
7892
struct softnet_data *sd = this_cpu_ptr(&softnet_data);
net/core/drop_monitor.c
228
data = this_cpu_ptr(&dm_cpu_data);
net/core/drop_monitor.c
451
hw_data = this_cpu_ptr(&dm_hw_cpu_data);
net/core/drop_monitor.c
519
data = this_cpu_ptr(&dm_cpu_data);
net/core/drop_monitor.c
990
hw_data = this_cpu_ptr(&dm_hw_cpu_data);
net/core/dst_cache.c
112
idst = this_cpu_ptr(dst_cache->cache);
net/core/dst_cache.c
130
idst = this_cpu_ptr(dst_cache->cache);
net/core/dst_cache.c
149
idst = this_cpu_ptr(dst_cache->cache);
net/core/dst_cache.c
75
dst = dst_cache_per_cpu_get(dst_cache, this_cpu_ptr(dst_cache->cache));
net/core/dst_cache.c
90
idst = this_cpu_ptr(dst_cache->cache);
net/core/filter.c
4848
struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
4930
const struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
6684
this_cpu_ptr(&seg6_bpf_srh_states);
net/core/filter.c
6726
this_cpu_ptr(&seg6_bpf_srh_states);
net/core/filter.c
6742
this_cpu_ptr(&seg6_bpf_srh_states);
net/core/filter.c
6816
this_cpu_ptr(&seg6_bpf_srh_states);
net/core/gro_cells.c
32
cell = this_cpu_ptr(gcells->cells);
net/core/skbuff.c
1468
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
245
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
264
struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache);
net/core/skbuff.c
286
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
346
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
787
nc = this_cpu_ptr(&netdev_alloc_cache);
net/core/skbuff.c
794
nc = this_cpu_ptr(&napi_alloc_cache.page);
net/core/skbuff.c
866
nc = this_cpu_ptr(&napi_alloc_cache);
net/devlink/trap.c
1453
stats = this_cpu_ptr(trap_stats);
net/ipv4/ip_input.c
381
struct ip_rt_acct *st = this_cpu_ptr(ip_rt_acct);
net/ipv4/tcp_output.c
1413
tsq = this_cpu_ptr(&tsq_work);
net/ipv4/tcp_sigpool.c
288
c->scratch = rcu_dereference_bh(*this_cpu_ptr(&sigpool_scratch.pad));
net/ipv6/route.c
1449
p = this_cpu_ptr(res->nh->rt6i_pcpu);
net/ipv6/route.c
1472
p = this_cpu_ptr(res->nh->rt6i_pcpu);
net/ipv6/seg6_hmac.c
126
ring = this_cpu_ptr(hmac_storage.hmac_ring);
net/ipv6/seg6_local.c
1393
this_cpu_ptr(&seg6_bpf_srh_states);
net/ipv6/seg6_local.c
1435
srh_state = this_cpu_ptr(&seg6_bpf_srh_states);
net/ipv6/seg6_local.c
1596
pcounters = this_cpu_ptr(slwt->pcpu_counters);
net/mac80211/rx.c
4845
stats = this_cpu_ptr(link_sta->pcpu_rx_stats);
net/mac80211/rx.c
5016
stats = this_cpu_ptr(rx->link_sta->pcpu_rx_stats);
net/mptcp/protocol.h
726
delegated = this_cpu_ptr(&mptcp_delegated_actions);
net/netfilter/ipvs/ip_vs_core.c
132
s = this_cpu_ptr(dest->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
139
s = this_cpu_ptr(svc->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
145
s = this_cpu_ptr(ipvs->tot_stats->s.cpustats);
net/netfilter/ipvs/ip_vs_core.c
168
s = this_cpu_ptr(dest->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
175
s = this_cpu_ptr(svc->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
181
s = this_cpu_ptr(ipvs->tot_stats->s.cpustats);
net/netfilter/ipvs/ip_vs_core.c
200
s = this_cpu_ptr(cp->dest->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
205
s = this_cpu_ptr(svc->stats.cpustats);
net/netfilter/ipvs/ip_vs_core.c
210
s = this_cpu_ptr(ipvs->tot_stats->s.cpustats);
net/netfilter/nf_dup_netdev.c
21
return this_cpu_ptr(&softnet_data.xmit.nf_dup_skb_recursion);
net/netfilter/nf_tables_api.c
2272
stats = this_cpu_ptr(newstats);
net/netfilter/nf_tables_core.c
190
stats = this_cpu_ptr(pstats);
net/netfilter/nft_counter.c
119
this_cpu = this_cpu_ptr(priv->counter);
net/netfilter/nft_counter.c
120
nft_sync = this_cpu_ptr(&nft_counter_sync);
net/netfilter/nft_counter.c
288
this_cpu = this_cpu_ptr(priv->counter);
net/netfilter/nft_counter.c
289
nft_sync = this_cpu_ptr(&nft_counter_sync);
net/netfilter/nft_counter.c
46
this_cpu = this_cpu_ptr(priv->counter);
net/netfilter/nft_counter.c
47
nft_sync = this_cpu_ptr(&nft_counter_sync);
net/netfilter/nft_inner.c
248
this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx);
net/netfilter/nft_inner.c
268
this_cpu_tun_ctx = this_cpu_ptr(&nft_pcpu_tun_ctx.ctx);
net/openvswitch/actions.c
1547
struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos);
net/openvswitch/actions.c
49
struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage);
net/openvswitch/actions.c
693
struct ovs_frag_data *data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
745
data = this_cpu_ptr(&ovs_pcpu_storage->frag_data);
net/openvswitch/actions.c
95
struct action_fifo *fifo = this_cpu_ptr(&ovs_pcpu_storage->action_fifos);
net/openvswitch/datapath.c
224
stats = this_cpu_ptr(p->upcall_stats);
net/openvswitch/datapath.c
247
struct ovs_pcpu_storage *ovs_pcpu = this_cpu_ptr(ovs_pcpu_storage);
net/openvswitch/datapath.c
259
stats = this_cpu_ptr(dp->stats_percpu);
net/openvswitch/datapath.c
357
stats = this_cpu_ptr(dp->stats_percpu);
net/openvswitch/flow_table.c
733
struct mask_array_stats *stats = this_cpu_ptr(ma->masks_usage_stats);
net/openvswitch/flow_table.c
813
entries = this_cpu_ptr(mc->mask_cache);
net/rds/page.c
128
rem = this_cpu_ptr(&rds_page_remainders);
net/rds/page.c
93
rem = this_cpu_ptr(&rds_page_remainders);
net/sched/act_api.c
1579
_bstats_update(this_cpu_ptr(a->cpu_bstats), bytes, packets);
net/sched/act_api.c
1581
this_cpu_ptr(a->cpu_qstats)->drops += drops;
net/sched/act_api.c
1584
_bstats_update(this_cpu_ptr(a->cpu_bstats_hw),
net/sched/act_bpf.c
45
bstats_update(this_cpu_ptr(prog->common.cpu_bstats), skb);
net/sched/act_bpf.c
79
qstats_drop_inc(this_cpu_ptr(prog->common.cpu_qstats));
net/sched/act_ife.c
722
bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb);
net/sched/act_ife.c
730
qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_ife.c
743
qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_ife.c
753
qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_ife.c
758
qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_ife.c
810
bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb);
net/sched/act_ife.c
817
qstats_overlimit_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_ife.c
824
qstats_drop_inc(this_cpu_ptr(ife->common.cpu_qstats));
net/sched/act_mirred.c
435
xmit = this_cpu_ptr(&softnet_data.xmit);
net/sched/act_mpls.c
126
qstats_drop_inc(this_cpu_ptr(m->common.cpu_qstats));
net/sched/act_mpls.c
63
bstats_update(this_cpu_ptr(m->common.cpu_bstats), skb);
net/sched/act_police.c
256
bstats_update(this_cpu_ptr(police->common.cpu_bstats), skb);
net/sched/act_police.c
310
qstats_overlimit_inc(this_cpu_ptr(police->common.cpu_qstats));
net/sched/act_police.c
313
qstats_drop_inc(this_cpu_ptr(police->common.cpu_qstats));
net/sched/act_sample.c
176
bstats_update(this_cpu_ptr(s->common.cpu_bstats), skb);
net/sched/act_skbedit.c
48
bstats_update(this_cpu_ptr(d->common.cpu_bstats), skb);
net/sched/act_skbedit.c
89
qstats_drop_inc(this_cpu_ptr(d->common.cpu_qstats));
net/sched/act_skbmod.c
35
bstats_update(this_cpu_ptr(d->common.cpu_bstats), skb);
net/sched/act_skbmod.c
90
qstats_overlimit_inc(this_cpu_ptr(d->common.cpu_qstats));
net/sched/sch_frag.c
28
struct sch_frag_data *data = this_cpu_ptr(&sch_frag_data_storage);
net/sched/sch_frag.c
60
data = this_cpu_ptr(&sch_frag_data_storage);
net/xfrm/xfrm_device.c
149
sd = this_cpu_ptr(&softnet_data);
net/xfrm/xfrm_device.c
485
sd = this_cpu_ptr(&softnet_data);
net/xfrm/xfrm_input.c
812
trans = this_cpu_ptr(&xfrm_trans_tasklet);
net/xfrm/xfrm_interface_bpf.c
80
md_dst = this_cpu_ptr(xfrm_bpf_md_dst);
tools/include/uapi/linux/bpf.h
6057
FN(this_cpu_ptr, 154, ##ctx) \
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
129
struct rqsl_cpu_hist *hist = this_cpu_ptr(&rqsl_cpu_hists);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1439
stats = this_cpu_ptr(prog->stats);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
171
*(int *)this_cpu_ptr(&bpf_testmod_ksym_percpu) = i;