Searched refs:aligned (Results 51 - 75 of 347) sorted by relevance

1234567891011>>

/linux-master/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-master/lib/raid6/
H A Dx86.h33 #define __aligned(x) __attribute__((aligned(x)))
/linux-master/arch/x86/include/asm/
H A Dvvar.h45 __attribute__((section(".vvar_" #name), aligned(16))) __visible
/linux-master/include/uapi/linux/
H A Dvirtio_ring.h128 typedef struct vring_used_elem __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
140 * alignment, and so must use a typedef to make sure the aligned attribute
145 * When used on a struct, or struct member, the aligned attribute can only
147 * be specified as well. When used as part of a typedef, the aligned attribute
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)))
H A Dadfs_fs.h38 } __attribute__((packed, aligned(4)));
/linux-master/tools/testing/selftests/bpf/progs/
H A Drbtree_btf_fail__wrong_node_type.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dringbuf_bench.c19 long dropped __attribute__((aligned(128))) = 0;
/linux-master/arch/xtensa/lib/
H A Dmemset.S23 * If the destination is aligned,
27 * setting 1B and 2B and then go to aligned case.
29 * case of an aligned destination (except for the branches to
47 .L0: # return here from .Ldstunaligned when dst is aligned
54 * Destination is word-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, retur
[all...]
H A Dmemcopy.S34 * If source is aligned,
40 * case of aligned source and destination and multiple
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
121 .Ldstaligned: # return here from .Ldst?mod? once dst is aligned
124 movi a8, 3 # if source is not aligned,
127 * Destination and source are word-aligned, use word copy.
129 # copy 16 bytes per iteration for word-aligned ds
[all...]
/linux-master/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(
[all...]
/linux-master/include/uapi/sound/
H A Dcompress_params.h244 } __attribute__((packed, aligned(4)));
260 } __attribute__((packed, aligned(4)));
284 } __attribute__((packed, aligned(4)));
289 } __attribute__((packed, aligned(4)));
298 } __attribute__((packed, aligned(4)));
305 } __attribute__((packed, aligned(4)));
315 } __attribute__((packed, aligned(4)));
325 } __attribute__((packed, aligned(4)));
337 } __attribute__((packed, aligned(4)));
374 } __attribute__((packed, aligned(
[all...]
/linux-master/arch/arm/nwfpe/
H A Dfpa11.h52 } __attribute__ ((packed,aligned(4))) FPREG;
79 } __attribute__ ((packed,aligned(4))) FPA11;
/linux-master/drivers/usb/chipidea/
H A Dudc.h40 } __attribute__ ((packed, aligned(4)));
58 } __attribute__ ((packed, aligned(4)));
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h41 unsigned long fork_kpsr __attribute__ ((aligned (8)));
45 unsigned long float_regs[32] __attribute__ ((aligned (8)));
/linux-master/arch/alpha/lib/
H A Dmemset.S53 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */
62 subq $16,$3,$16 /* E0 $16 is new aligned destination */
71 aligned: label
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h70 __u64 f[64] __attribute__((aligned(16)));
85 __u32 __padding[129] __attribute__((aligned(16)));
/linux-master/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-master/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-master/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-master/arch/alpha/include/asm/
H A Dsmp.h39 } __attribute__((aligned(64)));
/linux-master/arch/s390/include/uapi/asm/
H A Dsigcontext.h45 } __attribute__ ((aligned(8))) _psw_t;
/linux-master/samples/bpf/
H A Dxdp2skb_meta_kern.c24 * The struct must be 4 byte aligned, which here is enforced by the
25 * struct __attribute__((aligned(4))).
29 } __attribute__((aligned(4)));
/linux-master/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-master/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
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h39 #define __aligned(x) __attribute__((aligned(x)))

Completed in 261 milliseconds

1234567891011>>