Home
last modified time | relevance | path

Searched refs:__used (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/linux/arch/um/include/shared/
H A Dinit.h51 #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 Dinit.h15 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 Dverifier_subprog_precision.c14 __naked __noinline __used
24 __noinline __used
31 __naked __noinline __used
486 __noinline __used
523 __naked __noinline __used
583 __naked __noinline __used
H A Dverifier_scalar_ids.c215 static __naked __noinline __used
229 static __naked __noinline __used
277 static __naked __noinline __used
H A Dbpf_misc.h89 #ifndef __used
90 #define __used __attribute__((used)) macro
/openbmc/u-boot/tools/
H A Dimagetool.h289 #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 Dlivepatch-shadow-mod.c95 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 Dtrace_custom_events.h52 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 Dtrace_events.h62 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 Dcompiler-gcc.h134 # 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 Darch.h80 __used \
90 __used \
/openbmc/linux/include/linux/
H A Dinit.h56 #define __exit_call __used __section(".exitcall.exit")
82 #define __exitused __used
270 static initcall_t __name __used \
342 __used __section(".init.setup") \
H A Dlsm_hooks.h132 __used __section(".lsm_info.init") \
137 __used __section(".early_lsm_info.init") \
H A Dkernel.h326 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 Dcompiler.h160 __used \
231 static void * __used __attrs \
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h158 #define __tag __used __attribute__((__section__(".taglist")))
185 static struct early_params __early_##fn __used \
/openbmc/linux/tools/include/linux/
H A Dcompiler.h89 #ifndef __used
90 # define __used __attribute__((__unused__)) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/openbmc/linux/arch/x86/include/asm/
H A Dorc_header.h16 __used __section(".orc_header") __aligned(4) \
/openbmc/linux/arch/riscv/include/asm/
H A Dsoc.h16 __used __section("__soc_early_init_table") \
/openbmc/linux/include/asm-generic/
H A Dkprobes.h12 static unsigned long __used \
/openbmc/linux/arch/loongarch/kernel/
H A Drethook.c11 unsigned long __used arch_rethook_trampoline_callback(struct pt_regs *regs) in arch_rethook_trampoline_callback()
/openbmc/linux/arch/arc/include/asm/
H A Dmach_desc.h56 __used __section(".arch.info.init") = { \
/openbmc/linux/arch/sh/include/asm/
H A Dmachvec.h39 __used __section(".machvec.init")
/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook.c11 unsigned long __used arch_rethook_trampoline_callback(struct pt_regs *regs) in arch_rethook_trampoline_callback()

1234