Home
last modified time | relevance | path

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

1234

/Linux-v5.15/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-v5.15/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-v5.15/include/trace/
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-v5.15/arch/arm/include/asm/mach/
Darch.h83 __used \
93 __used \
/Linux-v5.15/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.h1640 __used __section(".lsm_info.init") \
1645 __used __section(".early_lsm_info.init") \
Dcompiler.h179 __used \
243 static void * __section(".discard.addressable") __used \
Dkernel.h373 static const char *trace_printk_fmt __used \
417 static const char *trace_printk_fmt __used \
439 static const char *trace_printk_fmt __used \
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-v5.15/tools/include/linux/
Dcompiler.h77 #ifndef __used
78 # define __used __attribute__((__unused__)) macro
Dlockdep.h67 static __used bool __is_kernel_percpu_address(unsigned long addr, void *can_addr) in __is_kernel_percpu_address()
/Linux-v5.15/arch/ia64/include/asm/
Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/Linux-v5.15/arch/riscv/include/asm/
Dsoc.h16 __used __section("__soc_early_init_table") \
/Linux-v5.15/include/asm-generic/
Dkprobes.h12 static unsigned long __used \
Derror-injection.h27 static struct error_injection_entry __used \
/Linux-v5.15/arch/sh/include/asm/
Dmachvec.h39 __used __section(".machvec.init")
Dsmp.h74 __used __section("__cpu_method_of_table") \
/Linux-v5.15/arch/arc/include/asm/
Dmach_desc.h56 __used __section(".arch.info.init") = { \
/Linux-v5.15/arch/arm/include/asm/
Dsetup.h17 #define __tag __used __section(".taglist.init")
Dcpuidle.h10 #define __cpuidle_method_section __used __section("__cpuidle_method_of_table")
/Linux-v5.15/drivers/clocksource/
Dtimer-probe.c14 __used __section("__timer_of_table_end");
/Linux-v5.15/drivers/irqchip/
Dirqchip.c25 irqchip_of_match_end __used __section("__irqchip_of_table_end");
/Linux-v5.15/arch/powerpc/boot/
Dfixup-headers.sed11 s@__used@@;
/Linux-v5.15/arch/mips/include/asm/
Dmachine.h26 __used __section(".mips.machines.init")
/Linux-v5.15/arch/x86/include/asm/
Diommu_table.h53 __iommu_entry_##_detect __used \

1234