/openbmc/qemu/include/user/ |
H A D | abitypes.h | 51 typedef int16_t abi_short __attribute__ ((aligned(ABI_SHORT_ALIGNMENT))); 52 typedef uint16_t abi_ushort __attribute__((aligned(ABI_SHORT_ALIGNMENT))); 53 typedef int32_t abi_int __attribute__((aligned(ABI_INT_ALIGNMENT))); 54 typedef uint32_t abi_uint __attribute__((aligned(ABI_INT_ALIGNMENT))); 55 typedef int64_t abi_llong __attribute__((aligned(ABI_LLONG_ALIGNMENT))); 56 typedef uint64_t abi_ullong __attribute__((aligned(ABI_LLONG_ALIGNMENT))); 59 typedef uint32_t abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT))); 60 typedef int32_t abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT))); 71 typedef target_ulong abi_ulong __attribute__((aligned(ABI_LONG_ALIGNMENT))); 72 typedef target_long abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.h | 146 } __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 …]
|
H A D | pm80xx_hwi.h | 345 } __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 …]
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 118 #define __REG2_1(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))); 141 __attribute__ ((aligned (XCHAL_CP6_SA_ALIGN))); [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | ipr.h | 333 }__attribute__((packed, aligned (4))); 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))); 558 }__attribute__((packed, aligned (8))); 578 }__attribute__((packed, aligned (8))); [all …]
|
/openbmc/linux/include/uapi/sound/ |
H A D | compress_offload.h | 26 } __attribute__((packed, aligned(4))); 38 } __attribute__((packed, aligned(4))); 57 } __attribute__((packed, aligned(4))); 67 } __attribute__((packed, aligned(4))); 94 } __attribute__((packed, aligned(4))); 106 } __attribute__((packed, aligned(4))); 128 } __attribute__((packed, aligned(4)));
|
H A D | compress_params.h | 244 } __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(4))); [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sstate.c | 38 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))) =
|
/openbmc/linux/include/uapi/linux/ |
H A D | types.h | 17 typedef __signed__ __int128 __s128 __attribute__((aligned(16))); 18 typedef unsigned __int128 __u128 __attribute__((aligned(16))); 55 #define __aligned_u64 __u64 __attribute__((aligned(8))) 56 #define __aligned_be64 __be64 __attribute__((aligned(8))) 57 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
H A D | taskstats.h | 73 __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))); 186 __u64 ac_tgetime __attribute__((aligned(8)));
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0004-platform-corstone1000-align-capsule-update-structs.patch | 6 U-boot mkefitool creates capsule image without packed and byte-aligned 25 +} efi_capsule_header_t __attribute__((packed, aligned(1))); 33 +} efi_firmware_management_capsule_header_t __attribute__((packed, aligned(1))); 42 +} efi_firmware_management_capsule_image_header_t __attribute__((packed, aligned(1))); 50 +} fmp_payload_header_t __attribute__((packed, aligned(1))); 59 +} WIN_CERTIFICATE __attribute__((packed, aligned(1))); 66 +} win_certificate_uefi_guid_t __attribute__((packed, aligned(1))); 72 +} efi_firmware_image_authentication_t __attribute__((packed, aligned(1)));
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 115 __attribute__((aligned(32))); 136 } __attribute__((aligned(32))) __packed; 279 __attribute__((aligned(32))); 280 struct ipu3_uapi_ae_ccm ae_ccm __attribute__((aligned(32))); 458 __attribute__((aligned(32))); 501 __attribute__((aligned(32))); 520 __u32 num_of_stripes __attribute__((aligned(32))); 552 __u32 awb_en __attribute__((aligned(32))); 2502 green_disparity __attribute__((aligned(32))); 2503 struct ipu3_uapi_dm_config dm __attribute__((aligned(32))); [all …]
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | memset.S | 47 .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 D | memcopy.S | 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 124 movi a8, 3 # if source is not aligned, 129 # copy 16 bytes per iteration for word-aligned dst and word-aligned src 343 .Lbackdst1mod2: # dst is only byte aligned 354 .Lbackdst2mod4: # dst 16-bit aligned 364 j .Lbackdstaligned # dst is now aligned, 385 movi a8, 3 # if source is not aligned, [all …]
|
/openbmc/phosphor-networkd/test/ |
H A D | test_rtnetlink.cpp | 25 ifinfomsg hdr __attribute__((aligned(NLMSG_ALIGNTO))); in TEST() 38 ifinfomsg hdr __attribute__((aligned(NLMSG_ALIGNTO))); in TEST() 39 rtattr addr_hdr __attribute__((aligned((RTA_ALIGNTO)))); in TEST() 41 __attribute__((aligned((RTA_ALIGNTO)))) = {0, 1, 2, 3, 4, 5}; in TEST() 42 rtattr name_hdr __attribute__((aligned((RTA_ALIGNTO)))); in TEST() 43 char name[5] __attribute__((aligned((RTA_ALIGNTO)))) = "eth0"; in TEST() 44 rtattr mtu_hdr __attribute__((aligned((RTA_ALIGNTO)))); in TEST() 45 unsigned mtu __attribute__((aligned((RTA_ALIGNTO)))) = 50; in TEST()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/ |
H A D | libtorrent_git.bb | 18 PACKAGECONFIG ??= "instrumentation aligned" 25 PACKAGECONFIG[aligned] = "--enable-aligned,--disable-aligned,"
|
/openbmc/linux/include/linux/raid/ |
H A D | pq.h | 148 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256))); 149 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256))); 150 extern const u8 raid6_gfexp[256] __attribute__((aligned(256))); 151 extern const u8 raid6_gflog[256] __attribute__((aligned(256))); 152 extern const u8 raid6_gfinv[256] __attribute__((aligned(256))); 153 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_diag.h | 40 } __attribute__ ((packed, aligned(4))); 54 } __attribute__ ((packed, aligned(8))); 66 } __attribute__ ((packed, aligned(8))); 81 } __attribute__ ((packed, aligned(8)));
|
/openbmc/u-boot/doc/ |
H A D | README.displaying-bmps | 6 make sure all data is properly aligned, and in many situations simply choosing 7 a 32 bit aligned address is enough to ensure proper alignment. This is not 23 When placed in an aligned address such as 0x80a00000, char signature offsets 26 access is generated at a non-32-bit-aligned address, causing a data abort. 27 The proper alignment for BMP images is therefore: 32-bit-aligned-address + 2.
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | qdio.h | 114 } __attribute__ ((packed, aligned(256))); 154 } __attribute__ ((packed, aligned(256))); 171 } __attribute__ ((packed, aligned(2048))); 212 } __attribute__ ((packed, aligned(16))); 220 } __attribute__ ((packed, aligned(256))); 236 } __attribute__ ((packed, aligned(1024))); 244 } __attribute__ ((packed, aligned(256)));
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | types.h | 19 #define __aligned_u64 __u64 __attribute__((aligned(8))) 20 #define __aligned_be64 __be64 __attribute__((aligned(8))) 21 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | cio.h | 122 } __attribute__ ((packed, aligned(4))) Schib; 136 } __attribute__ ((packed, aligned(4))) SubChannelId; 170 } __attribute__ ((packed, aligned(4))); 186 } __attribute__ ((packed, aligned(8))) Ccw0; 194 } __attribute__ ((packed, aligned(8))) Ccw1; 256 } __attribute__ ((packed, aligned(4))) CmdOrb; 282 } __attribute__ ((packed, aligned(4))) SenseId; 334 } __attribute__ ((packed, aligned(4))) SenseDataEckdDasd; 348 } __attribute__ ((packed, aligned(4))) Irb;
|
/openbmc/linux/arch/sparc/lib/ |
H A D | M7memset.S | 144 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 …]
|
/openbmc/linux/fs/adfs/ |
H A D | dir_fplus.h | 25 } __attribute__((packed, aligned(4))); 35 } __attribute__((packed, aligned(4))); 42 } __attribute__((packed, aligned(4)));
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_ring.h | 126 typedef struct vring_used_elem __attribute__((aligned(VRING_USED_ALIGN_SIZE))) 149 typedef struct vring_desc __attribute__((aligned(VRING_DESC_ALIGN_SIZE))) 151 typedef struct vring_avail __attribute__((aligned(VRING_AVAIL_ALIGN_SIZE))) 153 typedef struct vring_used __attribute__((aligned(VRING_USED_ALIGN_SIZE)))
|