Home
last modified time | relevance | path

Searched refs:__this_cpu_read (Results 1 – 25 of 122) sorted by relevance

12345

/linux-6.3-rc2/arch/sparc/kernel/
A Dnmi.c102 if (__this_cpu_read(nmi_touch)) { in perfctr_irq()
106 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
108 if (__this_cpu_read(alert_counter) == 30 * nmi_hz) in perfctr_irq()
115 if (__this_cpu_read(wd_enabled)) { in perfctr_irq()
155 if (!__this_cpu_read(wd_enabled)) in stop_nmi_watchdog()
212 if (__this_cpu_read(wd_enabled)) in start_nmi_watchdog()
226 if (!__this_cpu_read(wd_enabled)) in nmi_adjust_hz_one()
/linux-6.3-rc2/arch/mips/kernel/
A Dmips-r2-to-r6-emul.c2243 (unsigned long)__this_cpu_read(mipsr2emustats.movs), in mipsr2_emul_show()
2246 (unsigned long)__this_cpu_read(mipsr2emustats.hilo), in mipsr2_emul_show()
2249 (unsigned long)__this_cpu_read(mipsr2emustats.muls), in mipsr2_emul_show()
2252 (unsigned long)__this_cpu_read(mipsr2emustats.divs), in mipsr2_emul_show()
2255 (unsigned long)__this_cpu_read(mipsr2emustats.dsps), in mipsr2_emul_show()
2258 (unsigned long)__this_cpu_read(mipsr2emustats.bops), in mipsr2_emul_show()
2261 (unsigned long)__this_cpu_read(mipsr2emustats.traps), in mipsr2_emul_show()
2264 (unsigned long)__this_cpu_read(mipsr2emustats.fpus), in mipsr2_emul_show()
2267 (unsigned long)__this_cpu_read(mipsr2emustats.loads), in mipsr2_emul_show()
2270 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_emul_show()
[all …]
/linux-6.3-rc2/kernel/time/
A Dtick-oneshot.c25 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_program_event()
52 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev); in tick_resume_oneshot()
112 ret = __this_cpu_read(tick_cpu_device.mode) == TICKDEV_MODE_ONESHOT; in tick_oneshot_mode_active()
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/
A Dintel.c132 if (__this_cpu_read(cmci_storm_state) == CMCI_STORM_NONE) in mce_intel_cmci_poll()
179 (__this_cpu_read(cmci_storm_state) == CMCI_STORM_ACTIVE)) { in cmci_intel_adjust_timer()
184 switch (__this_cpu_read(cmci_storm_state)) { in cmci_intel_adjust_timer()
218 unsigned int cnt = __this_cpu_read(cmci_storm_cnt); in cmci_storm_detect()
219 unsigned long ts = __this_cpu_read(cmci_time_stamp); in cmci_storm_detect()
223 if (__this_cpu_read(cmci_storm_state) != CMCI_STORM_NONE) in cmci_storm_detect()
/linux-6.3-rc2/include/linux/
A Dcontext_tracking_state.h78 return __this_cpu_read(context_tracking.dynticks_nesting); in ct_dynticks_nesting()
90 return __this_cpu_read(context_tracking.dynticks_nmi_nesting); in ct_dynticks_nmi_nesting()
116 return context_tracking_enabled() && __this_cpu_read(context_tracking.active); in context_tracking_enabled_this_cpu()
/linux-6.3-rc2/include/asm-generic/
A Dirq_regs.h21 return __this_cpu_read(__irq_regs); in get_irq_regs()
28 old_regs = __this_cpu_read(__irq_regs); in set_irq_regs()
/linux-6.3-rc2/lib/
A Dpercpu_test.c11 WARN(__this_cpu_read(pcp) != (expected), \
13 __this_cpu_read(pcp), __this_cpu_read(pcp), \
A Dcpumask.c173 prev = __this_cpu_read(distribute_cpu_mask_prev); in cpumask_any_and_distribute()
189 prev = __this_cpu_read(distribute_cpu_mask_prev); in cpumask_any_distribute()
/linux-6.3-rc2/kernel/
A Dsoftirq.c77 struct task_struct *tsk = __this_cpu_read(ksoftirqd); in wakeup_softirqd()
91 struct task_struct *tsk = __this_cpu_read(ksoftirqd); in ksoftirqd_running()
155 return __this_cpu_read(softirq_ctrl.cnt) != 0; in local_bh_blocked()
229 curcnt = __this_cpu_read(softirq_ctrl.cnt); in __local_bh_enable_ip()
438 if (!force_irqthreads() || !__this_cpu_read(ksoftirqd)) { in invoke_softirq()
584 __this_cpu_read(ksoftirqd) == current) in __do_softirq()
950 *__this_cpu_read(tasklet_vec.tail) = per_cpu(tasklet_vec, cpu).head; in takeover_tasklets()
958 *__this_cpu_read(tasklet_hi_vec.tail) = per_cpu(tasklet_hi_vec, cpu).head; in takeover_tasklets()
A Dwatchdog_hld.c80 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp()
117 if (__this_cpu_read(watchdog_nmi_touch) == true) { in watchdog_overflow_callback()
135 if (__this_cpu_read(hard_watchdog_warn) == true) in watchdog_overflow_callback()
A Dwatchdog.c320 unsigned long hrint = __this_cpu_read(hrtimer_interrupts); in is_hardlockup()
322 if (__this_cpu_read(hrtimer_interrupts_saved) == hrint) in is_hardlockup()
398 if (unlikely(__this_cpu_read(softlockup_touch_sync))) { in watchdog_timer_fn()
412 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()
/linux-6.3-rc2/arch/x86/kernel/
A Dhw_breakpoint.c485 set_debugreg(__this_cpu_read(cpu_debugreg[0]), 0); in hw_breakpoint_restore()
486 set_debugreg(__this_cpu_read(cpu_debugreg[1]), 1); in hw_breakpoint_restore()
487 set_debugreg(__this_cpu_read(cpu_debugreg[2]), 2); in hw_breakpoint_restore()
488 set_debugreg(__this_cpu_read(cpu_debugreg[3]), 3); in hw_breakpoint_restore()
490 set_debugreg(__this_cpu_read(cpu_dr7), 7); in hw_breakpoint_restore()
A Dirq_32.c77 irqstk = __this_cpu_read(pcpu_hot.hardirq_stack_ptr); in execute_on_irq_stack()
138 irqstk = __this_cpu_read(pcpu_hot.softirq_stack_ptr); in do_softirq_own_stack()
A Dirq.c248 desc = __this_cpu_read(vector_irq[vector]); in DEFINE_IDTENTRY_IRQ()
359 if (IS_ERR_OR_NULL(__this_cpu_read(vector_irq[vector]))) in fixup_irqs()
364 desc = __this_cpu_read(vector_irq[vector]); in fixup_irqs()
375 if (__this_cpu_read(vector_irq[vector]) != VECTOR_RETRIGGERED) in fixup_irqs()
/linux-6.3-rc2/drivers/cpuidle/
A Dcpuidle-psci.c49 return __this_cpu_read(domain_state); in psci_get_domain_state()
105 struct device *pd_dev = __this_cpu_read(psci_cpuidle_data.dev); in psci_idle_cpuhp_up()
115 struct device *pd_dev = __this_cpu_read(psci_cpuidle_data.dev); in psci_idle_cpuhp_down()
189 u32 *state = __this_cpu_read(psci_cpuidle_data.psci_states); in psci_enter_idle_state()
/linux-6.3-rc2/drivers/xen/events/
A Devents_2l.c123 struct vcpu_info *vcpu_info = __this_cpu_read(xen_vcpu); in evtchn_2l_unmask()
173 struct vcpu_info *vcpu_info = __this_cpu_read(xen_vcpu); in evtchn_2l_handle_events()
192 start_word_idx = __this_cpu_read(current_word_idx); in evtchn_2l_handle_events()
193 start_bit_idx = __this_cpu_read(current_bit_idx); in evtchn_2l_handle_events()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpu_entry_area.h148 CEA_ESTACK_TOP(__this_cpu_read(cea_exception_stacks), name)
151 CEA_ESTACK_BOT(__this_cpu_read(cea_exception_stacks), name)
A Dirq_stack.h119 call_on_stack(__this_cpu_read(pcpu_hot.hardirq_stack_ptr), \
138 if (user_mode(regs) || __this_cpu_read(pcpu_hot.hardirq_stack_inuse)) { \
/linux-6.3-rc2/arch/powerpc/lib/
A Dcode-patching.c292 patching_mm = __this_cpu_read(cpu_patching_context.mm); in __do_patch_instruction_mm()
293 text_poke_addr = __this_cpu_read(cpu_patching_context.addr); in __do_patch_instruction_mm()
339 text_poke_addr = (unsigned long)__this_cpu_read(cpu_patching_context.addr) & PAGE_MASK; in __do_patch_instruction()
342 pte = __this_cpu_read(cpu_patching_context.pte); in __do_patch_instruction()
/linux-6.3-rc2/kernel/rcu/
A Dtree_plugin.h287 if (__this_cpu_read(rcu_data.cpu_no_qs.b.norm)) { in rcu_qs()
289 __this_cpu_read(rcu_data.gp_seq), in rcu_qs()
586 return (__this_cpu_read(rcu_data.cpu_no_qs.b.exp) || in rcu_preempt_need_deferred_qs()
739 __this_cpu_read(rcu_data.core_needs_qs) && in rcu_flavor_sched_clock_irq()
740 __this_cpu_read(rcu_data.cpu_no_qs.b.norm) && in rcu_flavor_sched_clock_irq()
849 if (!__this_cpu_read(rcu_data.cpu_no_qs.s)) in rcu_qs()
852 __this_cpu_read(rcu_data.gp_seq), TPS("cpuqs")); in rcu_qs()
854 if (__this_cpu_read(rcu_data.cpu_no_qs.b.exp)) in rcu_qs()
/linux-6.3-rc2/arch/arm64/include/asm/
A Darch_timer.h27 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
34 __wa = __this_cpu_read(timer_unstable_counter_workaround); \
/linux-6.3-rc2/arch/x86/xen/
A Dtime.c52 src = &__this_cpu_read(xen_vcpu)->time; in xen_clocksource_read()
69 src = &__this_cpu_read(xen_vcpu)->time; in xen_sched_clock()
551 pvti = &__this_cpu_read(xen_vcpu)->time; in xen_time_init()
632 if (!__this_cpu_read(xen_vcpu)) { in xen_hvm_init_time_ops()
/linux-6.3-rc2/drivers/irqchip/
A Dirq-xtensa-mx.c82 mask = __this_cpu_read(cached_irq_mask) & ~mask; in xtensa_mx_irq_mask()
100 mask |= __this_cpu_read(cached_irq_mask); in xtensa_mx_irq_unmask()
/linux-6.3-rc2/mm/
A Dvmstat.c359 x = delta + __this_cpu_read(*p); in __mod_zone_page_state()
361 t = __this_cpu_read(pcp->stat_threshold); in __mod_zone_page_state()
395 x = delta + __this_cpu_read(*p); in __mod_node_page_state()
397 t = __this_cpu_read(pcp->stat_threshold); in __mod_node_page_state()
442 t = __this_cpu_read(pcp->stat_threshold); in __inc_zone_state()
465 t = __this_cpu_read(pcp->stat_threshold); in __inc_node_state()
498 t = __this_cpu_read(pcp->stat_threshold); in __dec_zone_state()
521 t = __this_cpu_read(pcp->stat_threshold); in __dec_node_state()
846 if (!__this_cpu_read(pcp->expire) || in refresh_cpu_vm_stats()
847 !__this_cpu_read(pcp->count)) in refresh_cpu_vm_stats()
[all …]
/linux-6.3-rc2/arch/arm64/kvm/hyp/vhe/
A Dswitch.c68 write_sysreg(__this_cpu_read(kvm_hyp_vector), vbar_el1); in __activate_traps()
90 host_vectors = __this_cpu_read(this_cpu_vector); in __deactivate_traps()

Completed in 42 milliseconds

12345