Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 25 of 263) sorted by relevance

1234567891011

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dsections.c22 char __bss_start[0] __attribute__((section(".__bss_start")));
23 char __bss_end[0] __attribute__((section(".__bss_end")));
24 char __image_copy_start[0] __attribute__((section(".__image_copy_start")));
25 char __image_copy_end[0] __attribute__((section(".__image_copy_end")));
26 char __rel_dyn_start[0] __attribute__((section(".__rel_dyn_start")));
27 char __rel_dyn_end[0] __attribute__((section(".__rel_dyn_end")));
28 char __secure_start[0] __attribute__((section(".__secure_start")));
29 char __secure_end[0] __attribute__((section(".__secure_end")));
30 char __secure_stack_start[0] __attribute__((section(".__secure_stack_start")));
31 char __secure_stack_end[0] __attribute__((section(".__secure_stack_end")));
[all …]
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler-gcc.h73 #define inline inline __attribute__((always_inline)) notrace
74 #define __inline__ __inline__ __attribute__((always_inline)) notrace
75 #define __inline __inline __attribute__((always_inline)) notrace
83 #define __always_inline inline __attribute__((always_inline))
84 #define noinline __attribute__((noinline))
86 #define __deprecated __attribute__((deprecated))
87 #define __packed __attribute__((packed))
88 #define __weak __attribute__((weak))
89 #define __alias(symbol) __attribute__((alias(#symbol)))
90 #define __cacheline_aligned __attribute__((__aligned__(CONFIG_SYS_CACHELINE_SIZE)))
[all …]
H A Dedd.h83 } __attribute__ ((packed)) isa;
90 } __attribute__ ((packed)) pci;
94 } __attribute__ ((packed)) ibnd;
97 } __attribute__ ((packed)) xprs;
100 } __attribute__ ((packed)) htpt;
103 } __attribute__ ((packed)) unknown;
112 } __attribute__ ((packed)) ata;
120 } __attribute__ ((packed)) atapi;
126 } __attribute__ ((packed)) scsi;
130 } __attribute__ ((packed)) usb;
[all …]
H A Dcompiler.h7 # define __user __attribute__((noderef, address_space(1)))
8 # define __kernel __attribute__((address_space(0)))
9 # define __safe __attribute__((safe))
10 # define __force __attribute__((force))
11 # define __nocast __attribute__((nocast))
12 # define __iomem __attribute__((noderef, address_space(2)))
13 # define __must_hold(x) __attribute__((context(x,1,1)))
14 # define __acquires(x) __attribute__((context(x,0,1)))
15 # define __releases(x) __attribute__((context(x,1,0)))
19 # define __percpu __attribute__((noderef, address_space(3)))
[all …]
H A Dimmap_qe.h46 } __attribute__ ((packed)) qe_iram_t;
69 } __attribute__ ((packed)) qe_ic_t;
106 } __attribute__ ((packed)) cp_qe_t;
120 } __attribute__ ((packed)) qe_mux_t;
150 } __attribute__ ((packed)) qe_timers_t;
171 } __attribute__ ((packed)) qe_brg_t;
189 } __attribute__ ((packed)) spi_t;
236 } __attribute__ ((packed)) si1_t;
243 } __attribute__ ((packed)) sir_t;
265 } __attribute__ ((packed)) usb_t;
[all …]
H A Dlog2.h26 static inline __attribute__((const))
34 static inline __attribute__((const))
49 static inline __attribute__((const))
59 static inline __attribute__((const))
69 static inline __attribute__((const))
/rk3399_rockchip-uboot/include/
H A Dusbdescriptors.h189 } __attribute__ ((packed));
201 } __attribute__ ((packed));
212 } __attribute__ ((packed));
229 } __attribute__ ((packed));
243 } __attribute__ ((packed));
250 } __attribute__ ((packed));
256 } __attribute__ ((packed));
269 } __attribute__ ((packed));
276 } __attribute__ ((packed));
283 } __attribute__ ((packed));
[all …]
H A Dlinker_lists.h151 __attribute__((unused, \
172 __attribute__((unused, \
201 static char start[0] __aligned(4) __attribute__((unused, \
224 static char end[0] __aligned(4) __attribute__((unused, \
293 static char start[0] __aligned(4) __attribute__((unused, \
313 static char end[0] __aligned(4) __attribute__((unused, \
H A Dvsprintf.h82 __attribute__ ((format (__printf__, 1, 2), noreturn));
95 void panic_str(const char *str) __attribute__ ((noreturn));
110 __attribute__ ((format (__printf__, 2, 3)));
143 __attribute__ ((format (__printf__, 3, 4)));
159 __attribute__ ((format (__printf__, 3, 4)));
H A Dfis.h31 } __attribute__ ((packed)) sata_fis_h2d_t;
54 } __attribute__ ((packed)) sata_fis_h2d_ncq_t;
76 } __attribute__ ((packed)) sata_fis_d2h_t;
92 } __attribute__ ((packed)) sata_fis_dma_setup_t;
116 } __attribute__ ((packed)) sata_fis_pio_setup_t;
127 } __attribute__ ((packed)) sata_fis_data_t;
/rk3399_rockchip-uboot/common/
H A Dkgdb_stubs.c15 __attribute__((weak))
21 __attribute__((weak))
27 __attribute__((weak))
35 __attribute__((weak))
41 __attribute__((weak))
47 __attribute__((weak))
53 __attribute__((weak))
H A Derror.h21 #ifndef __attribute__
24 # define __attribute__(Spec) /* empty */ macro
41 __attribute__ ((__format__ (__printf__, 3, 4)));
45 __attribute__ ((__format__ (__printf__, 5, 6)));
/rk3399_rockchip-uboot/include/linux/usb/
H A Dcdc.h55 } __attribute__ ((packed));
68 } __attribute__ ((packed));
77 } __attribute__ ((packed));
95 } __attribute__ ((packed));
106 } __attribute__ ((packed));
118 } __attribute__ ((packed));
131 } __attribute__ ((packed));
141 } __attribute__ ((packed));
152 } __attribute__ ((packed));
194 } __attribute__ ((packed));
[all …]
H A Dch9.h186 } __attribute__ ((packed));
249 } __attribute__ ((packed));
271 } __attribute__ ((packed));
321 } __attribute__ ((packed));
339 } __attribute__ ((packed));
359 } __attribute__ ((packed));
379 } __attribute__ ((packed));
664 } __attribute__ ((packed));
704 } __attribute__ ((packed));
715 } __attribute__ ((packed));
[all …]
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.h33 typedef int QItype __attribute__ ((mode (QI)));
34 typedef unsigned int UQItype __attribute__ ((mode (QI)));
35 typedef int HItype __attribute__ ((mode (HI)));
36 typedef unsigned int UHItype __attribute__ ((mode (HI)));
39 typedef int SItype __attribute__ ((mode (SI)));
40 typedef unsigned int USItype __attribute__ ((mode (SI)));
43 typedef int DItype __attribute__ ((mode (DI)));
44 typedef unsigned int UDItype __attribute__ ((mode (DI)));
47 typedef int TItype __attribute__ ((mode (TI)));
48 typedef unsigned int UTItype __attribute__ ((mode (TI)));
[all …]
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dsections.c7 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
8 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
10 __attribute__((section(".__efi_runtime_rel_start")));
12 __attribute__((section(".__efi_runtime_rel_stop")));
/rk3399_rockchip-uboot/fs/jffs2/
H A Dsummary.h43 } __attribute__((packed));
56 } __attribute__((packed));
65 } __attribute__((packed));
71 } __attribute__((packed));
98 } __attribute__((packed));
112 } __attribute__((packed));
122 } __attribute__((packed));
129 } __attribute__((packed));
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_sysdeps.h57 #define AVB_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
58 #define AVB_ATTR_PACKED __attribute__((packed))
59 #define AVB_ATTR_NO_RETURN __attribute__((noreturn))
60 #define AVB_ATTR_SENTINEL __attribute__((__sentinel__))
/rk3399_rockchip-uboot/drivers/qe/
H A Duec.h221 } __attribute__ ((packed)) uec_thread_data_tx_t;
227 } __attribute__ ((packed)) uec_thread_tx_pram_t;
236 } __attribute__ ((packed)) uec_send_queue_qd_t;
241 } __attribute__ ((packed)) uec_send_queue_mem_region_t;
277 } __attribute__ ((packed)) uec_scheduler_t;
294 } __attribute__ ((packed)) uec_tx_firmware_statistics_pram_t;
309 } __attribute__ ((packed)) uec_tx_global_pram_t;
317 } __attribute__ ((packed)) uec_thread_data_rx_t;
323 } __attribute__ ((packed)) uec_thread_rx_pram_t;
350 } __attribute__ ((packed)) uec_rx_firmware_statistics_pram_t;
[all …]
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dlshrdi3.c12 typedef int SItype __attribute__ ((mode (SI)));
13 typedef unsigned int USItype __attribute__ ((mode (SI)));
14 typedef int DItype __attribute__ ((mode (DI)));
15 typedef int word_type __attribute__ ((mode (__word__)));
H A Dashldi3.c12 typedef int SItype __attribute__ ((mode (SI)));
13 typedef unsigned int USItype __attribute__ ((mode (SI)));
14 typedef int DItype __attribute__ ((mode (DI)));
15 typedef int word_type __attribute__ ((mode (__word__)));
/rk3399_rockchip-uboot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h32 unsigned long flags __attribute__((unused))) in local_irq_save()
58 unsigned long flags __attribute__((unused))) in local_save_flags()
64 unsigned long flags __attribute__((unused))) in local_irq_restore()
/rk3399_rockchip-uboot/board/freescale/p2041rdb/
H A Dcpld.c27 u8 cpld_read(unsigned int reg) __attribute__((weak, alias("__cpld_read")));
36 __attribute__((weak, alias("__cpld_write")));
45 void cpld_reset(void) __attribute__((weak, alias("__cpld_reset")));
59 __attribute__((weak, alias("__cpld_set_altbank")));
69 __attribute__((weak, alias("__cpld_set_defbank")));
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A Dcpu_info.c31 __attribute__((weak, alias("__rmobile_get_cpu_type")));
38 __attribute__((weak, alias("__rmobile_get_cpu_rev_integer")));
45 __attribute__((weak, alias("__rmobile_get_cpu_rev_fraction")));
/rk3399_rockchip-uboot/lib/
H A Dtrace.c15 static char trace_enabled __attribute__((section(".data")));
16 static char trace_inited __attribute__((section(".data")));
44 static inline uintptr_t __attribute__((no_instrument_function))
60 static void __attribute__((no_instrument_function)) add_ftrace(void *func_ptr, in add_ftrace()
77 static void __attribute__((no_instrument_function)) add_textbase(void) in add_textbase()
98 void __attribute__((no_instrument_function)) __cyg_profile_func_enter( in __cyg_profile_func_enter()
126 void __attribute__((no_instrument_function)) __cyg_profile_func_exit( in __cyg_profile_func_exit()
268 void __attribute__((no_instrument_function)) trace_set_enabled(int enabled) in trace_set_enabled()
279 int __attribute__((no_instrument_function)) trace_init(void *buff, in trace_init()
335 int __attribute__((no_instrument_function)) trace_early_init(void) in trace_early_init()

1234567891011