Searched refs:__sec (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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-v6.6/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-v6.6/include/uapi/linux/ |
D | input.h | 34 __kernel_ulong_t __sec; 41 #define input_event_sec __sec
|
/Linux-v6.6/tools/objtool/include/objtool/ |
D | elf.h | 305 for (struct section *__sec, *__fake = (struct section *)1; \ 307 for_each_sec(file, __sec) \ 308 sec_for_each_sym(__sec, sym)
|
/Linux-v6.6/tools/objtool/ |
D | check.c | 107 for (struct section *__sec, *__fake = (struct section *)1; \ 109 for_each_sec(file, __sec) \ 110 sec_for_each_insn(file, __sec, insn)
|