Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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-v4.19/include/trace/
Dtrace_events.h39 static struct trace_eval_map __used __initdata \
46 static struct trace_eval_map __used \
52 static struct trace_eval_map __used __initdata \
59 static struct trace_eval_map __used \
122 static struct trace_event_call __used \
762 static struct trace_event_class __used __refdata event_class_##call = { \
775 static struct trace_event_call __used event_##call = { \
784 static struct trace_event_call __used \
792 static struct trace_event_call __used event_##call = { \
801 static struct trace_event_call __used \
/Linux-v4.19/include/linux/
Dinit.h54 #define __exit_call __used __section(.exitcall.exit)
80 #define __exitused __used
195 static initcall_t __initcall_##fn##id __used \
257 __used __section(.init.setup) \
Dframe.h15 static void __used __section(.discard.func_stack_frame_non_standard) \
/Linux-v4.19/arch/arm/include/asm/mach/
Darch.h86 __used \
96 __used \
/Linux-v4.19/tools/include/linux/
Dcompiler.h53 #ifndef __used
54 # 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-v4.19/arch/powerpc/oprofile/
Dop_model_power4.c259 static void __used hypervisor_bucket(void) in hypervisor_bucket()
263 static void __used rtas_bucket(void) in rtas_bucket()
267 static void __used kernel_unknown_bucket(void) in kernel_unknown_bucket()
/Linux-v4.19/arch/ia64/include/asm/
Dgcc_intrin.h12 register unsigned long ia64_r13 asm ("r13") __used;
/Linux-v4.19/drivers/irqchip/
Dirqchip.c23 irqchip_of_match_end __used __section(__irqchip_of_table_end);
/Linux-v4.19/include/asm-generic/
Dkprobes.h12 static unsigned long __used \
Derror-injection.h24 static struct error_injection_entry __used \
/Linux-v4.19/arch/arc/include/asm/
Dmach_desc.h59 __used \
/Linux-v4.19/arch/sh/include/asm/
Dmachvec.h41 __used __section(.machvec.init)
Dsmp.h75 __used __section(__cpu_method_of_table) \
/Linux-v4.19/arch/arm/include/asm/
Dsetup.h20 #define __tag __used __attribute__((__section__(".taglist.init")))
Dcpuidle.h45 __used __section(__cpuidle_method_of_table) \
/Linux-v4.19/drivers/clocksource/
Dtimer-probe.c25 __used __section(__timer_of_table_end);
/Linux-v4.19/arch/mips/include/asm/
Dmips_machine.h31 __used __section(.mips.machines.init) = \
Dmachine.h30 __used __section(.mips.machines.init)
/Linux-v4.19/arch/powerpc/boot/
Dfixup-headers.sed11 s@__used@@;
/Linux-v4.19/kernel/trace/
Dtrace_probe.h256 static inline unsigned long __used update_symbol_cache(struct symbol_cache *sc) in update_symbol_cache()
261 static inline void __used free_symbol_cache(struct symbol_cache *sc) in free_symbol_cache()
265 static inline struct symbol_cache * __used
Dtrace_export.c181 struct trace_event_call __used event_##call = { \
190 struct trace_event_call __used \
/Linux-v4.19/arch/x86/include/asm/
Diommu_table.h53 __iommu_entry_##_detect __used \
/Linux-v4.19/drivers/uwb/i1480/
Di1480-est.c94 static struct usb_device_id __used i1480_est_id_table[] = {

1234