| /linux-6.15/arch/um/include/shared/ |
| H A D | init.h | 51 #define __exit_call __used __section(".exitcall.exit") 56 #define __exit __used __section(".exit.text") 105 #define __uml_init_setup __used __section(".uml.setup.init") 106 #define __uml_setup_help __used __section(".uml.help.init") 107 #define __uml_postsetup_call __used __section(".uml.postsetup.init") 108 #define __uml_exit_call __used __section(".uml.exitcall.exit") 113 static initcall_t __initcall_##fn __used \ 123 #define __init_call __used __section(".initcall.init")
|
| /linux-6.15/include/trace/stages/ |
| H A D | init.h | 15 static struct trace_eval_map __used __initdata \ 22 static struct trace_eval_map __used \ 28 static struct trace_eval_map __used __initdata \ 35 static struct trace_eval_map __used \
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_subprog_precision.c | 13 __naked __noinline __used 23 __noinline __used 30 __naked __noinline __used 78 __naked __noinline __used 88 __naked __noinline __used 207 __naked __noinline __used 621 __noinline __used 658 __naked __noinline __used
|
| H A D | verifier_bpf_fastcall.c | 464 __used 539 __used 584 __used 694 __used 820 __used
|
| H A D | verifier_private_stack.c | 58 __used 97 __naked __noinline __used 168 __used static int subprog_exception(void) in subprog_exception()
|
| H A D | verifier_scalar_ids.c | 213 static __naked __noinline __used 227 static __naked __noinline __used 278 static __naked __noinline __used
|
| H A D | bpf_misc.h | 161 #ifndef __used 162 #define __used __attribute__((used)) macro
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | asm-offsets.c | 19 static void __used output_ptreg_defines(void) in output_ptreg_defines() 66 static void __used output_task_defines(void) in output_task_defines() 81 static void __used output_thread_info_defines(void) in output_thread_info_defines() 97 static void __used output_thread_defines(void) in output_thread_defines() 184 static void __used output_mm_defines(void) in output_mm_defines() 216 static void __used output_sc_defines(void) in output_sc_defines() 224 static void __used output_signal_defines(void) in output_signal_defines() 262 static void __used output_smpboot_defines(void) in output_smpboot_defines() 272 static void __used output_pbe_defines(void) in output_pbe_defines() 283 static void __used output_kvm_defines(void) in output_kvm_defines() [all …]
|
| /linux-6.15/scripts/gendwarfksyms/examples/ |
| H A D | symbolptr.c | 13 #ifndef __used 14 #define __used __attribute__((__used__)) macro 21 static typeof(sym) *__gendwarfksyms_ptr_##sym __used \
|
| H A D | kabi.h | 25 #ifndef __used 26 #define __used __attribute__((__used__)) macro 42 __COUNTER__)[] __used __aligned(1) \
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | asm-offsets.c | 22 static int __used sparc32_foo(void) in sparc32_foo() 29 static int __used sparc64_foo(void) in sparc64_foo() 48 static int __used foo(void) in foo()
|
| /linux-6.15/samples/livepatch/ |
| H A D | livepatch-shadow-mod.c | 95 static __used noinline struct dummy *dummy_alloc(void) in dummy_alloc() 119 static __used noinline void dummy_free(struct dummy *d) in dummy_free() 127 static __used noinline bool dummy_check(struct dummy *d, in dummy_check()
|
| /linux-6.15/include/trace/ |
| H A D | trace_custom_events.h | 52 static struct trace_event_call __used \ 190 static struct trace_event_class __used __refdata custom_event_class_##call = { \ 202 static struct trace_event_call __used custom_event_##call = { \ 218 static struct trace_event_call __used \
|
| H A D | trace_events.h | 75 static struct trace_event_call __used \ 478 static struct trace_event_class __used __refdata event_class_##call = { \ 494 static struct trace_event_call __used event_##call = { \ 503 static struct trace_event_call __used \ 511 static struct trace_event_call __used event_##call = { \ 520 static struct trace_event_call __used \
|
| /linux-6.15/arch/arm/include/asm/mach/ |
| H A D | arch.h | 80 __used \ 90 __used \
|
| /linux-6.15/include/linux/ |
| H A D | init.h | 56 #define __exit_call __used __section(".exitcall.exit") 82 #define __exitused __used 269 static initcall_t __name __used \ 341 __used __section(".init.setup") \
|
| H A D | kernel.h | 282 static const char *trace_printk_fmt __used \ 326 static const char *trace_printk_fmt __used \ 348 static const char *trace_printk_fmt __used \
|
| H A D | alloc_tag.h | 100 static struct alloc_tag _alloc_tag __used __aligned(8) \ 110 static struct alloc_tag _alloc_tag __used __aligned(8) \ 119 static struct alloc_tag _alloc_tag __used __aligned(8) \
|
| H A D | lsm_hooks.h | 162 __used __section(".lsm_info.init") \ 167 __used __section(".early_lsm_info.init") \
|
| H A D | compiler_attributes.h | 349 #define __used __attribute__((__used__)) macro 362 #define __always_used __used __maybe_unused
|
| /linux-6.15/tools/include/linux/ |
| H A D | compiler.h | 107 #ifndef __used 108 # define __used __attribute__((__unused__)) macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | orc_header.h | 16 __used __section(".orc_header") __aligned(4) \
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | orc_header.h | 15 __used __section(".orc_header") __aligned(4) \
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | soc.h | 16 __used __section("__soc_early_init_table") \
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | machvec.h | 34 __used __section(".machvec.init")
|