Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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")
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dsoc.h16 __used __section("__soc_early_init_table") \
42 static __init __used \
49 __used __section("__soc_builtin_dtb_table") = \
/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.h270 #if !defined(__used)
272 # define __used __attribute__((__unused__)) macro
274 # define __used __attribute__((__used__)) macro
306 static struct image_type_params *SECTION(image_type) __used \
/OK3568_Linux_fs/kernel/include/trace/
H 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 \
123 static struct trace_event_call __used \
737 static struct trace_event_class __used __refdata event_class_##call = { \
750 static struct trace_event_call __used event_##call = { \
759 static struct trace_event_call __used \
767 static struct trace_event_call __used event_##call = { \
776 static struct trace_event_call __used \
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h133 # define __used __attribute__((__unused__)) macro
135 # define __used __attribute__((__used__)) macro
157 #define __used __attribute__((__used__)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h54 #define __exit_call __used __section(".exitcall.exit")
80 #define __exitused __used
248 static initcall_t __name __used \
318 __used __section(".init.setup") \
H A Dlsm_hooks.h1623 __used __section(".lsm_info.init") \
1628 __used __section(".early_lsm_info.init") \
H A Dcompiler.h171 __used \
225 static void * __section(".discard.addressable") __used \
H A Dtracepoint.h131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \
302 struct tracepoint __tracepoint_##_name __used \
411 #define __tracepoint_string __used __section("__tracepoint_str")
/OK3568_Linux_fs/kernel/arch/arm/include/asm/mach/
H A Darch.h83 __used \
93 __used \
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/
H A Dop_model_power4.c255 static void __used hypervisor_bucket(void) in hypervisor_bucket()
259 static void __used rtas_bucket(void) in rtas_bucket()
263 static void __used kernel_unknown_bucket(void) in kernel_unknown_bucket()
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dsetup.h159 #define __tag __used __attribute__((__section__(".taglist")))
186 static struct early_params __early_##fn __used \
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler.h79 #ifndef __used
80 # define __used __attribute__((__unused__)) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dkprobes.h12 static unsigned long __used \
H A Derror-injection.h27 static struct error_injection_entry __used \
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dmach_desc.h56 __used __section(".arch.info.init") = { \
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dmachvec.h39 __used __section(".machvec.init")
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsetup.h17 #define __tag __used __section(".taglist.init")
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_export.c169 struct trace_event_call __used event_##call = { \
178 static struct trace_event_call __used \
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-probe.c14 __used __section("__timer_of_table_end");
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirqchip.c25 irqchip_of_match_end __used __section("__irqchip_of_table_end");
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dfixup-headers.sed11 s@__used@@;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dcompiler.h35 #ifndef __used
36 #define __used __attribute__((__used__)) macro

12345