Symbol: __this_cpu_write
arch/alpha/kernel/time.c
60
#define set_irq_work_pending_flag() __this_cpu_write(irq_work_pending, 1)
arch/alpha/kernel/time.c
62
#define clear_irq_work_pending() __this_cpu_write(irq_work_pending, 0)
arch/arc/kernel/kprobes.c
87
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/arc/kernel/kprobes.c
93
__this_cpu_write(current_kprobe, p);
arch/arm/include/asm/switch_to.h
31
__this_cpu_write(__entry_task, next); \
arch/arm/probes/kprobes/core.c
200
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/arm/probes/kprobes/core.c
206
__this_cpu_write(current_kprobe, p);
arch/arm/probes/kprobes/opt-arm.c
165
__this_cpu_write(current_kprobe, &op->kp);
arch/arm/probes/kprobes/opt-arm.c
168
__this_cpu_write(current_kprobe, NULL);
arch/arm64/kernel/cpufeature.c
1958
__this_cpu_write(this_cpu_vector, v);
arch/arm64/kernel/entry-common.c
203
__this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 1);
arch/arm64/kernel/entry-common.c
213
__this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 0);
arch/arm64/kernel/entry-common.c
265
__this_cpu_write(fpsimd_last_state.to_save, FP_STATE_FPSIMD);
arch/arm64/kernel/entry-common.c
285
__this_cpu_write(fpsimd_last_state.to_save, FP_STATE_CURRENT);
arch/arm64/kernel/fpsimd.c
1567
__this_cpu_write(fpsimd_last_state.st, NULL);
arch/arm64/kernel/probes/kprobes.c
189
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/arm64/kernel/probes/kprobes.c
202
__this_cpu_write(current_kprobe, p);
arch/arm64/kernel/process.c
578
__this_cpu_write(__entry_task, next);
arch/arm64/kernel/proton-pack.c
1005
__this_cpu_write(this_cpu_vector, v);
arch/arm64/kernel/proton-pack.c
1085
__this_cpu_write(bp_hardening_data.fn, NULL);
arch/arm64/kernel/proton-pack.c
220
__this_cpu_write(bp_hardening_data.fn, fn);
arch/arm64/kernel/proton-pack.c
229
__this_cpu_write(bp_hardening_data.slot, HYP_VECTOR_SPECTRE_DIRECT);
arch/arm64/kernel/proton-pack.c
629
__this_cpu_write(arm64_ssbd_callback_required, 1);
arch/arm64/kvm/arm.c
2297
__this_cpu_write(kvm_hyp_initialized, 1);
arch/arm64/kvm/arm.c
2305
__this_cpu_write(kvm_hyp_initialized, 0);
arch/arm64/kvm/arm.c
2562
__this_cpu_write(kvm_hyp_initialized, 1);
arch/arm64/kvm/hyp/nvhe/pkvm.c
286
__this_cpu_write(loaded_hyp_vcpu, hyp_vcpu);
arch/arm64/kvm/hyp/nvhe/pkvm.c
296
__this_cpu_write(loaded_hyp_vcpu, NULL);
arch/csky/kernel/probes/ftrace.c
40
__this_cpu_write(current_kprobe, p);
arch/csky/kernel/probes/ftrace.c
59
__this_cpu_write(current_kprobe, NULL);
arch/csky/kernel/probes/kprobes.c
141
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/csky/kernel/probes/kprobes.c
147
__this_cpu_write(current_kprobe, p);
arch/loongarch/include/asm/current.h
26
__this_cpu_write(cpu_tasks, task);
arch/loongarch/kernel/ftrace_dyn.c
320
__this_cpu_write(current_kprobe, p);
arch/loongarch/kernel/ftrace_dyn.c
339
__this_cpu_write(current_kprobe, NULL);
arch/loongarch/kernel/kprobes.c
103
__this_cpu_write(current_kprobe, p);
arch/loongarch/kernel/kprobes.c
96
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/loongarch/kernel/smp.c
485
__this_cpu_write(cpu_state, CPU_DEAD);
arch/loongarch/kernel/smp.c
508
__this_cpu_write(cpu_state, CPU_DEAD);
arch/mips/cavium-octeon/octeon-irq.c
1390
__this_cpu_write(octeon_irq_ciu0_en_mirror, 0);
arch/mips/cavium-octeon/octeon-irq.c
1391
__this_cpu_write(octeon_irq_ciu1_en_mirror, 0);
arch/mips/cavium-octeon/octeon-irq.c
2804
__this_cpu_write(octeon_ciu3_info, ciu3_info);
arch/mips/cavium-octeon/octeon-irq.c
2814
__this_cpu_write(octeon_irq_ciu3_idt_ip2, idt_ip2);
arch/mips/cavium-octeon/octeon-irq.c
2815
__this_cpu_write(octeon_irq_ciu3_idt_ip3, idt_ip3);
arch/mips/kernel/kprobes.c
173
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/mips/kernel/kprobes.c
183
__this_cpu_write(current_kprobe, p);
arch/mips/kernel/mips-r2-to-r6-emul.c
2308
__this_cpu_write((mipsr2emustats).movs, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2309
__this_cpu_write((mipsr2bdemustats).movs, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2310
__this_cpu_write((mipsr2emustats).hilo, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2311
__this_cpu_write((mipsr2bdemustats).hilo, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2312
__this_cpu_write((mipsr2emustats).muls, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2313
__this_cpu_write((mipsr2bdemustats).muls, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2314
__this_cpu_write((mipsr2emustats).divs, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2315
__this_cpu_write((mipsr2bdemustats).divs, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2316
__this_cpu_write((mipsr2emustats).dsps, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2317
__this_cpu_write((mipsr2bdemustats).dsps, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2318
__this_cpu_write((mipsr2emustats).bops, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2319
__this_cpu_write((mipsr2bdemustats).bops, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2320
__this_cpu_write((mipsr2emustats).traps, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2321
__this_cpu_write((mipsr2bdemustats).traps, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2322
__this_cpu_write((mipsr2emustats).fpus, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2323
__this_cpu_write((mipsr2bdemustats).fpus, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2324
__this_cpu_write((mipsr2emustats).loads, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2325
__this_cpu_write((mipsr2bdemustats).loads, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2326
__this_cpu_write((mipsr2emustats).stores, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2327
__this_cpu_write((mipsr2bdemustats).stores, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2328
__this_cpu_write((mipsr2emustats).llsc, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2329
__this_cpu_write((mipsr2bdemustats).llsc, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2330
__this_cpu_write((mipsr2emustats).dsemul, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2331
__this_cpu_write((mipsr2bdemustats).dsemul, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2332
__this_cpu_write((mipsr2bremustats).jrs, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2333
__this_cpu_write((mipsr2bremustats).bltzl, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2334
__this_cpu_write((mipsr2bremustats).bgezl, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2335
__this_cpu_write((mipsr2bremustats).bltzll, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2336
__this_cpu_write((mipsr2bremustats).bgezll, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2337
__this_cpu_write((mipsr2bremustats).bltzall, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2338
__this_cpu_write((mipsr2bremustats).bgezall, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2339
__this_cpu_write((mipsr2bremustats).bltzal, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2340
__this_cpu_write((mipsr2bremustats).bgezal, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2341
__this_cpu_write((mipsr2bremustats).beql, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2342
__this_cpu_write((mipsr2bremustats).bnel, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2343
__this_cpu_write((mipsr2bremustats).blezl, 0);
arch/mips/kernel/mips-r2-to-r6-emul.c
2344
__this_cpu_write((mipsr2bremustats).bgtzl, 0);
arch/mips/math-emu/me-debugfs.c
100
__this_cpu_write((fpuemustats).cmp_une_s, 0);
arch/mips/math-emu/me-debugfs.c
101
__this_cpu_write((fpuemustats).cmp_une_d, 0);
arch/mips/math-emu/me-debugfs.c
102
__this_cpu_write((fpuemustats).cmp_saf_s, 0);
arch/mips/math-emu/me-debugfs.c
103
__this_cpu_write((fpuemustats).cmp_saf_d, 0);
arch/mips/math-emu/me-debugfs.c
104
__this_cpu_write((fpuemustats).cmp_seq_s, 0);
arch/mips/math-emu/me-debugfs.c
105
__this_cpu_write((fpuemustats).cmp_seq_d, 0);
arch/mips/math-emu/me-debugfs.c
106
__this_cpu_write((fpuemustats).cmp_sle_s, 0);
arch/mips/math-emu/me-debugfs.c
107
__this_cpu_write((fpuemustats).cmp_sle_d, 0);
arch/mips/math-emu/me-debugfs.c
108
__this_cpu_write((fpuemustats).cmp_slt_s, 0);
arch/mips/math-emu/me-debugfs.c
109
__this_cpu_write((fpuemustats).cmp_slt_d, 0);
arch/mips/math-emu/me-debugfs.c
110
__this_cpu_write((fpuemustats).cmp_sne_s, 0);
arch/mips/math-emu/me-debugfs.c
111
__this_cpu_write((fpuemustats).cmp_sne_d, 0);
arch/mips/math-emu/me-debugfs.c
112
__this_cpu_write((fpuemustats).cmp_sor_s, 0);
arch/mips/math-emu/me-debugfs.c
113
__this_cpu_write((fpuemustats).cmp_sor_d, 0);
arch/mips/math-emu/me-debugfs.c
114
__this_cpu_write((fpuemustats).cmp_sueq_s, 0);
arch/mips/math-emu/me-debugfs.c
115
__this_cpu_write((fpuemustats).cmp_sueq_d, 0);
arch/mips/math-emu/me-debugfs.c
116
__this_cpu_write((fpuemustats).cmp_sule_s, 0);
arch/mips/math-emu/me-debugfs.c
117
__this_cpu_write((fpuemustats).cmp_sule_d, 0);
arch/mips/math-emu/me-debugfs.c
118
__this_cpu_write((fpuemustats).cmp_sult_s, 0);
arch/mips/math-emu/me-debugfs.c
119
__this_cpu_write((fpuemustats).cmp_sult_d, 0);
arch/mips/math-emu/me-debugfs.c
120
__this_cpu_write((fpuemustats).cmp_sun_s, 0);
arch/mips/math-emu/me-debugfs.c
121
__this_cpu_write((fpuemustats).cmp_sun_d, 0);
arch/mips/math-emu/me-debugfs.c
122
__this_cpu_write((fpuemustats).cmp_sune_s, 0);
arch/mips/math-emu/me-debugfs.c
123
__this_cpu_write((fpuemustats).cmp_sune_d, 0);
arch/mips/math-emu/me-debugfs.c
124
__this_cpu_write((fpuemustats).cvt_d_l, 0);
arch/mips/math-emu/me-debugfs.c
125
__this_cpu_write((fpuemustats).cvt_d_s, 0);
arch/mips/math-emu/me-debugfs.c
126
__this_cpu_write((fpuemustats).cvt_d_w, 0);
arch/mips/math-emu/me-debugfs.c
127
__this_cpu_write((fpuemustats).cvt_l_s, 0);
arch/mips/math-emu/me-debugfs.c
128
__this_cpu_write((fpuemustats).cvt_l_d, 0);
arch/mips/math-emu/me-debugfs.c
129
__this_cpu_write((fpuemustats).cvt_s_d, 0);
arch/mips/math-emu/me-debugfs.c
130
__this_cpu_write((fpuemustats).cvt_s_l, 0);
arch/mips/math-emu/me-debugfs.c
131
__this_cpu_write((fpuemustats).cvt_s_w, 0);
arch/mips/math-emu/me-debugfs.c
132
__this_cpu_write((fpuemustats).cvt_w_s, 0);
arch/mips/math-emu/me-debugfs.c
133
__this_cpu_write((fpuemustats).cvt_w_d, 0);
arch/mips/math-emu/me-debugfs.c
134
__this_cpu_write((fpuemustats).div_s, 0);
arch/mips/math-emu/me-debugfs.c
135
__this_cpu_write((fpuemustats).div_d, 0);
arch/mips/math-emu/me-debugfs.c
136
__this_cpu_write((fpuemustats).floor_w_s, 0);
arch/mips/math-emu/me-debugfs.c
137
__this_cpu_write((fpuemustats).floor_w_d, 0);
arch/mips/math-emu/me-debugfs.c
138
__this_cpu_write((fpuemustats).floor_l_s, 0);
arch/mips/math-emu/me-debugfs.c
139
__this_cpu_write((fpuemustats).floor_l_d, 0);
arch/mips/math-emu/me-debugfs.c
140
__this_cpu_write((fpuemustats).maddf_s, 0);
arch/mips/math-emu/me-debugfs.c
141
__this_cpu_write((fpuemustats).maddf_d, 0);
arch/mips/math-emu/me-debugfs.c
142
__this_cpu_write((fpuemustats).max_s, 0);
arch/mips/math-emu/me-debugfs.c
143
__this_cpu_write((fpuemustats).max_d, 0);
arch/mips/math-emu/me-debugfs.c
144
__this_cpu_write((fpuemustats).maxa_s, 0);
arch/mips/math-emu/me-debugfs.c
145
__this_cpu_write((fpuemustats).maxa_d, 0);
arch/mips/math-emu/me-debugfs.c
146
__this_cpu_write((fpuemustats).min_s, 0);
arch/mips/math-emu/me-debugfs.c
147
__this_cpu_write((fpuemustats).min_d, 0);
arch/mips/math-emu/me-debugfs.c
148
__this_cpu_write((fpuemustats).mina_s, 0);
arch/mips/math-emu/me-debugfs.c
149
__this_cpu_write((fpuemustats).mina_d, 0);
arch/mips/math-emu/me-debugfs.c
150
__this_cpu_write((fpuemustats).mov_s, 0);
arch/mips/math-emu/me-debugfs.c
151
__this_cpu_write((fpuemustats).mov_d, 0);
arch/mips/math-emu/me-debugfs.c
152
__this_cpu_write((fpuemustats).msubf_s, 0);
arch/mips/math-emu/me-debugfs.c
153
__this_cpu_write((fpuemustats).msubf_d, 0);
arch/mips/math-emu/me-debugfs.c
154
__this_cpu_write((fpuemustats).mul_s, 0);
arch/mips/math-emu/me-debugfs.c
155
__this_cpu_write((fpuemustats).mul_d, 0);
arch/mips/math-emu/me-debugfs.c
156
__this_cpu_write((fpuemustats).neg_s, 0);
arch/mips/math-emu/me-debugfs.c
157
__this_cpu_write((fpuemustats).neg_d, 0);
arch/mips/math-emu/me-debugfs.c
158
__this_cpu_write((fpuemustats).recip_s, 0);
arch/mips/math-emu/me-debugfs.c
159
__this_cpu_write((fpuemustats).recip_d, 0);
arch/mips/math-emu/me-debugfs.c
160
__this_cpu_write((fpuemustats).rint_s, 0);
arch/mips/math-emu/me-debugfs.c
161
__this_cpu_write((fpuemustats).rint_d, 0);
arch/mips/math-emu/me-debugfs.c
162
__this_cpu_write((fpuemustats).round_w_s, 0);
arch/mips/math-emu/me-debugfs.c
163
__this_cpu_write((fpuemustats).round_w_d, 0);
arch/mips/math-emu/me-debugfs.c
164
__this_cpu_write((fpuemustats).round_l_s, 0);
arch/mips/math-emu/me-debugfs.c
165
__this_cpu_write((fpuemustats).round_l_d, 0);
arch/mips/math-emu/me-debugfs.c
166
__this_cpu_write((fpuemustats).rsqrt_s, 0);
arch/mips/math-emu/me-debugfs.c
167
__this_cpu_write((fpuemustats).rsqrt_d, 0);
arch/mips/math-emu/me-debugfs.c
168
__this_cpu_write((fpuemustats).sel_s, 0);
arch/mips/math-emu/me-debugfs.c
169
__this_cpu_write((fpuemustats).sel_d, 0);
arch/mips/math-emu/me-debugfs.c
170
__this_cpu_write((fpuemustats).seleqz_s, 0);
arch/mips/math-emu/me-debugfs.c
171
__this_cpu_write((fpuemustats).seleqz_d, 0);
arch/mips/math-emu/me-debugfs.c
172
__this_cpu_write((fpuemustats).selnez_s, 0);
arch/mips/math-emu/me-debugfs.c
173
__this_cpu_write((fpuemustats).selnez_d, 0);
arch/mips/math-emu/me-debugfs.c
174
__this_cpu_write((fpuemustats).sqrt_s, 0);
arch/mips/math-emu/me-debugfs.c
175
__this_cpu_write((fpuemustats).sqrt_d, 0);
arch/mips/math-emu/me-debugfs.c
176
__this_cpu_write((fpuemustats).sub_s, 0);
arch/mips/math-emu/me-debugfs.c
177
__this_cpu_write((fpuemustats).sub_d, 0);
arch/mips/math-emu/me-debugfs.c
178
__this_cpu_write((fpuemustats).trunc_w_s, 0);
arch/mips/math-emu/me-debugfs.c
179
__this_cpu_write((fpuemustats).trunc_w_d, 0);
arch/mips/math-emu/me-debugfs.c
180
__this_cpu_write((fpuemustats).trunc_l_s, 0);
arch/mips/math-emu/me-debugfs.c
181
__this_cpu_write((fpuemustats).trunc_l_d, 0);
arch/mips/math-emu/me-debugfs.c
54
__this_cpu_write((fpuemustats).emulated, 0);
arch/mips/math-emu/me-debugfs.c
55
__this_cpu_write((fpuemustats).loads, 0);
arch/mips/math-emu/me-debugfs.c
56
__this_cpu_write((fpuemustats).stores, 0);
arch/mips/math-emu/me-debugfs.c
57
__this_cpu_write((fpuemustats).branches, 0);
arch/mips/math-emu/me-debugfs.c
58
__this_cpu_write((fpuemustats).cp1ops, 0);
arch/mips/math-emu/me-debugfs.c
59
__this_cpu_write((fpuemustats).cp1xops, 0);
arch/mips/math-emu/me-debugfs.c
60
__this_cpu_write((fpuemustats).errors, 0);
arch/mips/math-emu/me-debugfs.c
61
__this_cpu_write((fpuemustats).ieee754_inexact, 0);
arch/mips/math-emu/me-debugfs.c
62
__this_cpu_write((fpuemustats).ieee754_underflow, 0);
arch/mips/math-emu/me-debugfs.c
63
__this_cpu_write((fpuemustats).ieee754_overflow, 0);
arch/mips/math-emu/me-debugfs.c
64
__this_cpu_write((fpuemustats).ieee754_zerodiv, 0);
arch/mips/math-emu/me-debugfs.c
65
__this_cpu_write((fpuemustats).ieee754_invalidop, 0);
arch/mips/math-emu/me-debugfs.c
66
__this_cpu_write((fpuemustats).ds_emul, 0);
arch/mips/math-emu/me-debugfs.c
68
__this_cpu_write((fpuemustats).abs_s, 0);
arch/mips/math-emu/me-debugfs.c
69
__this_cpu_write((fpuemustats).abs_d, 0);
arch/mips/math-emu/me-debugfs.c
70
__this_cpu_write((fpuemustats).add_s, 0);
arch/mips/math-emu/me-debugfs.c
71
__this_cpu_write((fpuemustats).add_d, 0);
arch/mips/math-emu/me-debugfs.c
72
__this_cpu_write((fpuemustats).bc1eqz, 0);
arch/mips/math-emu/me-debugfs.c
73
__this_cpu_write((fpuemustats).bc1nez, 0);
arch/mips/math-emu/me-debugfs.c
74
__this_cpu_write((fpuemustats).ceil_w_s, 0);
arch/mips/math-emu/me-debugfs.c
75
__this_cpu_write((fpuemustats).ceil_w_d, 0);
arch/mips/math-emu/me-debugfs.c
76
__this_cpu_write((fpuemustats).ceil_l_s, 0);
arch/mips/math-emu/me-debugfs.c
77
__this_cpu_write((fpuemustats).ceil_l_d, 0);
arch/mips/math-emu/me-debugfs.c
78
__this_cpu_write((fpuemustats).class_s, 0);
arch/mips/math-emu/me-debugfs.c
79
__this_cpu_write((fpuemustats).class_d, 0);
arch/mips/math-emu/me-debugfs.c
80
__this_cpu_write((fpuemustats).cmp_af_s, 0);
arch/mips/math-emu/me-debugfs.c
81
__this_cpu_write((fpuemustats).cmp_af_d, 0);
arch/mips/math-emu/me-debugfs.c
82
__this_cpu_write((fpuemustats).cmp_eq_s, 0);
arch/mips/math-emu/me-debugfs.c
83
__this_cpu_write((fpuemustats).cmp_eq_d, 0);
arch/mips/math-emu/me-debugfs.c
84
__this_cpu_write((fpuemustats).cmp_le_s, 0);
arch/mips/math-emu/me-debugfs.c
85
__this_cpu_write((fpuemustats).cmp_le_d, 0);
arch/mips/math-emu/me-debugfs.c
86
__this_cpu_write((fpuemustats).cmp_lt_s, 0);
arch/mips/math-emu/me-debugfs.c
87
__this_cpu_write((fpuemustats).cmp_lt_d, 0);
arch/mips/math-emu/me-debugfs.c
88
__this_cpu_write((fpuemustats).cmp_ne_s, 0);
arch/mips/math-emu/me-debugfs.c
89
__this_cpu_write((fpuemustats).cmp_ne_d, 0);
arch/mips/math-emu/me-debugfs.c
90
__this_cpu_write((fpuemustats).cmp_or_s, 0);
arch/mips/math-emu/me-debugfs.c
91
__this_cpu_write((fpuemustats).cmp_or_d, 0);
arch/mips/math-emu/me-debugfs.c
92
__this_cpu_write((fpuemustats).cmp_ueq_s, 0);
arch/mips/math-emu/me-debugfs.c
93
__this_cpu_write((fpuemustats).cmp_ueq_d, 0);
arch/mips/math-emu/me-debugfs.c
94
__this_cpu_write((fpuemustats).cmp_ule_s, 0);
arch/mips/math-emu/me-debugfs.c
95
__this_cpu_write((fpuemustats).cmp_ule_d, 0);
arch/mips/math-emu/me-debugfs.c
96
__this_cpu_write((fpuemustats).cmp_ult_s, 0);
arch/mips/math-emu/me-debugfs.c
97
__this_cpu_write((fpuemustats).cmp_ult_d, 0);
arch/mips/math-emu/me-debugfs.c
98
__this_cpu_write((fpuemustats).cmp_un_s, 0);
arch/mips/math-emu/me-debugfs.c
99
__this_cpu_write((fpuemustats).cmp_un_d, 0);
arch/parisc/kernel/ftrace.c
226
__this_cpu_write(current_kprobe, p);
arch/parisc/kernel/ftrace.c
243
__this_cpu_write(current_kprobe, NULL);
arch/parisc/kernel/kprobes.c
68
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/parisc/kernel/kprobes.c
74
__this_cpu_write(current_kprobe, p);
arch/powerpc/kernel/kprobes-ftrace.c
46
__this_cpu_write(current_kprobe, p);
arch/powerpc/kernel/kprobes-ftrace.c
63
__this_cpu_write(current_kprobe, NULL);
arch/powerpc/kernel/kprobes.c
217
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/powerpc/kernel/kprobes.c
225
__this_cpu_write(current_kprobe, p);
arch/powerpc/kernel/optprobes.c
108
__this_cpu_write(current_kprobe, &op->kp);
arch/powerpc/kernel/optprobes.c
112
__this_cpu_write(current_kprobe, NULL);
arch/powerpc/kernel/sysfs.c
551
__this_cpu_write(pmcs_enabled, 1);
arch/powerpc/kernel/time.c
496
#define set_irq_work_pending_flag() __this_cpu_write(irq_work_pending, 1)
arch/powerpc/kernel/time.c
498
#define clear_irq_work_pending() __this_cpu_write(irq_work_pending, 0)
arch/powerpc/kernel/time.c
859
__this_cpu_write(decrementers_next_tb, get_tb() + evt);
arch/powerpc/kernel/time.c
867
__this_cpu_write(decrementers_next_tb, DEC_CLOCKEVENT_STOPPED);
arch/powerpc/kvm/book3s_hv.c
4448
__this_cpu_write(cpu_in_guest, kvm);
arch/powerpc/kvm/book3s_hv.c
4450
__this_cpu_write(cpu_in_guest, NULL);
arch/powerpc/kvm/book3s_hv.c
4455
__this_cpu_write(cpu_in_guest, kvm);
arch/powerpc/kvm/book3s_hv.c
4457
__this_cpu_write(cpu_in_guest, NULL);
arch/powerpc/kvm/e500.c
116
__this_cpu_write(pcpu_last_used_sid, 0);
arch/powerpc/kvm/e500.c
77
__this_cpu_write(pcpu_sids.entry[sid], entry);
arch/powerpc/kvm/e500mc.c
150
__this_cpu_write(last_vcpu_of_lpid[get_lpid(vcpu)], vcpu);
arch/powerpc/mm/book3s64/radix_tlb.c
749
__this_cpu_write(mm_cpumask_trim_clock, 0);
arch/powerpc/mm/nohash/e500_hugetlbpage.c
88
__this_cpu_write(next_tlbcam_idx, tlbcam_index);
arch/powerpc/perf/hv-24x7.c
1481
__this_cpu_write(hv_24x7_txn_err, ret);
arch/powerpc/perf/hv-24x7.c
1534
__this_cpu_write(hv_24x7_txn_flags, flags);
arch/powerpc/perf/hv-24x7.c
1555
__this_cpu_write(hv_24x7_txn_flags, 0);
arch/powerpc/perf/hv-24x7.c
1556
__this_cpu_write(hv_24x7_txn_err, 0);
arch/powerpc/platforms/pseries/iommu.c
287
__this_cpu_write(tce_page, tcep);
arch/powerpc/platforms/pseries/iommu.c
510
__this_cpu_write(tce_page, tcep);
arch/powerpc/platforms/pseries/lpar.c
402
__this_cpu_write(dtl_entry_ridx, i);
arch/riscv/kernel/probes/kprobes.c
141
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/riscv/kernel/probes/kprobes.c
147
__this_cpu_write(current_kprobe, p);
arch/riscv/kvm/vcpu.c
588
__this_cpu_write(kvm_former_vcpu, vcpu);
arch/s390/kernel/ftrace.c
309
__this_cpu_write(current_kprobe, p);
arch/s390/kernel/ftrace.c
325
__this_cpu_write(current_kprobe, NULL);
arch/s390/kernel/kprobes.c
240
__this_cpu_write(current_kprobe, p);
arch/s390/kernel/kprobes.c
251
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/s390/kernel/processor.c
75
__this_cpu_write(cpu_relax_retry, 0);
arch/s390/kernel/vtime.c
433
__this_cpu_write(mt_scaling_jiffies, jiffies);
arch/s390/kernel/vtime.c
434
__this_cpu_write(mt_scaling_mult, 1);
arch/s390/kernel/vtime.c
435
__this_cpu_write(mt_scaling_div, 1);
arch/s390/kernel/vtime.c
79
__this_cpu_write(mt_scaling_mult, mult);
arch/s390/kernel/vtime.c
80
__this_cpu_write(mt_scaling_div, div);
arch/s390/kernel/vtime.c
84
__this_cpu_write(mt_scaling_jiffies, jiffies_64);
arch/sh/kernel/kprobes.c
124
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/sh/kernel/kprobes.c
131
__this_cpu_write(current_kprobe, p);
arch/sh/kernel/kprobes.c
141
__this_cpu_write(saved_current_opcode.addr, (kprobe_opcode_t *)regs->pc);
arch/sh/kernel/kprobes.c
328
__this_cpu_write(saved_current_opcode.addr, NULL);
arch/sh/kernel/smp.c
115
__this_cpu_write(cpu_state, CPU_DEAD);
arch/sparc/kernel/kprobes.c
87
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/sparc/kernel/kprobes.c
96
__this_cpu_write(current_kprobe, p);
arch/sparc/kernel/nmi.c
108
__this_cpu_write(nmi_touch, 0);
arch/sparc/kernel/nmi.c
117
__this_cpu_write(last_irq_sum, sum);
arch/sparc/kernel/nmi.c
118
__this_cpu_write(alert_counter, 0);
arch/sparc/kernel/nmi.c
163
__this_cpu_write(wd_enabled, 0);
arch/sparc/kernel/nmi.c
220
__this_cpu_write(wd_enabled, 1);
arch/sparc/kernel/smp_64.c
1409
__this_cpu_write(poke, false);
arch/x86/events/core.c
2307
__this_cpu_write(cpu_hw_events.n_txn, 0);
arch/x86/events/core.c
2308
__this_cpu_write(cpu_hw_events.n_txn_pair, 0);
arch/x86/events/core.c
2309
__this_cpu_write(cpu_hw_events.n_txn_metric, 0);
arch/x86/include/asm/fred.h
105
__this_cpu_write(fred_rsp0, rsp0);
arch/x86/include/asm/fred.h
96
__this_cpu_write(fred_rsp0, rsp0);
arch/x86/include/asm/hardirq.h
100
__this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 1);
arch/x86/include/asm/hardirq.h
105
__this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 0);
arch/x86/include/asm/irq_stack.h
149
__this_cpu_write(hardirq_stack_inuse, true); \
arch/x86/include/asm/irq_stack.h
151
__this_cpu_write(hardirq_stack_inuse, false); \
arch/x86/include/asm/irq_stack.h
215
__this_cpu_write(hardirq_stack_inuse, true); \
arch/x86/include/asm/irq_stack.h
217
__this_cpu_write(hardirq_stack_inuse, false); \
arch/x86/include/asm/spec-ctrl.h
86
__this_cpu_write(x86_spec_ctrl_current, val);
arch/x86/kernel/cpu/amd.c
565
__this_cpu_write(cache_state_incoherent, true);
arch/x86/kernel/cpu/mce/core.c
1789
__this_cpu_write(mce_next_interval, iv);
arch/x86/kernel/cpu/mce/core.c
1808
__this_cpu_write(mce_next_interval, check_interval * HZ);
arch/x86/kernel/cpu/mce/threshold.c
70
__this_cpu_write(storm_desc.poll_mode, storm);
arch/x86/kernel/fpu/context.h
28
__this_cpu_write(fpu_fpregs_owner_ctx, NULL);
arch/x86/kernel/fpu/context.h
43
__this_cpu_write(fpu_fpregs_owner_ctx, NULL);
arch/x86/kernel/fpu/context.h
49
__this_cpu_write(fpu_fpregs_owner_ctx, fpu);
arch/x86/kernel/fpu/core.c
1008
__this_cpu_write(fpu_fpregs_owner_ctx, NULL);
arch/x86/kernel/fpu/core.c
368
__this_cpu_write(xfd_state, fpstate->xfd);
arch/x86/kernel/fpu/xstate.h
186
__this_cpu_write(xfd_state, xfd);
arch/x86/kernel/hw_breakpoint.c
118
__this_cpu_write(cpu_debugreg[i], info->address);
arch/x86/kernel/irq.c
224
__this_cpu_write(vector_irq[vector], VECTOR_UNUSED);
arch/x86/kernel/irq.c
431
__this_cpu_write(posted_msi_handler_active, true);
arch/x86/kernel/irq.c
460
__this_cpu_write(posted_msi_handler_active, false);
arch/x86/kernel/irq.c
504
__this_cpu_write(vector_irq[vector], VECTOR_RETRIGGERED);
arch/x86/kernel/irq.c
509
__this_cpu_write(vector_irq[vector], VECTOR_UNUSED);
arch/x86/kernel/kprobes/core.c
828
__this_cpu_write(current_kprobe, kcb->prev_kprobe.kp);
arch/x86/kernel/kprobes/core.c
838
__this_cpu_write(current_kprobe, p);
arch/x86/kernel/kprobes/ftrace.c
45
__this_cpu_write(current_kprobe, p);
arch/x86/kernel/kprobes/ftrace.c
64
__this_cpu_write(current_kprobe, NULL);
arch/x86/kernel/kprobes/opt.c
194
__this_cpu_write(current_kprobe, &op->kp);
arch/x86/kernel/kprobes/opt.c
197
__this_cpu_write(current_kprobe, NULL);
arch/x86/kernel/kvm.c
261
__this_cpu_write(apf_reason.flags, 0);
arch/x86/kernel/kvm.c
313
__this_cpu_write(apf_reason.token, 0);
arch/x86/kernel/kvm.c
377
__this_cpu_write(async_pf_enabled, true);
arch/x86/kernel/kvm.c
386
__this_cpu_write(kvm_apic_eoi, 0);
arch/x86/kernel/kvm.c
402
__this_cpu_write(async_pf_enabled, false);
arch/x86/kernel/nmi.c
379
__this_cpu_write(swallow_nmi, false);
arch/x86/kernel/nmi.c
381
__this_cpu_write(last_nmi_rip, regs->ip);
arch/x86/kernel/nmi.c
405
__this_cpu_write(swallow_nmi, true);
arch/x86/kernel/nmi.c
750
__this_cpu_write(last_nmi_rip, 0);
arch/x86/kvm/svm/svm.c
537
__this_cpu_write(current_tsc_ratio, multiplier);
arch/x86/kvm/x86.c
9752
__this_cpu_write(cpu_tsc_khz, 0);
arch/x86/kvm/x86.c
9769
__this_cpu_write(cpu_tsc_khz, khz);
arch/x86/virt/vmx/tdx/tdx.c
136
__this_cpu_write(tdx_lp_initialized, true);
arch/x86/xen/enlighten_pv.c
121
__this_cpu_write(xen_in_preemptible_hcall, false);
arch/x86/xen/enlighten_pv.c
127
__this_cpu_write(xen_in_preemptible_hcall, inhcall);
arch/x86/xen/xen-ops.h
102
__this_cpu_write(xen_mc_irq_flags, flags);
crypto/testmgr.c
1186
__this_cpu_write(crypto_simd_disabled_for_test, true);
crypto/testmgr.c
1193
__this_cpu_write(crypto_simd_disabled_for_test, false);
drivers/accessibility/speakup/fakekey.c
68
__this_cpu_write(reporting_keystroke, true);
drivers/accessibility/speakup/fakekey.c
72
__this_cpu_write(reporting_keystroke, false);
drivers/clocksource/arm_arch_timer.c
485
__this_cpu_write(timer_unstable_counter_workaround, wa);
drivers/clocksource/arm_arch_timer.c
977
__this_cpu_write(saved_cntkctl, arch_timer_get_cntkctl());
drivers/cpuidle/cpuidle-psci.c
61
__this_cpu_write(psci_domain_state.state, 0);
drivers/dma/fsl-qdma.c
660
__this_cpu_write(pre.addr, qdma_ccdf_addr_get64(status_addr));
drivers/dma/fsl-qdma.c
661
__this_cpu_write(pre.queue, qdma_ccdf_get_queue(status_addr));
drivers/firmware/arm_sdei.c
1114
__this_cpu_write(sdei_active_critical_event, NULL);
drivers/firmware/arm_sdei.c
1119
__this_cpu_write(sdei_active_normal_event, NULL);
drivers/hv/vmbus_drv.c
1352
__this_cpu_write(vmbus_irq_pending, true);
drivers/hv/vmbus_drv.c
1368
__this_cpu_write(vmbus_irq_pending, false);
drivers/irqchip/irq-apple-aic.c
917
__this_cpu_write(aic_fiq_unmasked, 0);
drivers/irqchip/irq-xtensa-mx.c
102
__this_cpu_write(cached_irq_mask, mask);
drivers/irqchip/irq-xtensa-mx.c
63
__this_cpu_write(cached_irq_mask,
drivers/irqchip/irq-xtensa-mx.c
84
__this_cpu_write(cached_irq_mask, mask);
drivers/xen/events/events_2l.c
250
__this_cpu_write(current_word_idx,
drivers/xen/events/events_2l.c
253
__this_cpu_write(current_bit_idx, bit_idx);
fs/buffer.c
1357
__this_cpu_write(bh_lrus.bhs[i],
fs/buffer.c
1361
__this_cpu_write(bh_lrus.bhs[0], bh);
fs/buffer.c
2954
__this_cpu_write(bh_accounting.ratelimit, 0);
include/asm-generic/irq_regs.h
29
__this_cpu_write(__irq_regs, new_regs);
include/linux/interrupt.h
529
#define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x)))
include/linux/kprobes.h
394
__this_cpu_write(current_kprobe, NULL);
include/linux/netdevice.h
5376
__this_cpu_write(softnet_data.xmit.more, more);
include/xen/xen-ops.h
202
__this_cpu_write(xen_in_preemptible_hcall, true);
include/xen/xen-ops.h
207
__this_cpu_write(xen_in_preemptible_hcall, false);
kernel/bpf/helpers.c
338
__this_cpu_write(irqsave_flags, flags);
kernel/events/core.c
12544
__this_cpu_write(nop_txn_flags, flags);
kernel/events/core.c
12556
__this_cpu_write(nop_txn_flags, 0);
kernel/events/core.c
12569
__this_cpu_write(nop_txn_flags, 0);
kernel/events/core.c
6436
__this_cpu_write(guest_ctx_loaded, true);
kernel/events/core.c
6461
__this_cpu_write(guest_ctx_loaded, false);
kernel/events/core.c
656
__this_cpu_write(running_sample_length, running_len);
kernel/kprobes.c
1314
__this_cpu_write(current_kprobe, &kprobe_busy);
kernel/kprobes.c
1321
__this_cpu_write(current_kprobe, NULL);
kernel/kprobes.c
2114
__this_cpu_write(current_kprobe, &rp->kp);
kernel/kprobes.c
2117
__this_cpu_write(current_kprobe, prev);
kernel/kprobes.c
2212
__this_cpu_write(current_kprobe, &rp->kp);
kernel/kprobes.c
2219
__this_cpu_write(current_kprobe, NULL);
kernel/kprobes.c
366
__this_cpu_write(kprobe_instance, kp);
kernel/kprobes.c
371
__this_cpu_write(kprobe_instance, NULL);
kernel/locking/lockdep.c
4472
__this_cpu_write(hardirqs_enabled, 1);
kernel/locking/lockdep.c
4511
__this_cpu_write(hardirqs_enabled, 0);
kernel/locking/lockdep.c
471
__this_cpu_write(lockdep_recursion, 0);
kernel/rcu/tree.c
2731
__this_cpu_write(rcu_data.last_sched_clock, j);
kernel/rcu/tree.c
2741
__this_cpu_write(rcu_data.rcu_urgent_qs, false);
kernel/rcu/tree.c
2933
__this_cpu_write(rcu_data.rcu_cpu_has_work, 1);
kernel/rcu/tree_exp.h
734
__this_cpu_write(rcu_data.cpu_no_qs.b.exp, true);
kernel/rcu/tree_plugin.h
305
__this_cpu_write(rcu_data.cpu_no_qs.b.norm, false);
kernel/rcu/tree_plugin.h
957
__this_cpu_write(rcu_data.cpu_no_qs.b.norm, false);
kernel/sched/ext/ext.c
1771
__this_cpu_write(direct_dispatch_task, ERR_PTR(-ESRCH));
kernel/sched/ext/internal.h
1568
__this_cpu_write(scx_locked_rq_state, rq);
kernel/sched/sched.h
3968
__this_cpu_write(mm->mm_cid.pcpu->cid, cid);
kernel/smp.c
186
__this_cpu_write(cur_csd, NULL);
kernel/smp.c
189
__this_cpu_write(cur_csd_func, csd->func);
kernel/smp.c
190
__this_cpu_write(cur_csd_info, csd->info);
kernel/smp.c
192
__this_cpu_write(cur_csd, csd);
kernel/softirq.c
1095
__this_cpu_write(tasklet_vec.tail, per_cpu(tasklet_vec, cpu).tail);
kernel/softirq.c
1103
__this_cpu_write(tasklet_hi_vec.tail, per_cpu(tasklet_hi_vec, cpu).tail);
kernel/softirq.c
1148
__this_cpu_write(pending_timer_softirq, 0);
kernel/time/tick-sched.c
743
__this_cpu_write(tick_cpu_sched.idle_waketime, now);
kernel/time/timer.c
2330
__this_cpu_write(timer_bases[BASE_LOCAL].is_idle, false);
kernel/time/timer.c
2332
__this_cpu_write(timer_bases[BASE_GLOBAL].is_idle, false);
kernel/trace/trace.h
1686
__this_cpu_write(trace_taskinfo_save, true);
kernel/trace/trace_sched_switch.c
393
__this_cpu_write(trace_taskinfo_save, false);
kernel/trace/trace_sched_switch.c
425
__this_cpu_write(trace_taskinfo_save, false);
kernel/unwind/deferred.c
91
__this_cpu_write(unwind_ctx_ctr, cnt);
kernel/watchdog.c
510
__this_cpu_write(cpustat_util[tail][i], util);
kernel/watchdog.c
511
__this_cpu_write(cpustat_old[i], new_stat);
kernel/watchdog.c
514
__this_cpu_write(cpustat_tail, (tail + 1) % NUM_SAMPLE_PERIODS);
kernel/watchdog.c
584
__this_cpu_write(snapshot_taken, true);
kernel/watchdog.c
590
__this_cpu_write(snapshot_taken, false);
kernel/watchdog.c
682
__this_cpu_write(watchdog_report_ts, get_timestamp());
kernel/watchdog.c
688
__this_cpu_write(watchdog_touch_ts, get_timestamp());
kernel/watchdog.c
737
__this_cpu_write(softlockup_touch_sync, true);
kernel/watchdog.c
738
__this_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT);
kernel/watchdog.c
855
__this_cpu_write(softlockup_touch_sync, false);
kernel/watchdog_perf.c
73
__this_cpu_write(nmi_rearmed, 0);
kernel/watchdog_perf.c
74
__this_cpu_write(last_timestamp, now);
kernel/watchdog_perf.c
80
__this_cpu_write(nmi_rearmed, 0);
kernel/watchdog_perf.c
81
__this_cpu_write(last_timestamp, ktime_get_mono_fast_ns());
kernel/workqueue.c
2270
__this_cpu_write(wq_rr_cpu_last, new_cpu);
lib/cpumask.c
144
__this_cpu_write(distribute_cpu_mask_prev, next);
lib/cpumask.c
164
__this_cpu_write(distribute_cpu_mask_prev, next);
lib/percpu_test.c
103
__this_cpu_write(ulong_counter, 0);
lib/percpu_test.c
110
__this_cpu_write(ulong_counter, 0);
lib/percpu_test.c
118
__this_cpu_write(ulong_counter, 0);
lib/percpu_test.c
125
__this_cpu_write(ulong_counter, 3);
lib/percpu_test.c
45
__this_cpu_write(ulong_counter, 0);
lib/percpu_test.c
60
__this_cpu_write(ulong_counter, 0);
lib/percpu_test.c
77
__this_cpu_write(long_counter, 0);
lib/percpu_test.c
84
__this_cpu_write(long_counter, 0);
lib/percpu_test.c
95
__this_cpu_write(long_counter, 0);
mm/memcontrol-v1.c
568
__this_cpu_write(memcg->events_percpu->targets[target], next);
mm/vmstat.c
370
__this_cpu_write(*p, x);
mm/vmstat.c
406
__this_cpu_write(*p, x);
mm/vmstat.c
450
__this_cpu_write(*p, -overstep);
mm/vmstat.c
473
__this_cpu_write(*p, -overstep);
mm/vmstat.c
506
__this_cpu_write(*p, overstep);
mm/vmstat.c
529
__this_cpu_write(*p, overstep);
mm/vmstat.c
822
__this_cpu_write(pcp->expire, 3);
mm/vmstat.c
848
__this_cpu_write(pcp->expire, 0);
net/core/dev.c
3459
__this_cpu_write(softnet_data.completion_queue, skb);
net/core/dev.c
4372
__this_cpu_write(softnet_data.xmit.skip_txqueue, skip);
net/rds/ib_recv.c
493
__this_cpu_write(cache->percpu->first, new_item);
net/rds/ib_recv.c
513
__this_cpu_write(cache->percpu->first, NULL);
net/rds/ib_recv.c
514
__this_cpu_write(cache->percpu->count, 0);
virt/kvm/kvm_main.c
168
__this_cpu_write(kvm_running_vcpu, vcpu);
virt/kvm/kvm_main.c
180
__this_cpu_write(kvm_running_vcpu, NULL);
virt/kvm/kvm_main.c
5605
__this_cpu_write(virtualization_enabled, true);
virt/kvm/kvm_main.c
5626
__this_cpu_write(virtualization_enabled, false);
virt/kvm/kvm_main.c
6383
__this_cpu_write(kvm_running_vcpu, vcpu);
virt/kvm/kvm_main.c
6401
__this_cpu_write(kvm_running_vcpu, NULL);