__raw_cpu_read_const
#define __raw_cpu_read_const(pcp) __raw_cpu_read(, , pcp)
#define __raw_cpu_read_const(pcp) ({ BUILD_BUG(); (typeof(pcp))0; })