/Linux-v5.10/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.10/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()
|
/Linux-v5.10/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.10/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 | 241 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in __touch_watchdog() 288 __this_cpu_write(softlockup_touch_sync, true); in touch_softlockup_watchdog_sync() 289 __this_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET); in touch_softlockup_watchdog_sync() 312 __this_cpu_write(hrtimer_interrupts_saved, hrint); in is_hardlockup() 371 __this_cpu_write(softlockup_touch_sync, false); in watchdog_timer_fn() 407 __this_cpu_write(soft_watchdog_warn, true); in watchdog_timer_fn() 436 __this_cpu_write(soft_watchdog_warn, true); in watchdog_timer_fn() 438 __this_cpu_write(soft_watchdog_warn, 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.10/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.10/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.10/arch/powerpc/kernel/ |
D | kprobes-ftrace.c | 36 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 53 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/Linux-v5.10/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.10/arch/x86/include/asm/ |
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.10/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.10/arch/x86/kernel/kprobes/ |
D | ftrace.c | 35 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 53 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/Linux-v5.10/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() 437 __this_cpu_write(mt_scaling_jiffies, jiffies); in vtime_init() 438 __this_cpu_write(mt_scaling_mult, 1); in vtime_init() 439 __this_cpu_write(mt_scaling_div, 1); in vtime_init()
|
D | ftrace.c | 214 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 230 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/Linux-v5.10/arch/csky/kernel/probes/ |
D | ftrace.c | 38 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 57 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/Linux-v5.10/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() 540 __this_cpu_write(last_nmi_rip, 0); in local_touch_nmi()
|
/Linux-v5.10/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.10/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.10/arch/arm64/kernel/ |
D | proton-pack.c | 211 __this_cpu_write(bp_hardening_data.fn, fn); in install_bp_hardening_cb() 229 __this_cpu_write(bp_hardening_data.hyp_vectors_slot, slot); in install_bp_hardening_cb() 230 __this_cpu_write(bp_hardening_data.fn, fn); in install_bp_hardening_cb() 236 __this_cpu_write(bp_hardening_data.fn, fn); in install_bp_hardening_cb() 612 __this_cpu_write(arm64_ssbd_callback_required, 1); in spectre_v4_enable_fw_mitigation()
|
D | syscall.c | 80 __this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 1); in cortex_a76_erratum_1463225_svc_handler() 90 __this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 0); in cortex_a76_erratum_1463225_svc_handler()
|
/Linux-v5.10/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.10/arch/parisc/kernel/ |
D | ftrace.c | 220 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 237 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/Linux-v5.10/include/xen/ |
D | xen-ops.h | 224 __this_cpu_write(xen_in_preemptible_hcall, true); in xen_preemptible_hcall_begin() 229 __this_cpu_write(xen_in_preemptible_hcall, false); in xen_preemptible_hcall_end()
|
/Linux-v5.10/include/asm-generic/ |
D | irq_regs.h | 29 __this_cpu_write(__irq_regs, new_regs); in set_irq_regs()
|