Searched refs:__sec (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | init.h | 230 #define __initcall_section(__sec, __iid) \ argument 231 #__sec ".init.." #__iid 250 #define __initcall_section(__sec, __iid) \ argument 251 #__sec ".init" 260 #define ____define_initcall(fn, __stub, __name, __sec) \ argument 262 asm(".section \"" __sec "\", \"a\" \n" \ 268 #define ____define_initcall(fn, __unused, __name, __sec) \ argument 270 __attribute__((__section__(__sec))) = fn; 273 #define __unique_initcall(fn, id, __sec, __iid) \ argument 277 __initcall_section(__sec, __iid)) [all …]
|
/linux-6.12.1/include/asm-generic/ |
D | memory_model.h | 47 int __sec = page_to_section(__pg); \ 48 (unsigned long)(__pg - __section_mem_map_addr(__nr_to_section(__sec))); \ 53 struct mem_section *__sec = __pfn_to_section(__pfn); \ 54 __section_mem_map_addr(__sec) + __pfn; \
|
/linux-6.12.1/include/uapi/linux/ |
D | input.h | 34 __kernel_ulong_t __sec; 41 #define input_event_sec __sec
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | elf.h | 307 for (struct section *__sec, *__fake = (struct section *)1; \ 309 for_each_sec(file, __sec) \ 310 sec_for_each_sym(__sec, sym)
|
/linux-6.12.1/tools/objtool/ |
D | check.c | 108 for (struct section *__sec, *__fake = (struct section *)1; \ 110 for_each_sec(file, __sec) \ 111 sec_for_each_insn(file, __sec, insn)
|