/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_hwi.h | 150 } __attribute__((packed, aligned(4))); 162 } __attribute__((packed, aligned(4))); 173 } __attribute__((packed, aligned(4))); 225 } __attribute__((packed, aligned(4))); 238 } __attribute__((packed, aligned(4))); 254 } __attribute__((packed, aligned(4))); 267 } __attribute__((packed, aligned(4))); 280 } __attribute__((packed, aligned(4))); 291 } __attribute__((packed, aligned(4))); 303 } __attribute__((packed, aligned(4))); [all …]
|
D | pm80xx_hwi.h | 338 } __attribute__((packed, aligned(4))); 350 } __attribute__((packed, aligned(4))); 360 } __attribute__((packed, aligned(4))); 411 } __attribute__((packed, aligned(4))); 425 } __attribute__((packed, aligned(4))); 434 } __attribute__((packed, aligned(4))); 449 } __attribute__((packed, aligned(4))); 461 } __attribute__((packed, aligned(4))); 472 } __attribute__((packed, aligned(4))); 482 } __attribute__((packed, aligned(4))); [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.h | 349 }__attribute__((packed, aligned (4))); 427 }__attribute__ ((packed, aligned (4))); 449 }__attribute__ ((packed, aligned (8))); 456 }__attribute__((packed, aligned (4))); 463 }__attribute__((packed, aligned (4))); 468 }__attribute__((packed, aligned (4))); 473 }__attribute__((packed, aligned (8))); 488 }__attribute__((packed, aligned (4))); 496 }__attribute__((packed, aligned (4))); 559 }__attribute__ ((packed, aligned(4))); [all …]
|
D | pmcraid.h | 216 } __attribute__((packed, aligned(PMCRAID_IOADL_ALIGNMENT))); 260 } __attribute__((packed, aligned(PMCRAID_IOARCB_ALIGNMENT))); 293 } __attribute__((packed, aligned(4))); 315 } __attribute__((packed, aligned(4))); 332 } __attribute__((packed, aligned(4))); 385 } __attribute__((packed, aligned(4))); 404 } __attribute__ ((packed, aligned(4))); 417 } __attribute__((packed, aligned(4))); 425 } __attribute__((packed, aligned(4))); 433 } __attribute__((packed, aligned(4))); [all …]
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | coprocessor.h | 132 #define __REG2_1(n,s,a) unsigned char n[s] __attribute__ ((aligned(a))); 133 #define __REG2_2(n,s,a) unsigned char n[s] __attribute__ ((aligned(a))); 136 __attribute__ ((aligned (XCHAL_NCP_SA_ALIGN))); 138 __attribute__ ((aligned (XCHAL_NCP_SA_ALIGN))); 143 __attribute__ ((aligned (XCHAL_CP0_SA_ALIGN))); 145 __attribute__ ((aligned (XCHAL_CP1_SA_ALIGN))); 147 __attribute__ ((aligned (XCHAL_CP2_SA_ALIGN))); 149 __attribute__ ((aligned (XCHAL_CP3_SA_ALIGN))); 151 __attribute__ ((aligned (XCHAL_CP4_SA_ALIGN))); 153 __attribute__ ((aligned (XCHAL_CP5_SA_ALIGN))); [all …]
|
/Linux-v4.19/include/uapi/sound/ |
D | compress_offload.h | 43 } __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)));
|
D | compress_params.h | 273 } __attribute__((packed, aligned(4))); 289 } __attribute__((packed, aligned(4))); 313 } __attribute__((packed, aligned(4))); 318 } __attribute__((packed, aligned(4))); 326 } __attribute__((packed, aligned(4))); 363 } __attribute__((packed, aligned(4))); 404 } __attribute__((packed, aligned(4)));
|
/Linux-v4.19/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 145 }__attribute__((packed, aligned (8))); 150 }__attribute__((packed, aligned (8))); 154 }__attribute__((packed, aligned (8))); 180 }__attribute__((packed, aligned (8))); 189 }__attribute__((packed, aligned (4))); 204 }__attribute__((packed, aligned (4))); 229 }__attribute__((packed, aligned (8))); 234 }__attribute__((packed, aligned (8))); 251 }__attribute__((packed, aligned (8))); 295 }__attribute__((packed, aligned (8))); [all …]
|
/Linux-v4.19/arch/sparc/kernel/ |
D | sstate.c | 37 static const char booting_msg[32] __attribute__((aligned(32))) = 39 static const char running_msg[32] __attribute__((aligned(32))) = 41 static const char halting_msg[32] __attribute__((aligned(32))) = 43 static const char poweroff_msg[32] __attribute__((aligned(32))) = 45 static const char rebooting_msg[32] __attribute__((aligned(32))) = 47 static const char panicking_msg[32] __attribute__((aligned(32))) =
|
/Linux-v4.19/arch/xtensa/lib/ |
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
|
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 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 …]
|
D | usercopy.S | 70 .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-v4.19/include/linux/raid/ |
D | pq.h | 146 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256))); 147 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256))); 148 extern const u8 raid6_gfexp[256] __attribute__((aligned(256))); 149 extern const u8 raid6_gflog[256] __attribute__((aligned(256))); 150 extern const u8 raid6_gfinv[256] __attribute__((aligned(256))); 151 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_diag.h | 40 } __attribute__ ((packed, aligned(4))); 54 } __attribute__ ((packed, aligned(8))); 66 } __attribute__ ((packed, aligned(8))); 81 } __attribute__ ((packed, aligned(8)));
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/ |
D | types.h | 50 #define aligned_u64 __u64 __attribute__((aligned(8))) 51 #define aligned_be64 __be64 __attribute__((aligned(8))) 52 #define aligned_le64 __le64 __attribute__((aligned(8))) 146 } __attribute__((aligned(sizeof(void *))));
|
/Linux-v4.19/include/uapi/linux/ |
D | taskstats.h | 72 __u64 cpu_count __attribute__((aligned(8))); 107 __u8 ac_sched __attribute__((aligned(8))); 110 __u32 ac_uid __attribute__((aligned(8))); 116 __u64 ac_etime __attribute__((aligned(8)));
|
D | types.h | 48 #define __aligned_u64 __u64 __attribute__((aligned(8))) 49 #define __aligned_be64 __be64 __attribute__((aligned(8))) 50 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
D | mic_common.h | 48 } __attribute__ ((aligned(8))); 73 } __attribute__ ((aligned(8))); 94 } __attribute__ ((aligned(8))); 120 } __attribute__ ((aligned(8)));
|
/Linux-v4.19/tools/testing/selftests/bpf/include/uapi/linux/ |
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)))
|
/Linux-v4.19/arch/sparc/lib/ |
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 …]
|
/Linux-v4.19/arch/s390/include/asm/ |
D | qdio.h | 116 } __attribute__ ((packed, aligned(256))); 158 } __attribute__ ((packed, aligned(256))); 175 } __attribute__ ((packed, aligned(2048))); 216 } __attribute__ ((packed, aligned(16))); 224 } __attribute__ ((packed, aligned(256))); 240 } __attribute__ ((packed, aligned(1024))); 248 } __attribute__ ((packed, aligned(256)));
|
/Linux-v4.19/arch/mips/include/uapi/asm/ |
D | ptrace.h | 48 } __attribute__ ((aligned (8))); 88 } __attribute__((aligned(8))); 95 } __attribute__((aligned(8)));
|
/Linux-v4.19/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 90 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-v4.19/include/linux/ |
D | elfnote.h | 76 __attribute__((aligned(sizeof(Elf##size##_Word)))); \ 78 __attribute__((aligned(sizeof(Elf##size##_Word)))); \ 82 aligned(sizeof(Elf##size##_Word)), \
|
/Linux-v4.19/lib/raid6/test/ |
D | test.c | 24 const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 28 char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 29 char recovi[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 30 char recovj[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
|