Searched refs:raw_cpu_write (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/include/linux/ |
D | randomize_kstack.h | 84 raw_cpu_write(kstack_offset, offset); \
|
D | percpu-defs.h | 409 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro 439 raw_cpu_write(pcp, val); \
|
/linux-6.6.21/arch/x86/kernel/ |
D | process_32.c | 210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
D | process_64.c | 623 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to() 624 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p)); in __switch_to()
|
/linux-6.6.21/kernel/ |
D | watchdog.c | 105 raw_cpu_write(watchdog_hardlockup_touched, true); in arch_touch_nmi_watchdog() 377 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | percpu.h | 268 #define __this_cpu_write raw_cpu_write
|
/linux-6.6.21/arch/x86/include/asm/ |
D | percpu.h | 313 raw_cpu_write(var, (nval)); \
|
/linux-6.6.21/kernel/rcu/ |
D | tree.c | 330 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()
|