Lines Matching refs:sec
49 #define __PCPU_ATTRS(sec) \ argument
50 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
88 extern __PCPU_ATTRS(sec) __typeof__(type) name
90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
94 extern __PCPU_ATTRS(sec) __typeof__(type) name; \
95 __PCPU_ATTRS(sec) __weak __typeof__(type) name
100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
101 extern __PCPU_ATTRS(sec) __typeof__(type) name
103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
104 __PCPU_ATTRS(sec) __typeof__(type) name