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

/linux-master/include/linux/
H A Drandomize_kstack.h84 raw_cpu_write(kstack_offset, offset); \
H A Dpercpu-defs.h409 #define raw_cpu_write(pcp, val) __pcpu_size_call(raw_cpu_write_, pcp, val) macro
439 raw_cpu_write(pcp, val); \
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c336 raw_cpu_write(ucode_ctrl.result, UCODE_TIMEOUT);
478 raw_cpu_write(ucode_ctrl.nmi_enabled, false);
479 raw_cpu_write(ucode_ctrl.result, UCODE_OFFLINE);
520 raw_cpu_write(ucode_ctrl.nmi_enabled, false);
/linux-master/arch/x86/kernel/
H A Dprocess_32.c209 raw_cpu_write(pcpu_hot.current_task, next_p);
H A Dprocess_64.c671 raw_cpu_write(pcpu_hot.current_task, next_p);
672 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p));
/linux-master/kernel/
H A Dwatchdog.c105 raw_cpu_write(watchdog_hardlockup_touched, true);
397 raw_cpu_write(watchdog_report_ts, SOFTLOCKUP_DELAY_REPORT);
/linux-master/arch/arm64/include/asm/
H A Dpercpu.h268 #define __this_cpu_write raw_cpu_write
/linux-master/arch/x86/include/asm/
H A Dpercpu.h520 raw_cpu_write(var, (nval)); \
/linux-master/kernel/rcu/
H A Dtree.c330 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false);

Completed in 216 milliseconds