Searched refs:__my_cpu_offset (Results 1 - 6 of 6) sorted by relevance

/arch/tile/include/asm/
H A Dpercpu.h18 register unsigned long __my_cpu_offset __asm__("tp");
19 #define __my_cpu_offset __my_cpu_offset macro
20 #define set_my_cpu_offset(tp) (__my_cpu_offset = (tp))
/arch/powerpc/include/asm/
H A Dpercpu.h14 #define __my_cpu_offset local_paca->data_offset macro
/arch/sparc/include/asm/
H A Dpercpu_64.h16 #define __my_cpu_offset __local_per_cpu_offset macro
/arch/ia64/include/asm/
H A Dpercpu.h24 #define __my_cpu_offset __ia64_per_cpu_var(local_per_cpu_offset) macro
/arch/s390/include/asm/
H A Dpercpu.h11 #define __my_cpu_offset S390_lowcore.percpu_offset macro
/arch/x86/include/asm/
H A Dpercpu.h49 #define __my_cpu_offset percpu_read(this_cpu_off) macro
52 * Compared to the generic __my_cpu_offset version, the following

Completed in 323 milliseconds