Searched refs:__sec (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | init.h | 225 #define __initcall_section(__sec, __iid) \ argument 226 #__sec ".init.." #__iid 245 #define __initcall_section(__sec, __iid) \ argument 246 #__sec ".init" 255 #define ____define_initcall(fn, __stub, __name, __sec) \ argument 257 asm(".section \"" __sec "\", \"a\" \n" \ 263 #define ____define_initcall(fn, __unused, __name, __sec) \ argument 265 __attribute__((__section__(__sec))) = fn; 268 #define __unique_initcall(fn, id, __sec, __iid) \ argument 272 __initcall_section(__sec, __iid)) [all …]
|
| /linux/include/asm-generic/ |
| H A D | memory_model.h | 56 int __sec = memdesc_section(__pg->flags); \ 57 (unsigned long)(__pg - __section_mem_map_addr(__nr_to_section(__sec))); \ 62 struct mem_section *__sec = __pfn_to_section(__pfn); \ 63 __section_mem_map_addr(__sec) + __pfn; \
|
| /linux/include/uapi/linux/ |
| H A D | input.h | 34 __kernel_ulong_t __sec; 41 #define input_event_sec __sec
|
| /linux/tools/objtool/ |
| H A D | check.c | 111 for (struct section *__sec, *__fake = (struct section *)1; \ 113 for_each_sec(file->elf, __sec) \ 114 sec_for_each_insn(file, __sec, insn)
|