Searched refs:aligned (Results 1 - 25 of 347) sorted by last modified time

1234567891011>>

/linux-master/net/rxrpc/
H A Dar-internal.h24 } __attribute__((aligned(8)));
/linux-master/drivers/firewire/
H A Dohci.c71 } __attribute__((aligned(16)));
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h75 /* Make sure the areg field is 16 bytes aligned. */
76 int align[0] __attribute__ ((aligned(16)));
H A Dprocessor.h163 /* Make structure 16 bytes aligned. */
164 int align[0] __attribute__ ((aligned(16)));
/linux-master/include/net/netfilter/
H A Dnf_tables.h107 } __attribute__((aligned(__alignof__(u64))));
407 __attribute__((aligned(__alignof__(u64))));
526 __attribute__((aligned(__alignof__(struct nft_expr))));
609 __attribute__((aligned(__alignof__(u64))));
990 __attribute__((aligned(__alignof__(struct nft_expr))));
1059 __attribute__((aligned(__alignof__(struct nft_expr))));
1077 __attribute__((aligned(__alignof__(struct nft_rule_dp))));
1352 __attribute__((aligned(__alignof__(u64))));
/linux-master/arch/arm64/kernel/
H A Dhead.S41 #error PAGE_OFFSET must be at least 2MB aligned
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c253 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c229 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
H A Darp_tables.c60 * Unfortunately, _b and _mask are not aligned to an int (or long int)
188 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
/linux-master/include/linux/
H A Dfs.h483 } __attribute__((aligned(sizeof(long)))) __randomize_layout;
1032 __attribute__((aligned(4))); /* lest something weird decides that 2 is OK */
H A Dbpf.h249 } __attribute__((aligned(8)));
255 } __attribute__((aligned(8)));
448 /* memcpy that is used with 8-byte aligned pointers, power-of-8 size and
/linux-master/drivers/gpu/drm/i915/
H A DMakefile17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h71 } __attribute__ ((packed, aligned (64)));
/linux-master/scripts/
H A DMakefile.extrawarn97 KBUILD_CFLAGS += $(call cc-option, -Wpacked-not-aligned)
112 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
/linux-master/drivers/gpu/drm/xe/
H A DMakefile17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
/linux-master/include/scsi/
H A Dscsi_host.h717 * We should ensure that this is aligned, both for better performance
722 __attribute__ ((aligned (sizeof(unsigned long))));
H A Dscsi_device.h285 } __attribute__((aligned(sizeof(unsigned long))));
372 } __attribute__((aligned(sizeof(unsigned long))));
/linux-master/kernel/bpf/
H A Dhelpers.c1115 } __attribute__((aligned(8)));
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c262 static u8 data[5] __attribute__((aligned(4))) = {1, 2, 3, 4, 5};
/linux-master/drivers/hwtracing/coresight/
H A DMakefile18 $(call cc-option, -Wpacked-not-aligned) \
/linux-master/net/iucv/
H A Diucv.c198 } __attribute__ ((packed,aligned(8)));
216 } __attribute__ ((packed,aligned(8)));
236 } __attribute__ ((packed,aligned(8)));
252 } __attribute__ ((packed,aligned(8)));
262 } __attribute__ ((packed,aligned(8)));
/linux-master/include/net/iucv/
H A Diucv.h82 } __attribute__ ((aligned (8)));
/linux-master/drivers/s390/char/
H A Dcon3215.c75 } __attribute__ ((aligned(8)));
/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)));
H A Dfcx.h57 } __attribute__ ((packed, aligned(64)));
78 } __attribute__ ((packed, aligned(16)));
173 } __attribute__ ((packed, aligned(8)));
291 } __attribute__ ((packed, aligned(8)));

Completed in 358 milliseconds

1234567891011>>