Lines Matching defs:name
86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
111 #define DECLARE_PER_CPU(type, name) \ argument
114 #define DEFINE_PER_CPU(type, name) \ argument
121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument
124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument
138 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
142 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
146 #define DECLARE_PER_CPU_ALIGNED(type, name) \ argument
150 #define DEFINE_PER_CPU_ALIGNED(type, name) \ argument
157 #define DECLARE_PER_CPU_PAGE_ALIGNED(type, name) \ argument
161 #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ argument
168 #define DECLARE_PER_CPU_READ_MOSTLY(type, name) \ argument
171 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ argument
179 #define DECLARE_PER_CPU_DECRYPTED(type, name) \ argument
182 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ argument
185 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) argument