Home
last modified time | relevance | path

Searched refs:raw_cpu_write (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Dcore.c341 raw_cpu_write(ucode_ctrl.result, UCODE_TIMEOUT); in load_secondary_wait()
483 raw_cpu_write(ucode_ctrl.nmi_enabled, false); in microcode_offline_nmi_handler()
484 raw_cpu_write(ucode_ctrl.result, UCODE_OFFLINE); in microcode_offline_nmi_handler()
525 raw_cpu_write(ucode_ctrl.nmi_enabled, false); in microcode_nmi_handler()
/linux-6.15/include/linux/
H A Drandomize_kstack.h90 raw_cpu_write(kstack_offset, offset); \
H A Dpercpu-defs.h412 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro
442 raw_cpu_write(pcp, val); \
/linux-6.15/arch/x86/kernel/
H A Dprocess_32.c209 raw_cpu_write(current_task, next_p); in __switch_to()
H A Dprocess_64.c671 raw_cpu_write(current_task, next_p); in __switch_to()
672 raw_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
/linux-6.15/kernel/
H A Dwatchdog.c121 raw_cpu_write(watchdog_hardlockup_touched, true); in arch_touch_nmi_watchdog()
593 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
/linux-6.15/arch/arm64/include/asm/
H A Dpercpu.h268 #define __this_cpu_write raw_cpu_write
/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h263 raw_cpu_write(_var, _nval); \
/linux-6.15/kernel/rcu/
H A Dtree.c353 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_eqs()