Searched refs:raw_cpu_write (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 387 raw_cpu_write(ucode_ctrl.result, UCODE_TIMEOUT); in load_secondary_wait() 529 raw_cpu_write(ucode_ctrl.nmi_enabled, false); in microcode_offline_nmi_handler() 530 raw_cpu_write(ucode_ctrl.result, UCODE_OFFLINE); in microcode_offline_nmi_handler() 571 raw_cpu_write(ucode_ctrl.nmi_enabled, false); in microcode_nmi_handler()
|
| /linux/include/linux/ |
| H A D | randomize_kstack.h | 90 raw_cpu_write(kstack_offset, offset); \
|
| H A D | percpu-defs.h | 413 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro 443 raw_cpu_write(pcp, val); \
|
| /linux/arch/x86/kernel/ |
| H A D | process_32.c | 208 raw_cpu_write(current_task, next_p); in __switch_to()
|
| H A D | process_64.c | 670 raw_cpu_write(current_task, next_p); in __switch_to() 671 raw_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
|
| /linux/kernel/ |
| H A D | watchdog.c | 153 raw_cpu_write(watchdog_hardlockup_touched, true); in arch_touch_nmi_watchdog() 684 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT); in touch_softlockup_watchdog_sched()
|
| /linux/arch/arm64/include/asm/ |
| H A D | percpu.h | 275 #define __this_cpu_write raw_cpu_write
|
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 444 raw_cpu_write(irq_stat.kvm_cpu_l1tf_flush_l1d, 1); in kvm_request_l1tf_flush_l1d()
|
| /linux/arch/x86/include/asm/ |
| H A D | percpu.h | 266 raw_cpu_write(_var, _nval); \
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 362 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_eqs()
|