Searched refs:__attribute__ (Results 1 - 25 of 238) sorted by relevance

12345678910

/u-boot/tools/binman/test/
H A Du_boot_ucode_ptr.c10 __attribute__((section(".ucode"))) = {1, 2};
H A Du_boot_no_ucode_ptr.c10 __attribute__((section(".ucode"))) = {1, 2};
H A Du_boot_binman_embed.c8 int __attribute__((section(".mydtb"))) dtb_data[4096];
H A Du_boot_binman_embed_sm.c8 int __attribute__((section(".mydtb"))) dtb_data[16];
H A Delf_sections.c8 int __attribute__((section(".sram_data"))) data[29];
10 int __attribute__((section(".sram_code"))) calculate(int x)
H A Dembed_data.c10 int before[2] __attribute__((section(".embed"))) = {2, 3};
11 int embed[3] __attribute__((section(".embed"))) = {0x1234, 0x5678};
/u-boot/arch/arc/include/asm/
H A Du-boot-arc.h11 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
12 void board_init_f_r(void) __attribute__ ((noreturn));
/u-boot/include/linux/
H A Dcompiler_attributes.h18 * not by #define identifier). Use the __attribute__((__name__)) syntax
49 #define __alias(symbol) __attribute__((__alias__(#symbol)))
56 #define __aligned(x) __attribute__((__aligned__(x)))
57 #define __aligned_largest __attribute__((__aligned__))
68 #define __always_inline inline __attribute__((__always_inline__))
87 # define __assume_aligned(a, ...) __attribute__((__assume_aligned__(a, ## __VA_ARGS__)))
96 #define __cold __attribute__((__cold__))
103 #define __attribute_const__ __attribute__((__const__))
113 # define __copy(symbol) __attribute__((__copy__(symbol)))
138 # define __designated_init __attribute__((__designated_init_
[all...]
H A Dcompiler_types.h8 # define __user __attribute__((noderef, address_space(1)))
9 # define __kernel __attribute__((address_space(0)))
10 # define __safe __attribute__((safe))
11 # define __force __attribute__((force))
12 # define __nocast __attribute__((nocast))
13 # define __iomem __attribute__((noderef, address_space(2)))
14 # define __must_hold(x) __attribute__((context(x,1,1)))
15 # define __acquires(x) __attribute__((context(x,0,1)))
16 # define __releases(x) __attribute__((context(x,1,0)))
20 # define __percpu __attribute__((nodere
[all...]
H A Dedd.h82 } __attribute__ ((packed)) isa;
89 } __attribute__ ((packed)) pci;
93 } __attribute__ ((packed)) ibnd;
96 } __attribute__ ((packed)) xprs;
99 } __attribute__ ((packed)) htpt;
102 } __attribute__ ((packed)) unknown;
111 } __attribute__ ((packed)) ata;
119 } __attribute__ ((packed)) atapi;
125 } __attribute__ ((packed)) scsi;
129 } __attribute__ ((packe
[all...]
H A Dcompiler-gcc.h68 #define __noretpoline __attribute__((__indirect_branch__("keep")))
75 #define __compiletime_warning(message) __attribute__((__warning__(message)))
76 #define __compiletime_error(message) __attribute__((__error__(message)))
79 #define __latent_entropy __attribute__((latent_entropy))
104 #define __randomize_layout __attribute__((randomize_layout))
105 #define __no_randomize_layout __attribute__((no_randomize_layout))
143 #define __no_sanitize_address __attribute__((no_sanitize_address))
174 #define __no_fgcse __attribute__((optimize("-fno-gcse")))
/u-boot/arch/x86/include/asm/
H A Dlinkage.h4 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0)))
/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.h14 void board_reset(void) __attribute__((__weak__));
/u-boot/include/
H A Dhang.h19 void hang(void) __attribute__ ((noreturn));
H A Dusbdescriptors.h188 } __attribute__ ((packed));
200 } __attribute__ ((packed));
211 } __attribute__ ((packed));
228 } __attribute__ ((packed));
234 } __attribute__ ((packed));
240 } __attribute__ ((packed));
253 } __attribute__ ((packed));
260 } __attribute__ ((packed));
267 } __attribute__ ((packed));
275 } __attribute__ ((packe
[all...]
H A Dlinker_lists.h72 __attribute__((unused)) \
95 __attribute__((unused)) \
128 __attribute__((unused)) \
156 static char end[0] __aligned(4) __attribute__((unused)) \
252 static char start[0] __aligned(4) __attribute__((unused)) \
277 static char end[0] __aligned(4) __attribute__((unused)) \
/u-boot/common/
H A Dkgdb_stubs.c18 __attribute__((weak))
24 __attribute__((weak))
30 __attribute__((weak))
38 __attribute__((weak))
44 __attribute__((weak))
50 __attribute__((weak))
56 __attribute__((weak))
/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h31 unsigned long flags __attribute__((unused)))
57 unsigned long flags __attribute__((unused)))
63 unsigned long flags __attribute__((unused)))
30 local_irq_save( unsigned long flags __attribute__((unused))) argument
56 local_save_flags( unsigned long flags __attribute__((unused))) argument
62 local_irq_restore( unsigned long flags __attribute__((unused))) argument
/u-boot/board/phytec/phycore_rk3288/
H A Dsom.h20 } __attribute__ ((__packed__));
/u-boot/arch/sandbox/include/asm/
H A Dsections.h19 static char start[0] __aligned(4) __attribute__((unused))
28 static char end[0] __aligned(4) __attribute__((unused))
/u-boot/arch/m68k/include/asm/
H A Dtypes.h12 } __attribute__((aligned(16))) vector128;
/u-boot/lib/libavb/
H A Davb_sysdeps.h29 #define AVB_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
30 #define AVB_ATTR_PACKED __attribute__((packed))
31 #define AVB_ATTR_NO_RETURN __attribute__((noreturn))
32 #define AVB_ATTR_SENTINEL __attribute__((__sentinel__))
/u-boot/board/astro/mcf5373l/
H A Dastro.h28 } __attribute__ ((packed)) output_params_t;
42 } __attribute__ ((packed)) parameters_t;
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-lmt.h34 __attribute__ ((pure, always_inline));
54 __attribute__ ((pure, always_inline));
/u-boot/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));

Completed in 490 milliseconds

12345678910