Home
last modified time | relevance | path

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

123

/arch/mips/math-emu/
A Dme-debugfs.c55 __this_cpu_write((fpuemustats).loads, 0); in fpuemustats_clear_show()
56 __this_cpu_write((fpuemustats).stores, 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()
68 __this_cpu_write((fpuemustats).abs_s, 0); in fpuemustats_clear_show()
69 __this_cpu_write((fpuemustats).abs_d, 0); in fpuemustats_clear_show()
70 __this_cpu_write((fpuemustats).add_s, 0); in fpuemustats_clear_show()
71 __this_cpu_write((fpuemustats).add_d, 0); in fpuemustats_clear_show()
72 __this_cpu_write((fpuemustats).bc1eqz, 0); in fpuemustats_clear_show()
[all …]
/arch/x86/kernel/fpu/
A Dcontext.h28 __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()
/arch/x86/include/asm/
A Dirq_stack.h149 __this_cpu_write(hardirq_stack_inuse, true); \
151 __this_cpu_write(hardirq_stack_inuse, false); \
215 __this_cpu_write(hardirq_stack_inuse, true); \
217 __this_cpu_write(hardirq_stack_inuse, false); \
A Dhardirq.h78 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 1); in kvm_set_cpu_l1tf_flush_l1d()
83 __this_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 0); in kvm_clear_cpu_l1tf_flush_l1d()
A Dfred.h96 __this_cpu_write(fred_rsp0, rsp0); in fred_sync_rsp0()
105 __this_cpu_write(fred_rsp0, rsp0); in fred_update_rsp0()
A Dspec-ctrl.h86 __this_cpu_write(x86_spec_ctrl_current, val); in __update_spec_ctrl()
/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c2308 __this_cpu_write((mipsr2emustats).movs, 0); in mipsr2_clear_show()
2310 __this_cpu_write((mipsr2emustats).hilo, 0); in mipsr2_clear_show()
2312 __this_cpu_write((mipsr2emustats).muls, 0); in mipsr2_clear_show()
2314 __this_cpu_write((mipsr2emustats).divs, 0); in mipsr2_clear_show()
2316 __this_cpu_write((mipsr2emustats).dsps, 0); in mipsr2_clear_show()
2318 __this_cpu_write((mipsr2emustats).bops, 0); in mipsr2_clear_show()
2320 __this_cpu_write((mipsr2emustats).traps, 0); in mipsr2_clear_show()
2322 __this_cpu_write((mipsr2emustats).fpus, 0); in mipsr2_clear_show()
2324 __this_cpu_write((mipsr2emustats).loads, 0); in mipsr2_clear_show()
2328 __this_cpu_write((mipsr2emustats).llsc, 0); in mipsr2_clear_show()
[all …]
/arch/sparc/kernel/
A Dnmi.c108 __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()
/arch/powerpc/kernel/
A Dkprobes-ftrace.c46 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
63 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
A Doptprobes.c108 __this_cpu_write(current_kprobe, &op->kp); in optimized_callback()
112 __this_cpu_write(current_kprobe, NULL); in optimized_callback()
/arch/x86/kernel/kprobes/
A Dftrace.c45 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
64 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/arch/csky/kernel/probes/
A Dftrace.c40 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
59 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
/arch/s390/kernel/
A Dvtime.c79 __this_cpu_write(mt_scaling_mult, mult); in update_mt_scaling()
80 __this_cpu_write(mt_scaling_div, div); in update_mt_scaling()
84 __this_cpu_write(mt_scaling_jiffies, jiffies_64); in update_mt_scaling()
447 __this_cpu_write(mt_scaling_jiffies, jiffies); in vtime_init()
448 __this_cpu_write(mt_scaling_mult, 1); in vtime_init()
449 __this_cpu_write(mt_scaling_div, 1); in vtime_init()
/arch/arm/include/asm/
A Dswitch_to.h31 __this_cpu_write(__entry_task, next); \
/arch/sh/kernel/
A Dkprobes.c124 __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()
/arch/x86/kernel/
A Dnmi.c378 __this_cpu_write(swallow_nmi, false); in default_do_nmi()
380 __this_cpu_write(last_nmi_rip, regs->ip); in default_do_nmi()
404 __this_cpu_write(swallow_nmi, true); in default_do_nmi()
752 __this_cpu_write(last_nmi_rip, 0); in local_touch_nmi()
A Dkvm.c252 __this_cpu_write(apf_reason.flags, 0); in kvm_read_and_reset_apf_flags()
304 __this_cpu_write(apf_reason.token, 0); in DEFINE_IDTENTRY_SYSVEC()
368 __this_cpu_write(async_pf_enabled, true); in kvm_guest_cpu_init()
377 __this_cpu_write(kvm_apic_eoi, 0); in kvm_guest_cpu_init()
393 __this_cpu_write(async_pf_enabled, false); in kvm_pv_disable_apf()
A Dirq.c269 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in reevaluate_vector()
519 __this_cpu_write(vector_irq[vector], VECTOR_RETRIGGERED); in fixup_irqs()
524 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in fixup_irqs()
/arch/parisc/kernel/
A Dftrace.c226 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
243 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
A Dkprobes.c68 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
74 __this_cpu_write(current_kprobe, p); in set_current_kprobe()
/arch/arm/probes/kprobes/
A Dopt-arm.c165 __this_cpu_write(current_kprobe, &op->kp); in optimized_callback()
168 __this_cpu_write(current_kprobe, NULL); in optimized_callback()
/arch/arm64/kernel/
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()
1012 __this_cpu_write(this_cpu_vector, v); in this_cpu_set_vectors()
1094 __this_cpu_write(bp_hardening_data.fn, NULL); in spectre_bhb_enable_mitigation()
/arch/alpha/kernel/
A Dtime.c60 #define set_irq_work_pending_flag() __this_cpu_write(irq_work_pending, 1)
62 #define clear_irq_work_pending() __this_cpu_write(irq_work_pending, 0)
/arch/loongarch/kernel/
A Dftrace_dyn.c320 __this_cpu_write(current_kprobe, p); in kprobe_ftrace_handler()
339 __this_cpu_write(current_kprobe, NULL); in kprobe_ftrace_handler()
A Dkprobes.c94 __this_cpu_write(current_kprobe, kcb->prev_kprobe.kp); in restore_previous_kprobe()
101 __this_cpu_write(current_kprobe, p); in set_current_kprobe()

Completed in 668 milliseconds

123