this_cpu_off       29 arch/x86/include/asm/percpu.h 	__percpu_mov_op %__percpu_seg:this_cpu_off, reg;		\
this_cpu_off       50 arch/x86/include/asm/percpu.h #define __my_cpu_offset		this_cpu_read(this_cpu_off)
this_cpu_off       61 arch/x86/include/asm/percpu.h 		     : "m" (this_cpu_off), "0" (ptr));	\
this_cpu_off      559 arch/x86/include/asm/percpu.h DECLARE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off);
this_cpu_off       35 arch/x86/kernel/setup_percpu.c DEFINE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off) = BOOT_PERCPU_OFFSET;
this_cpu_off       36 arch/x86/kernel/setup_percpu.c EXPORT_PER_CPU_SYMBOL(this_cpu_off);
this_cpu_off      224 arch/x86/kernel/setup_percpu.c 		per_cpu(this_cpu_off, cpu) = per_cpu_offset(cpu);