| /Linux-v5.15/arch/mips/math-emu/ |
| D | me-debugfs.c | 54 __this_cpu_write((fpuemustats).emulated, 0); in fpuemustats_clear_show() 55 __this_cpu_write((fpuemustats).loads, 0); in fpuemustats_clear_show() 56 __this_cpu_write((fpuemustats).stores, 0); in fpuemustats_clear_show() 57 __this_cpu_write((fpuemustats).branches, 0); in fpuemustats_clear_show() 58 __this_cpu_write((fpuemustats).cp1ops, 0); in fpuemustats_clear_show() 59 __this_cpu_write((fpuemustats).cp1xops, 0); in fpuemustats_clear_show() 60 __this_cpu_write((fpuemustats).errors, 0); in fpuemustats_clear_show() 61 __this_cpu_write((fpuemustats).ieee754_inexact, 0); in fpuemustats_clear_show() 62 __this_cpu_write((fpuemustats).ieee754_underflow, 0); in fpuemustats_clear_show() 63 __this_cpu_write((fpuemustats).ieee754_overflow, 0); in fpuemustats_clear_show() [all …]
|
| /Linux-v5.15/lib/ |
| D | percpu_test.c | 43 __this_cpu_write(ulong_counter, 0); in percpu_test_init() 58 __this_cpu_write(ulong_counter, 0); in percpu_test_init() 75 __this_cpu_write(long_counter, 0); in percpu_test_init() 82 __this_cpu_write(long_counter, 0); in percpu_test_init() 93 __this_cpu_write(long_counter, 0); in percpu_test_init() 101 __this_cpu_write(ulong_counter, 0); in percpu_test_init() 108 __this_cpu_write(ulong_counter, 0); in percpu_test_init() 116 __this_cpu_write(ulong_counter, 3); in percpu_test_init()
|
| D | cpumask.c | 259 __this_cpu_write(distribute_cpu_mask_prev, next); in cpumask_any_and_distribute() 277 __this_cpu_write(distribute_cpu_mask_prev, next); in cpumask_any_distribute()
|
| /Linux-v5.15/arch/mips/kernel/ |
| D | mips-r2-to-r6-emul.c | 2308 __this_cpu_write((mipsr2emustats).movs, 0); in mipsr2_clear_show() 2309 __this_cpu_write((mipsr2bdemustats).movs, 0); in mipsr2_clear_show() 2310 __this_cpu_write((mipsr2emustats).hilo, 0); in mipsr2_clear_show() 2311 __this_cpu_write((mipsr2bdemustats).hilo, 0); in mipsr2_clear_show() 2312 __this_cpu_write((mipsr2emustats).muls, 0); in mipsr2_clear_show() 2313 __this_cpu_write((mipsr2bdemustats).muls, 0); in mipsr2_clear_show() 2314 __this_cpu_write((mipsr2emustats).divs, 0); in mipsr2_clear_show() 2315 __this_cpu_write((mipsr2bdemustats).divs, 0); in mipsr2_clear_show() 2316 __this_cpu_write((mipsr2emustats).dsps, 0); in mipsr2_clear_show() 2317 __this_cpu_write((mipsr2bdemustats).dsps, 0); in mipsr2_clear_show() [all …]
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | irq_stack.h | 128 __this_cpu_write(hardirq_stack_inuse, true); \ 130 __this_cpu_write(hardirq_stack_inuse, false); \ 199 __this_cpu_write(hardirq_stack_inuse, true); \ 201 __this_cpu_write(hardirq_stack_inuse, false); \
|
| D | hardirq.h | 67 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 1); in kvm_set_cpu_l1tf_flush_l1d() 72 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 0); in kvm_clear_cpu_l1tf_flush_l1d()
|
| /Linux-v5.15/kernel/ |
| D | watchdog_hld.c | 90 __this_cpu_write(nmi_rearmed, 0); in watchdog_check_timestamp() 91 __this_cpu_write(last_timestamp, now); in watchdog_check_timestamp() 118 __this_cpu_write(watchdog_nmi_touch, false); in watchdog_overflow_callback() 158 __this_cpu_write(hard_watchdog_warn, true); in watchdog_overflow_callback() 162 __this_cpu_write(hard_watchdog_warn, false); in watchdog_overflow_callback()
|
| D | watchdog.c | 246 __this_cpu_write(watchdog_report_ts, get_timestamp()); in update_report_ts() 252 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts() 301 __this_cpu_write(softlockup_touch_sync, true); in touch_softlockup_watchdog_sync() 302 __this_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sync() 325 __this_cpu_write(hrtimer_interrupts_saved, hrint); in is_hardlockup() 403 __this_cpu_write(softlockup_touch_sync, false); in watchdog_timer_fn()
|
| D | context_tracking.c | 100 __this_cpu_write(context_tracking.state, state); in __context_tracking_enter() 165 __this_cpu_write(context_tracking.state, CONTEXT_KERNEL); in __context_tracking_exit()
|
| /Linux-v5.15/arch/sparc/kernel/ |
| D | nmi.c | 103 __this_cpu_write(nmi_touch, 0); in perfctr_irq() 112 __this_cpu_write(last_irq_sum, sum); in perfctr_irq() 113 __this_cpu_write(alert_counter, 0); in perfctr_irq() 158 __this_cpu_write(wd_enabled, 0); in stop_nmi_watchdog() 215 __this_cpu_write(wd_enabled, 1); in start_nmi_watchdog()
|
| /Linux-v5.15/arch/x86/kernel/cpu/mce/ |
| D | intel.c | 192 __this_cpu_write(cmci_storm_state, CMCI_STORM_SUBSIDED); in cmci_intel_adjust_timer() 204 __this_cpu_write(cmci_storm_state, CMCI_STORM_NONE); in cmci_intel_adjust_timer() 230 __this_cpu_write(cmci_time_stamp, now); in cmci_storm_detect() 232 __this_cpu_write(cmci_storm_cnt, cnt); in cmci_storm_detect() 238 __this_cpu_write(cmci_storm_state, CMCI_STORM_ACTIVE); in cmci_storm_detect()
|
| /Linux-v5.15/drivers/irqchip/ |
| D | irq-xtensa-mx.c | 62 __this_cpu_write(cached_irq_mask, in secondary_init_irq() 83 __this_cpu_write(cached_irq_mask, mask); in xtensa_mx_irq_mask() 101 __this_cpu_write(cached_irq_mask, mask); in xtensa_mx_irq_unmask()
|
| /Linux-v5.15/drivers/accessibility/speakup/ |
| D | fakekey.c | 68 __this_cpu_write(reporting_keystroke, true); in speakup_fake_down_arrow() 72 __this_cpu_write(reporting_keystroke, false); in speakup_fake_down_arrow()
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | vtime.c | 86 __this_cpu_write(mt_scaling_mult, mult); in update_mt_scaling() 87 __this_cpu_write(mt_scaling_div, div); in update_mt_scaling() 91 __this_cpu_write(mt_scaling_jiffies, jiffies_64); in update_mt_scaling() 450 __this_cpu_write(mt_scaling_jiffies, jiffies); in vtime_init() 451 __this_cpu_write(mt_scaling_mult, 1); in vtime_init() 452 __this_cpu_write(mt_scaling_div, 1); in vtime_init()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | kprobes-ftrace.c | 44 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 61 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
| /Linux-v5.15/arch/x86/kernel/kprobes/ |
| D | ftrace.c | 41 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 59 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
| /Linux-v5.15/arch/riscv/kernel/probes/ |
| D | ftrace.c | 32 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 52 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
| /Linux-v5.15/arch/csky/kernel/probes/ |
| D | ftrace.c | 45 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 64 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
| /Linux-v5.15/net/ipv6/netfilter/ |
| D | nf_dup_ipv6.c | 66 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv6() 68 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv6()
|
| /Linux-v5.15/net/ipv4/netfilter/ |
| D | nf_dup_ipv4.c | 87 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv4() 89 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv4()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | nmi.c | 328 __this_cpu_write(swallow_nmi, false); in default_do_nmi() 330 __this_cpu_write(last_nmi_rip, regs->ip); in default_do_nmi() 346 __this_cpu_write(swallow_nmi, true); in default_do_nmi() 550 __this_cpu_write(last_nmi_rip, 0); in local_touch_nmi()
|
| /Linux-v5.15/arch/sh/kernel/ |
| D | kprobes.c | 129 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe() 136 __this_cpu_write(current_kprobe, p); in set_current_kprobe() 146 __this_cpu_write(saved_current_opcode.addr, (kprobe_opcode_t *)regs->pc); in prepare_singlestep() 333 __this_cpu_write(saved_current_opcode.addr, NULL); in post_kprobe_handler()
|
| /Linux-v5.15/include/xen/ |
| D | xen-ops.h | 209 __this_cpu_write(xen_in_preemptible_hcall, true); in xen_preemptible_hcall_begin() 214 __this_cpu_write(xen_in_preemptible_hcall, false); in xen_preemptible_hcall_end()
|
| /Linux-v5.15/arch/parisc/kernel/ |
| D | ftrace.c | 229 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 246 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
| /Linux-v5.15/include/asm-generic/ |
| D | irq_regs.h | 29 __this_cpu_write(__irq_regs, new_regs); in set_irq_regs()
|