/openbmc/linux/arch/mips/math-emu/ |
H A 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 …]
|
/openbmc/linux/lib/ |
H A 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()
|
H A D | cpumask.c | 179 __this_cpu_write(distribute_cpu_mask_prev, next); in cpumask_any_and_distribute() 193 __this_cpu_write(distribute_cpu_mask_prev, next); in cpumask_any_distribute()
|
/openbmc/linux/arch/mips/kernel/ |
H A 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 …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | irq_stack.h | 149 __this_cpu_write(pcpu_hot.hardirq_stack_inuse, true); \ 151 __this_cpu_write(pcpu_hot.hardirq_stack_inuse, false); \ 215 __this_cpu_write(pcpu_hot.hardirq_stack_inuse, true); \ 217 __this_cpu_write(pcpu_hot.hardirq_stack_inuse, false); \
|
H A D | hardirq.h | 72 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 1); in kvm_set_cpu_l1tf_flush_l1d() 77 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 0); in kvm_clear_cpu_l1tf_flush_l1d()
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | context.h | 28 __this_cpu_write(fpu_fpregs_owner_ctx, NULL); in __cpu_invalidate_fpregs_state() 43 __this_cpu_write(fpu_fpregs_owner_ctx, NULL); in fpregs_deactivate() 49 __this_cpu_write(fpu_fpregs_owner_ctx, fpu); in fpregs_activate()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | nmi.c | 108 __this_cpu_write(nmi_touch, 0); in perfctr_irq() 117 __this_cpu_write(last_irq_sum, sum); in perfctr_irq() 118 __this_cpu_write(alert_counter, 0); in perfctr_irq() 163 __this_cpu_write(wd_enabled, 0); in stop_nmi_watchdog() 220 __this_cpu_write(wd_enabled, 1); in start_nmi_watchdog()
|
/openbmc/linux/kernel/ |
H A D | watchdog_perf.c | 74 __this_cpu_write(nmi_rearmed, 0); in watchdog_check_timestamp() 75 __this_cpu_write(last_timestamp, now); in watchdog_check_timestamp() 81 __this_cpu_write(nmi_rearmed, 0); in watchdog_init_timestamp() 82 __this_cpu_write(last_timestamp, ktime_get_mono_fast_ns()); in watchdog_init_timestamp()
|
H A D | watchdog.c | 353 __this_cpu_write(watchdog_report_ts, get_timestamp()); in update_report_ts() 359 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts() 408 __this_cpu_write(softlockup_touch_sync, true); in touch_softlockup_watchdog_sync() 409 __this_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sync() 493 __this_cpu_write(softlockup_touch_sync, false); in watchdog_timer_fn()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | intel.c | 199 __this_cpu_write(cmci_storm_state, CMCI_STORM_SUBSIDED); in cmci_intel_adjust_timer() 211 __this_cpu_write(cmci_storm_state, CMCI_STORM_NONE); in cmci_intel_adjust_timer() 237 __this_cpu_write(cmci_time_stamp, now); in cmci_storm_detect() 239 __this_cpu_write(cmci_storm_cnt, cnt); in cmci_storm_detect() 245 __this_cpu_write(cmci_storm_state, CMCI_STORM_ACTIVE); in cmci_storm_detect()
|
/openbmc/linux/arch/s390/kernel/ |
H A 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() 449 __this_cpu_write(mt_scaling_jiffies, jiffies); in vtime_init() 450 __this_cpu_write(mt_scaling_mult, 1); in vtime_init() 451 __this_cpu_write(mt_scaling_div, 1); in vtime_init()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A 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()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-xtensa-mx.c | 63 __this_cpu_write(cached_irq_mask, in secondary_init_irq() 84 __this_cpu_write(cached_irq_mask, mask); in xtensa_mx_irq_mask() 102 __this_cpu_write(cached_irq_mask, mask); in xtensa_mx_irq_unmask()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | kprobes-ftrace.c | 46 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 63 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/openbmc/linux/arch/x86/kernel/kprobes/ |
H A D | ftrace.c | 43 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 61 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | ftrace.c | 34 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 54 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/openbmc/linux/arch/csky/kernel/probes/ |
H A D | ftrace.c | 40 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 59 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_dup_ipv6.c | 67 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv6() 69 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv6()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_dup_ipv4.c | 88 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv4() 90 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv4()
|
/openbmc/linux/arch/sh/kernel/ |
H A D | kprobes.c | 124 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe() 131 __this_cpu_write(current_kprobe, p); in set_current_kprobe() 141 __this_cpu_write(saved_current_opcode.addr, (kprobe_opcode_t *)regs->pc); in prepare_singlestep() 328 __this_cpu_write(saved_current_opcode.addr, NULL); in post_kprobe_handler()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | nmi.c | 340 __this_cpu_write(swallow_nmi, false); in default_do_nmi() 342 __this_cpu_write(last_nmi_rip, regs->ip); in default_do_nmi() 358 __this_cpu_write(swallow_nmi, true); in default_do_nmi() 657 __this_cpu_write(last_nmi_rip, 0); in local_touch_nmi()
|
/openbmc/linux/include/xen/ |
H A D | xen-ops.h | 203 __this_cpu_write(xen_in_preemptible_hcall, true); in xen_preemptible_hcall_begin() 208 __this_cpu_write(xen_in_preemptible_hcall, false); in xen_preemptible_hcall_end()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ftrace.c | 226 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler() 243 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | proton-pack.c | 224 __this_cpu_write(bp_hardening_data.fn, fn); in install_bp_hardening_cb() 233 __this_cpu_write(bp_hardening_data.slot, HYP_VECTOR_SPECTRE_DIRECT); in install_bp_hardening_cb() 638 __this_cpu_write(arm64_ssbd_callback_required, 1); in spectre_v4_enable_fw_mitigation() 981 __this_cpu_write(this_cpu_vector, v); in this_cpu_set_vectors() 1065 __this_cpu_write(bp_hardening_data.fn, NULL); in spectre_bhb_enable_mitigation()
|