Searched refs:this_cpu_read_const (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcurrent.h47 return this_cpu_read_const(const_pcpu_hot.current_task);
H A Dprocessor.h530 return this_cpu_read_const(const_pcpu_hot.top_of_stack);
H A Dpercpu.h471 #define this_cpu_read_const(pcp) __raw_cpu_read(, pcp) macro
500 #define this_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; }) macro

Completed in 132 milliseconds