Searched refs:__used (Results 26 - 50 of 101) sorted by relevance

12345

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_subprog_precision.c14 __naked __noinline __used
24 __noinline __used
31 __naked __noinline __used
120 __naked __noinline __used
534 __noinline __used
571 __naked __noinline __used
H A Dverifier_scalar_ids.c215 static __naked __noinline __used
229 static __naked __noinline __used
277 static __naked __noinline __used
H A Dverifier_cfg.c138 __naked __noinline __used
/linux-master/include/trace/
H A Dtrace_events.h62 static struct trace_event_call __used \
336 * static struct trace_event_class __used event_class_<template> = {
356 * 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 \
H A 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-master/include/linux/
H A Delfnote.h80 __used \
H A Dinit.h56 #define __exit_call __used __section(".exitcall.exit")
82 #define __exitused __used
269 static initcall_t __name __used \
341 __used __section(".init.setup") \
H A Dcompiler.h169 __used \
220 static void * __used __attrs \
H A Dobjtool.h34 static void __used __section(".discard.func_stack_frame_non_standard") \
H A Dkernel.h282 static const char *trace_printk_fmt __used \
326 static const char *trace_printk_fmt __used \
348 static const char *trace_printk_fmt __used \
/linux-master/arch/sh/include/asm/
H A Dsmp.h74 __used __section("__cpu_method_of_table") \
H A Dthread_info.h63 register unsigned long current_stack_pointer asm("r15") __used;
/linux-master/arch/x86/kernel/
H A Drethook.c67 __used __visible void arch_rethook_trampoline_callback(struct pt_regs *regs)
/linux-master/arch/arm/kernel/
H A Dcpuidle.c13 __used __section("__cpuidle_method_of_table_end");
/linux-master/arch/arm/include/asm/
H A Dsmp.h111 __used __section("__cpu_method_of_table") \
/linux-master/arch/alpha/kernel/
H A Dasm-offsets.c15 static void __used foo(void)
/linux-master/tools/testing/selftests/sgx/
H A Ddefines.h16 #define __used __attribute__((used)) macro
H A Dtest_encl.c13 static uint8_t __used __section(".data.encl_buffer") encl_buffer[8192] = { 1 };
/linux-master/arch/x86/kernel/cpu/
H A Dcpu.h45 static const struct cpu_dev *const __cpu_dev_##cpu_devX __used \
/linux-master/tools/include/linux/
H A Dcompiler.h97 #ifndef __used
98 # define __used __attribute__((__unused__)) macro
/linux-master/kernel/
H A Dstackleak.c159 void __used __no_caller_saved_registers noinstr stackleak_track_stack(void)
/linux-master/arch/x86/include/asm/
H A Dsetup.h117 __section(".bss..brk") __aligned(1) __used \
/linux-master/arch/s390/boot/
H A Dipl_data.c47 static struct ipl_lowcore ipl_lowcore __used __section(".ipldata") = {
/linux-master/drivers/thermal/
H A Dthermal_core.h40 __used __section("__" #table "_thermal_table") = &name
/linux-master/lib/
H A Dtest_ubsan.c137 static __used const test_ubsan_fp skip_ubsan_array[] = {

Completed in 172 milliseconds

12345