Home
last modified time | relevance | path

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

12345678910>>...18

/linux/drivers/scsi/
H A Dipr.h333 }__attribute__((packed, aligned (4)));
411 }__attribute__ ((packed, aligned (4)));
434 }__attribute__ ((packed, aligned (8)));
441 }__attribute__((packed, aligned (4)));
448 }__attribute__((packed, aligned (4)));
453 }__attribute__((packed, aligned (4)));
458 }__attribute__((packed, aligned (8)));
473 }__attribute__((packed, aligned (4)));
481 }__attribute__((packed, aligned (4)));
543 }__attribute__ ((packed, aligned(4)));
[all …]
H A 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/arch/xtensa/include/asm/
H A 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/include/uapi/linux/media/amlogic/
H A Dc3-isp-config.h54 } __attribute__((aligned(16)));
89 } __attribute__((aligned(16)));
126 } __attribute__((aligned(16)));
224 } __attribute__((aligned(8)));
284 } __attribute__((aligned(8)));
323 } __attribute__((aligned(8)));
360 } __attribute__((aligned(8)));
380 } __attribute__((aligned(8)));
401 } __attribute__((aligned(8)));
421 } __attribute__((aligned(8)));
/linux/arch/sparc/kernel/
H A 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/arch/xtensa/lib/
H A 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
H A 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
343 .Lbackdst1mod2: # dst is only byte aligned
352 _bbci.l a5, 1, .Lbackdstaligned # if dst is now aligned, then
[all …]
H A Dusercopy.S75 .Ldstaligned: # return here from .Ldstunaligned when dst is aligned
78 movi a8, 3 # if source is also aligned,
89 .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
140 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
205 # copy 16 bytes per iteration for word-aligned dst and unaligned src
/linux/arch/s390/include/asm/
H A 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/lib/crc/s390/
H A Dcrc32.h28 unsigned long prealign, aligned, remaining; \
42 aligned = datalen & ~VX_ALIGN_MASK; \
46 crc = ___crc32_vx(crc, data, aligned); \
50 crc = ___crc32_sw(crc, data + aligned, remaining); \
/linux/include/linux/raid/
H A Dpq.h156 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256)));
157 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256)));
158 extern const u8 raid6_gfexp[256] __attribute__((aligned(256)));
159 extern const u8 raid6_gflog[256] __attribute__((aligned(256)));
160 extern const u8 raid6_gfinv[256] __attribute__((aligned(256)));
161 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
/linux/arch/sparc/lib/
H A 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/include/uapi/linux/
H A Dtaskstats.h73 __u64 cpu_count __attribute__((aligned(8)));
108 __u8 ac_sched __attribute__((aligned(8)));
111 __u32 ac_uid __attribute__((aligned(8)));
118 __u64 ac_etime __attribute__((aligned(8)));
187 __u64 ac_tgetime __attribute__((aligned(8)));
H A Dvirtio_ring.h128 typedef struct vring_used_elem __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
151 typedef struct vring_desc __attribute__((aligned(VRING_DESC_ALIGN_SIZE)))
153 typedef struct vring_avail __attribute__((aligned(VRING_AVAIL_ALIGN_SIZE)))
155 typedef struct vring_used __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
/linux/drivers/s390/block/
H A Ddasd_diag.h40 } __attribute__ ((packed, aligned(4)));
54 } __attribute__ ((packed, aligned(8)));
66 } __attribute__ ((packed, aligned(8)));
81 } __attribute__ ((packed, aligned(8)));
/linux/tools/include/uapi/linux/
H A Dtypes.h21 #define __aligned_u64 __u64 __attribute__((aligned(8)))
22 #define __aligned_be64 __be64 __attribute__((aligned(8)))
23 #define __aligned_le64 __le64 __attribute__((aligned(8)))
/linux/fs/adfs/
H A Ddir_fplus.h25 } __attribute__((packed, aligned(4)));
35 } __attribute__((packed, aligned(4)));
42 } __attribute__((packed, aligned(4)));
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_array_access.c549 __u32 __attribute__((aligned(8))) key = 1; in an_array_with_a_constant_no_nullness()
565 __u32 __attribute__((aligned(8))) key = 1; in multiple_array_with_a_constant_no_nullness()
566 __u32 __attribute__((aligned(8))) key2 = 0; in multiple_array_with_a_constant_no_nullness()
602 __u32 __attribute__((aligned(8))) key = 1; in a_pcpu_array_with_a_constant_no_nullness()
617 __u32 __attribute__((aligned(8))) key = 3; in an_array_with_a_constant_no_nullness_out_of_bounds()
631 __u32 __attribute__((aligned(8))) key; in an_array_with_a_constant_too_small()
672 __u32 __attribute__((aligned(8))) key; in mixed_const_and_non_const_key_lookup()
700 volatile __u32 __attribute__((aligned(8))) global_key;
/linux/include/uapi/linux/netfilter_bridge/
H A Debtables.h90 char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
132 unsigned char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
145 unsigned char data[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
158 unsigned char data[0] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
193 unsigned char elems[] __attribute__ ((aligned (__alignof__(struct ebt_replace))));
/linux/arch/mips/include/uapi/asm/
H A Dptrace.h48 } __attribute__ ((aligned (8)));
88 } __attribute__((aligned(8)));
95 } __attribute__((aligned(8)));
/linux/tools/include/linux/
H A Dtypes.h88 # define __aligned_u64 __u64 __attribute__((aligned(8)))
92 # define __aligned_be64 __be64 __attribute__((aligned(8)))
96 # define __aligned_le64 __le64 __attribute__((aligned(8)))
/linux/lib/raid6/test/
H A Dtest.c21 const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
24 char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
25 char recovi[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
26 char recovj[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h104 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
112 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
120 struct xt_hashlimit_htable *hinfo __attribute__((aligned(8)));
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst100 - if Buffer1 and Buffer2 had all their addresses 8 bytes aligned
102 - and if Buffer3 has at least one address not 4 bytes aligned
107 this specific case if the DMA is already running in aligned mode.
146 - a driver submitted an aligned tx1, not chained
148 - a driver submitted an aligned tx2 => tx2 is cold chained to tx1
150 - a driver issued tx1+tx2 => channel is running in aligned mode
152 - a driver submitted an aligned tx3 => tx3 is hot-chained
159 - a driver submitted an aligned tx5 => tx5 is put in submitted queue, not
162 - a driver submitted an aligned tx6 => tx6 is put in submitted queue,
/linux/arch/arm/lib/
H A Dbitops.h10 strbne r1, [ip] @ assert word-aligned
35 strbne r1, [ip] @ assert word-aligned
73 strbne r1, [ip] @ assert word-aligned
100 strbne r1, [ip] @ assert word-aligned

12345678910>>...18