Lines Matching refs:sec
48 #define __PCPU_ATTRS(sec) \ argument
49 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
85 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
87 extern __PCPU_ATTRS(sec) __typeof__(type) name
89 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
93 extern __PCPU_ATTRS(sec) __typeof__(type) name; \
94 __PCPU_ATTRS(sec) PER_CPU_DEF_ATTRIBUTES __weak \
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) PER_CPU_DEF_ATTRIBUTES \