Home
last modified time | relevance | path

Searched refs:__this_cpu_write (Results 1 – 25 of 102) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dme-debugfs.c54 __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 …]
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu_test.c43 __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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c2308 __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 …]
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog_hld.c90 __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()
H A Dwatchdog.c284 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts()
331 __this_cpu_write(softlockup_touch_sync, true); in touch_softlockup_watchdog_sync()
332 __this_cpu_write(watchdog_touch_ts, SOFTLOCKUP_RESET); in touch_softlockup_watchdog_sync()
355 __this_cpu_write(hrtimer_interrupts_saved, hrint); in is_hardlockup()
489 __this_cpu_write(softlockup_touch_sync, false); in watchdog_timer_fn()
H A Dcontext_tracking.c100 __this_cpu_write(context_tracking.state, state); in __context_tracking_enter()
165 __this_cpu_write(context_tracking.state, CONTEXT_KERNEL); in __context_tracking_exit()
H A Dsoftirq.c287 __this_cpu_write(active_softirqs, pending); in __do_softirq()
317 __this_cpu_write(active_softirqs, 0); in __do_softirq()
720 __this_cpu_write(tasklet_vec.tail, per_cpu(tasklet_vec, cpu).tail); in takeover_tasklets()
728 __this_cpu_write(tasklet_hi_vec.tail, per_cpu(tasklet_hi_vec, cpu).tail); in takeover_tasklets()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dnmi.c103 __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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dintel.c192 __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()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dvtime.c86 __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()
438 __this_cpu_write(mt_scaling_jiffies, jiffies); in vtime_init()
439 __this_cpu_write(mt_scaling_mult, 1); in vtime_init()
440 __this_cpu_write(mt_scaling_div, 1); in vtime_init()
H A Dftrace.c216 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
232 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-xtensa-mx.c62 __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()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dkprobes-ftrace.c36 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
53 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dfakekey.c68 __this_cpu_write(reporting_keystroke, true); in speakup_fake_down_arrow()
72 __this_cpu_write(reporting_keystroke, false); in speakup_fake_down_arrow()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhardirq.h67 __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()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dftrace.c35 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
53 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dnmi.c328 __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()
H A Dkvm.c247 __this_cpu_write(apf_reason.flags, 0); in kvm_read_and_reset_apf_flags()
299 __this_cpu_write(apf_reason.token, 0); in DEFINE_IDTENTRY_SYSVEC()
363 __this_cpu_write(apf_reason.enabled, 1); in kvm_guest_cpu_init()
372 __this_cpu_write(kvm_apic_eoi, 0); in kvm_guest_cpu_init()
388 __this_cpu_write(apf_reason.enabled, 0); in kvm_pv_disable_apf()
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Dftrace.c38 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
57 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c66 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv6()
68 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv6()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c87 __this_cpu_write(nf_skb_duplicated, true); in nf_dup_ipv4()
89 __this_cpu_write(nf_skb_duplicated, false); in nf_dup_ipv4()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dkprobes.c129 __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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsyscall.c77 __this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 1); in cortex_a76_erratum_1463225_svc_handler()
87 __this_cpu_write(__in_cortex_a76_erratum_1463225_wa, 0); in cortex_a76_erratum_1463225_svc_handler()
H A Dproton-pack.c224 __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()
984 __this_cpu_write(this_cpu_vector, v); in this_cpu_set_vectors()
1060 __this_cpu_write(bp_hardening_data.fn, NULL); in spectre_bhb_enable_mitigation()
/OK3568_Linux_fs/kernel/include/xen/
H A Dxen-ops.h224 __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()

12345