Searched refs:raw_cpu_write (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | core.c | 331 raw_cpu_write(ucode_ctrl.result, UCODE_TIMEOUT); in load_secondary_wait() 473 raw_cpu_write(ucode_ctrl.nmi_enabled, false); in microcode_offline_nmi_handler() 474 raw_cpu_write(ucode_ctrl.result, UCODE_OFFLINE); in microcode_offline_nmi_handler() 515 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 | 411 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro 441 raw_cpu_write(pcp, val); \
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 209 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
H A D | process_64.c | 671 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to() 672 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p)); in __switch_to()
|
/linux/arch/arm64/include/asm/ |
H A D | percpu.h | 268 #define __this_cpu_write raw_cpu_write
|