Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/Linux-v5.15/drivers/scsi/pm8001/
Dpm8001_hwi.h146 } __attribute__((packed, aligned(4)));
158 } __attribute__((packed, aligned(4)));
169 } __attribute__((packed, aligned(4)));
221 } __attribute__((packed, aligned(4)));
234 } __attribute__((packed, aligned(4)));
250 } __attribute__((packed, aligned(4)));
263 } __attribute__((packed, aligned(4)));
276 } __attribute__((packed, aligned(4)));
287 } __attribute__((packed, aligned(4)));
299 } __attribute__((packed, aligned(4)));
[all …]
Dpm80xx_hwi.h345 } __attribute__((packed, aligned(4)));
357 } __attribute__((packed, aligned(4)));
367 } __attribute__((packed, aligned(4)));
418 } __attribute__((packed, aligned(4)));
432 } __attribute__((packed, aligned(4)));
441 } __attribute__((packed, aligned(4)));
456 } __attribute__((packed, aligned(4)));
468 } __attribute__((packed, aligned(4)));
479 } __attribute__((packed, aligned(4)));
489 } __attribute__((packed, aligned(4)));
[all …]
/Linux-v5.15/arch/xtensa/include/asm/
Dcoprocessor.h118 #define __REG2_1(n,s,a) unsigned char n[s] __attribute__ ((aligned(a)));
119 #define __REG2_2(n,s,a) unsigned char n[s] __attribute__ ((aligned(a)));
122 __attribute__ ((aligned (XCHAL_NCP_SA_ALIGN)));
124 __attribute__ ((aligned (XCHAL_NCP_SA_ALIGN)));
129 __attribute__ ((aligned (XCHAL_CP0_SA_ALIGN)));
131 __attribute__ ((aligned (XCHAL_CP1_SA_ALIGN)));
133 __attribute__ ((aligned (XCHAL_CP2_SA_ALIGN)));
135 __attribute__ ((aligned (XCHAL_CP3_SA_ALIGN)));
137 __attribute__ ((aligned (XCHAL_CP4_SA_ALIGN)));
139 __attribute__ ((aligned (XCHAL_CP5_SA_ALIGN)));
[all …]
/Linux-v5.15/drivers/scsi/
Dipr.h336 }__attribute__((packed, aligned (4)));
414 }__attribute__ ((packed, aligned (4)));
437 }__attribute__ ((packed, aligned (8)));
444 }__attribute__((packed, aligned (4)));
451 }__attribute__((packed, aligned (4)));
456 }__attribute__((packed, aligned (4)));
461 }__attribute__((packed, aligned (8)));
476 }__attribute__((packed, aligned (4)));
484 }__attribute__((packed, aligned (4)));
547 }__attribute__ ((packed, aligned(4)));
[all …]
Dpmcraid.h203 } __attribute__((packed, aligned(PMCRAID_IOADL_ALIGNMENT)));
280 } __attribute__((packed, aligned(4)));
302 } __attribute__((packed, aligned(4)));
319 } __attribute__((packed, aligned(4)));
372 } __attribute__((packed, aligned(4)));
391 } __attribute__ ((packed, aligned(4)));
404 } __attribute__((packed, aligned(4)));
412 } __attribute__((packed, aligned(4)));
420 } __attribute__((packed, aligned(4)));
425 } __attribute__((packed, aligned(4)));
[all …]
/Linux-v5.15/include/uapi/sound/
Dcompress_offload.h43 } __attribute__((packed, aligned(4)));
55 } __attribute__((packed, aligned(4)));
74 } __attribute__((packed, aligned(4)));
84 } __attribute__((packed, aligned(4)));
111 } __attribute__((packed, aligned(4)));
123 } __attribute__((packed, aligned(4)));
145 } __attribute__((packed, aligned(4)));
Dcompress_params.h278 } __attribute__((packed, aligned(4)));
294 } __attribute__((packed, aligned(4)));
318 } __attribute__((packed, aligned(4)));
323 } __attribute__((packed, aligned(4)));
332 } __attribute__((packed, aligned(4)));
339 } __attribute__((packed, aligned(4)));
349 } __attribute__((packed, aligned(4)));
359 } __attribute__((packed, aligned(4)));
371 } __attribute__((packed, aligned(4)));
408 } __attribute__((packed, aligned(4)));
[all …]
/Linux-v5.15/arch/sparc/kernel/
Dsstate.c38 static const char booting_msg[32] __attribute__((aligned(32))) =
40 static const char running_msg[32] __attribute__((aligned(32))) =
42 static const char halting_msg[32] __attribute__((aligned(32))) =
44 static const char poweroff_msg[32] __attribute__((aligned(32))) =
46 static const char rebooting_msg[32] __attribute__((aligned(32))) =
48 static const char panicking_msg[32] __attribute__((aligned(32))) =
/Linux-v5.15/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h87 __attribute__((aligned(32)));
108 } __attribute__((aligned(32))) __packed;
116 struct ipu3_uapi_awb_config_s config __attribute__((aligned(32)));
141 struct ipu3_uapi_ae_raw_buffer buff __attribute__((aligned(32)));
247 struct ipu3_uapi_ae_grid_config grid_cfg __attribute__((aligned(32)));
249 __attribute__((aligned(32)));
250 struct ipu3_uapi_ae_ccm ae_ccm __attribute__((aligned(32)));
392 __u8 y_table[IPU3_UAPI_AF_Y_TABLE_MAX_SIZE] __attribute__((aligned(32)));
405 struct ipu3_uapi_af_filter_config filter_config __attribute__((aligned(32)));
407 struct ipu3_uapi_grid_config grid_cfg __attribute__((aligned(32)));
[all …]
/Linux-v5.15/arch/xtensa/lib/
Dmemset.S47 .L0: # return here from .Ldstunaligned when dst is aligned
56 # set 16 bytes per iteration for word-aligned dst
106 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned
107 # dst is only byte aligned
112 # now retest if dst aligned
113 bbci.l a5, 1, .L0 # if now aligned, return to main algorithm
115 # dst half-aligned
120 j .L0 # dst is now aligned, return to main algorithm
Dmemcopy.S89 .Ldst1mod2: # dst is only byte aligned
98 _bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
100 .Ldst2mod4: # dst 16-bit aligned
110 j .Ldstaligned # dst is now aligned, return to main algorithm
121 .Ldstaligned: # return here from .Ldst?mod? once dst is aligned
124 movi a8, 3 # if source is not aligned,
129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
195 # copy 16 bytes per iteration for word-aligned dst and unaligned src
356 .Lbackdst1mod2: # dst is only byte aligned
365 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
[all …]
Dusercopy.S70 .Ldstaligned: # return here from .Ldstunaligned when dst is aligned
73 movi a8, 3 # if source is also aligned,
84 .Ldst1mod2: # dst is only byte aligned
93 bbci.l a5, 1, .Ldstaligned # if dst is now aligned, then
95 .Ldst2mod4: # dst 16-bit aligned
105 j .Ldstaligned # dst is now aligned, return to main algorithm
135 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
200 # copy 16 bytes per iteration for word-aligned dst and unaligned src
/Linux-v5.15/include/linux/raid/
Dpq.h152 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256)));
153 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256)));
154 extern const u8 raid6_gfexp[256] __attribute__((aligned(256)));
155 extern const u8 raid6_gflog[256] __attribute__((aligned(256)));
156 extern const u8 raid6_gfinv[256] __attribute__((aligned(256)));
157 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
/Linux-v5.15/arch/s390/include/asm/
Dqdio.h115 } __attribute__ ((packed, aligned(256)));
155 } __attribute__ ((packed, aligned(256)));
172 } __attribute__ ((packed, aligned(2048)));
213 } __attribute__ ((packed, aligned(16)));
221 } __attribute__ ((packed, aligned(256)));
237 } __attribute__ ((packed, aligned(1024)));
245 } __attribute__ ((packed, aligned(256)));
/Linux-v5.15/drivers/s390/block/
Ddasd_diag.h40 } __attribute__ ((packed, aligned(4)));
54 } __attribute__ ((packed, aligned(8)));
66 } __attribute__ ((packed, aligned(8)));
81 } __attribute__ ((packed, aligned(8)));
/Linux-v5.15/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
Dtypes.h50 #define aligned_u64 __u64 __attribute__((aligned(8)))
51 #define aligned_be64 __be64 __attribute__((aligned(8)))
52 #define aligned_le64 __le64 __attribute__((aligned(8)))
142 } __attribute__((aligned(sizeof(void *))));
/Linux-v5.15/arch/sparc/lib/
DM7memset.S144 andcc %o5, 7, %o3 ! is sp1 aligned on a 8 byte bound?
145 bz,pt %xcc, .blkalign ! already long word aligned
146 sub %o3, 8, %o3 ! -(bytes till long word aligned)
149 ! Set -(%o3) bytes till sp1 long word aligned
155 ! Now sp1 is long word aligned (sp1 is found in %o5)
161 andcc %o5, 63, %o3 ! is sp1 block aligned?
162 bz,pt %xcc, .blkwr ! now block aligned
163 sub %o3, 64, %o3 ! o3 is -(bytes till block aligned)
166 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
168 ! Recall that dst is already long word aligned
[all …]
/Linux-v5.15/tools/include/uapi/linux/
Dtypes.h19 #define __aligned_u64 __u64 __attribute__((aligned(8)))
20 #define __aligned_be64 __be64 __attribute__((aligned(8)))
21 #define __aligned_le64 __le64 __attribute__((aligned(8)))
/Linux-v5.15/include/uapi/linux/
Dtaskstats.h72 __u64 cpu_count __attribute__((aligned(8)));
107 __u8 ac_sched __attribute__((aligned(8)));
110 __u32 ac_uid __attribute__((aligned(8)));
117 __u64 ac_etime __attribute__((aligned(8)));
Dtypes.h48 #define __aligned_u64 __u64 __attribute__((aligned(8)))
49 #define __aligned_be64 __be64 __attribute__((aligned(8)))
50 #define __aligned_le64 __le64 __attribute__((aligned(8)))
Dvirtio_ring.h122 typedef struct vring_used_elem __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
145 typedef struct vring_desc __attribute__((aligned(VRING_DESC_ALIGN_SIZE)))
147 typedef struct vring_avail __attribute__((aligned(VRING_AVAIL_ALIGN_SIZE)))
149 typedef struct vring_used __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
/Linux-v5.15/fs/adfs/
Ddir_fplus.h25 } __attribute__((packed, aligned(4)));
35 } __attribute__((packed, aligned(4)));
42 } __attribute__((packed, aligned(4)));
/Linux-v5.15/arch/mips/include/uapi/asm/
Dptrace.h48 } __attribute__ ((aligned (8)));
88 } __attribute__((aligned(8)));
95 } __attribute__((aligned(8)));
/Linux-v5.15/include/uapi/linux/netfilter_bridge/
Debtables.h90 char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
132 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
145 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
158 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
191 unsigned char elems[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
/Linux-v5.15/include/linux/
Delfnote.h76 __attribute__((aligned(sizeof(Elf##size##_Word)))); \
78 __attribute__((aligned(sizeof(Elf##size##_Word)))); \
82 aligned(sizeof(Elf##size##_Word)), \

12345678910>>...21