Searched defs:__my_cpu_offset (Results 1 - 8 of 8) sorted by relevance

/arch/powerpc/include/asm/
H A Dpercpu.h14 #define __my_cpu_offset local_paca->data_offset macro
/arch/arm/include/asm/
H A Dpercpu.h30 static inline unsigned long __my_cpu_offset(void) function
44 #define __my_cpu_offset __my_cpu_offset() macro
/arch/arm64/include/asm/
H A Dpercpu.h26 static inline unsigned long __my_cpu_offset(void) function
39 #define __my_cpu_offset __my_cpu_offset() macro
/arch/sparc/include/asm/
H A Dpercpu_64.h16 #define __my_cpu_offset __local_per_cpu_offset macro
/arch/tile/include/asm/
H A Dpercpu.h30 static inline unsigned long __my_cpu_offset(void) function
37 #define __my_cpu_offset __my_cpu_offset() macro
45 #define __my_cpu_offset my_cpu_offset_reg 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 this_cpu_read(this_cpu_off) macro
52 * Compared to the generic __my_cpu_offset version, the following

Completed in 257 milliseconds