Searched refs:this_cpu_off (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
H A Dsetup_percpu.c33 DEFINE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off) = BOOT_PERCPU_OFFSET;
34 EXPORT_PER_CPU_SYMBOL(this_cpu_off); variable
223 per_cpu(this_cpu_off, cpu) = per_cpu_offset(cpu); for_each_possible_cpu()
/linux-4.4.14/arch/x86/include/asm/
H A Dpercpu.h28 __percpu_mov_op %__percpu_seg:this_cpu_off, reg; \
49 #define __my_cpu_offset this_cpu_read(this_cpu_off)
60 : "m" (this_cpu_off), "0" (ptr)); \
554 DECLARE_PER_CPU_READ_MOSTLY(unsigned long, this_cpu_off);

Completed in 89 milliseconds