Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dswitch_to.h108 #define __set_prev_cpu(thread) ((thread).prev_cpu = smp_processor_id()) macro
110 #define __set_prev_cpu(thread) macro
117 __set_prev_cpu(__prev->thread); \