SHIFT_PERCPU_PTR   43 include/asm-generic/percpu.h #define arch_raw_cpu_ptr(ptr) SHIFT_PERCPU_PTR(ptr, __my_cpu_offset)
SHIFT_PERCPU_PTR  223 include/linux/percpu-defs.h 	SHIFT_PERCPU_PTR((ptr), per_cpu_offset((cpu)));			\
SHIFT_PERCPU_PTR  236 include/linux/percpu-defs.h 	SHIFT_PERCPU_PTR(ptr, my_cpu_offset);				\