Home
last modified time | relevance | path

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

1234

/linux/arch/um/include/shared/
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")
/linux/samples/livepatch/
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()
/linux/include/trace/
A Dtrace_events.h40 static struct trace_eval_map __used __initdata \
47 static struct trace_eval_map __used \
53 static struct trace_eval_map __used __initdata \
60 static struct trace_eval_map __used \
126 static struct trace_event_call __used \
793 static struct trace_event_class __used __refdata event_class_##call = { \
806 static struct trace_event_call __used event_##call = { \
815 static struct trace_event_call __used \
823 static struct trace_event_call __used event_##call = { \
832 static struct trace_event_call __used \
/linux/include/linux/
A Dinit.h54 #define __exit_call __used __section(".exitcall.exit")
80 #define __exitused __used
249 static initcall_t __name __used \
319 __used __section(".init.setup") \
A Dlsm_hooks.h1656 __used __section(".lsm_info.init") \
1661 __used __section(".early_lsm_info.init") \
A Dkernel.h368 static const char *trace_printk_fmt __used \
412 static const char *trace_printk_fmt __used \
434 static const char *trace_printk_fmt __used \
A Dcompiler.h179 __used \
243 static void * __section(".discard.addressable") __used \
A Dtracepoint.h131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
298 struct tracepoint __tracepoint_##_name __used \
407 #define __tracepoint_string __used __section("__tracepoint_str")
/linux/arch/arm/include/asm/mach/
A Darch.h83 __used \
93 __used \
/linux/tools/include/linux/
A Dcompiler.h77 #ifndef __used
78 # define __used __attribute__((__unused__)) macro
/linux/arch/ia64/include/asm/
A Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/linux/arch/riscv/include/asm/
A Dsoc.h16 __used __section("__soc_early_init_table") \
/linux/include/asm-generic/
A Dkprobes.h12 static unsigned long __used \
A Derror-injection.h27 static struct error_injection_entry __used \
/linux/arch/sh/include/asm/
A Dmachvec.h39 __used __section(".machvec.init")
A Dsmp.h74 __used __section("__cpu_method_of_table") \
/linux/arch/arc/include/asm/
A Dmach_desc.h56 __used __section(".arch.info.init") = { \
/linux/arch/arm/include/asm/
A Dsetup.h17 #define __tag __used __section(".taglist.init")
A Dcpuidle.h10 #define __cpuidle_method_section __used __section("__cpuidle_method_of_table")
/linux/drivers/clocksource/
A Dtimer-probe.c14 __used __section("__timer_of_table_end");
/linux/kernel/trace/
A Dtrace_export.c169 struct trace_event_call __used event_##call = { \
178 static struct trace_event_call __used \
/linux/drivers/irqchip/
A Dirqchip.c25 irqchip_of_match_end __used __section("__irqchip_of_table_end");
/linux/arch/powerpc/boot/
A Dfixup-headers.sed11 s@__used@@;
/linux/arch/mips/include/asm/
A Dmachine.h26 __used __section(".mips.machines.init")
/linux/arch/x86/include/asm/
A Diommu_table.h53 __iommu_entry_##_detect __used \

Completed in 26 milliseconds

1234