/openbmc/linux/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")
|
/openbmc/linux/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 \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_subprog_precision.c | 14 __naked __noinline __used 24 __noinline __used 31 __naked __noinline __used 486 __noinline __used 523 __naked __noinline __used 583 __naked __noinline __used
|
H A D | verifier_scalar_ids.c | 215 static __naked __noinline __used 229 static __naked __noinline __used 277 static __naked __noinline __used
|
H A D | bpf_misc.h | 89 #ifndef __used 90 #define __used __attribute__((used)) macro
|
/openbmc/u-boot/tools/ |
H A D | imagetool.h | 289 #if !defined(__used) 291 # define __used __attribute__((__unused__)) macro 293 # define __used __attribute__((__used__)) macro 325 static struct image_type_params *SECTION(image_type) __used \
|
/openbmc/linux/samples/livepatch/ |
H A D | livepatch-shadow-mod.c | 95 static __used noinline struct dummy *dummy_alloc(void) in dummy_alloc() 120 static __used noinline void dummy_free(struct dummy *d) in dummy_free() 128 static __used noinline bool dummy_check(struct dummy *d, in dummy_check()
|
/openbmc/linux/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 | 62 static struct trace_event_call __used \ 455 static struct trace_event_class __used __refdata event_class_##call = { \ 468 static struct trace_event_call __used event_##call = { \ 477 static struct trace_event_call __used \ 485 static struct trace_event_call __used event_##call = { \ 494 static struct trace_event_call __used \
|
/openbmc/u-boot/include/linux/ |
H A D | compiler-gcc.h | 134 # define __used __attribute__((__unused__)) macro 136 # define __used __attribute__((__used__)) macro 158 #define __used __attribute__((__used__)) macro
|
/openbmc/linux/arch/arm/include/asm/mach/ |
H A D | arch.h | 80 __used \ 90 __used \
|
/openbmc/linux/include/linux/ |
H A D | init.h | 56 #define __exit_call __used __section(".exitcall.exit") 82 #define __exitused __used 270 static initcall_t __name __used \ 342 __used __section(".init.setup") \
|
H A D | lsm_hooks.h | 132 __used __section(".lsm_info.init") \ 137 __used __section(".early_lsm_info.init") \
|
H A D | kernel.h | 326 static const char *trace_printk_fmt __used \ 370 static const char *trace_printk_fmt __used \ 392 static const char *trace_printk_fmt __used \
|
H A D | compiler.h | 160 __used \ 231 static void * __used __attrs \
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | setup.h | 158 #define __tag __used __attribute__((__section__(".taglist"))) 185 static struct early_params __early_##fn __used \
|
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 89 #ifndef __used 90 # define __used __attribute__((__unused__)) macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | gcc_intrin.h | 12 register unsigned long ia64_r13 asm ("r13") __used;
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | orc_header.h | 16 __used __section(".orc_header") __aligned(4) \
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | soc.h | 16 __used __section("__soc_early_init_table") \
|
/openbmc/linux/include/asm-generic/ |
H A D | kprobes.h | 12 static unsigned long __used \
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | rethook.c | 11 unsigned long __used arch_rethook_trampoline_callback(struct pt_regs *regs) in arch_rethook_trampoline_callback()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | mach_desc.h | 56 __used __section(".arch.info.init") = { \
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | machvec.h | 39 __used __section(".machvec.init")
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | rethook.c | 11 unsigned long __used arch_rethook_trampoline_callback(struct pt_regs *regs) in arch_rethook_trampoline_callback()
|