Home
last modified time | relevance | path

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

1234

/Linux-v6.1/arch/um/include/shared/
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")
/Linux-v6.1/include/trace/stages/
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 \
/Linux-v6.1/samples/livepatch/
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()
/Linux-v6.1/include/trace/
Dtrace_events.h62 static struct trace_event_call __used \
427 static struct trace_event_class __used __refdata event_class_##call = { \
440 static struct trace_event_call __used event_##call = { \
449 static struct trace_event_call __used \
457 static struct trace_event_call __used event_##call = { \
466 static struct trace_event_call __used \
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 \
/Linux-v6.1/arch/arm/include/asm/mach/
Darch.h81 __used \
91 __used \
/Linux-v6.1/include/linux/
Dinit.h54 #define __exit_call __used __section(".exitcall.exit")
80 #define __exitused __used
249 static initcall_t __name __used \
319 __used __section(".init.setup") \
Dlsm_hooks.h1672 __used __section(".lsm_info.init") \
1677 __used __section(".early_lsm_info.init") \
Dcompiler.h161 __used \
215 static void * __used __attrs \
Dkernel.h381 static const char *trace_printk_fmt __used \
425 static const char *trace_printk_fmt __used \
447 static const char *trace_printk_fmt __used \
/Linux-v6.1/tools/include/linux/
Dcompiler.h77 #ifndef __used
78 # define __used __attribute__((__unused__)) macro
/Linux-v6.1/arch/ia64/include/asm/
Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/Linux-v6.1/arch/riscv/include/asm/
Dsoc.h16 __used __section("__soc_early_init_table") \
/Linux-v6.1/include/asm-generic/
Dkprobes.h12 static unsigned long __used \
Derror-injection.h27 static struct error_injection_entry __used \
/Linux-v6.1/arch/arc/include/asm/
Dmach_desc.h56 __used __section(".arch.info.init") = { \
/Linux-v6.1/arch/sh/include/asm/
Dmachvec.h39 __used __section(".machvec.init")
Dsmp.h74 __used __section("__cpu_method_of_table") \
/Linux-v6.1/arch/arm/include/asm/
Dsetup.h17 #define __tag __used __section(".taglist.init")
/Linux-v6.1/arch/x86/kvm/
Dkvm-asm-offsets.c13 static void __used common(void) in common()
/Linux-v6.1/drivers/clocksource/
Dtimer-probe.c14 __used __section("__timer_of_table_end");
/Linux-v6.1/drivers/irqchip/
Dirqchip.c25 irqchip_of_match_end __used __section("__irqchip_of_table_end");
/Linux-v6.1/tools/testing/memblock/linux/
Dinit.h27 __used __section(".init.setup") \
/Linux-v6.1/arch/powerpc/boot/
Dfixup-headers.sed11 s@__used@@;
/Linux-v6.1/arch/mips/include/asm/
Dmachine.h26 __used __section(".mips.machines.init")

1234