| /arch/xtensa/include/asm/ |
| 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 …]
|
| /arch/sparc/kernel/ |
| 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))) =
|
| /arch/xtensa/lib/ |
| 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
|
| 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 …]
|
| A D | usercopy.S | 75 .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
|
| A D | strnlen_user.S | 56 bbsi.l a2, 0, .L1mod2 # if only 8-bit aligned 57 bbsi.l a2, 1, .L2mod4 # if only 16-bit aligned 123 bbci.l a4, 1, .Laligned # if string pointer is now word-aligned 126 addi a4, a4, 2 # advance ptr for aligned access
|
| /arch/s390/include/asm/ |
| A D | qdio.h | 115 } __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)));
|
| A D | fcx.h | 57 } __attribute__ ((packed, aligned(64))); 78 } __attribute__ ((packed, aligned(16))); 173 } __attribute__ ((packed, aligned(8))); 291 } __attribute__ ((packed, aligned(8)));
|
| /arch/mips/include/uapi/asm/ |
| A D | ptrace.h | 48 } __attribute__ ((aligned (8))); 88 } __attribute__((aligned(8))); 95 } __attribute__((aligned(8)));
|
| /arch/sparc/lib/ |
| 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 …]
|
| /arch/x86/include/uapi/asm/ |
| A D | siginfo.h | 7 typedef long long __kernel_si_clock_t __attribute__((aligned(4))); 9 # define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
|
| A D | statfs.h | 10 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
|
| /arch/arm/lib/ |
| A D | bitops.h | 10 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
|
| /arch/arm/nwfpe/ |
| A D | fpa11.h | 52 } __attribute__ ((packed,aligned(4))) FPREG; 79 } __attribute__ ((packed,aligned(4))) FPA11;
|
| /arch/riscv/include/uapi/asm/ |
| A D | ptrace.h | 70 __u64 f[64] __attribute__((aligned(16))); 85 __u32 __padding[129] __attribute__((aligned(16)));
|
| /arch/sparc/include/asm/ |
| A D | processor_32.h | 41 unsigned long fork_kpsr __attribute__ ((aligned (8))); 45 unsigned long float_regs[32] __attribute__ ((aligned (8)));
|
| /arch/sh/lib/ |
| A D | __clear_user.S | 17 ! r4..(r4+31)&~32 -------- not aligned [ Area 0 ] 18 ! (r4+31)&~32..(r4+r5)&~32 -------- aligned [ Area 1 ] 19 ! (r4+r5)&~32..r4+r5 -------- not aligned [ Area 2 ]
|
| A D | memset-sh4.S | 24 bt/s 2f ! It's aligned 51 bt/s 11f ! dst is already aligned 60 11: ! dst is 32byte aligned
|
| /arch/sh/drivers/dma/ |
| A D | dma-g2.c | 27 } __attribute__ ((aligned(32))); 34 } __attribute__ ((aligned(16))); 43 } __attribute__ ((aligned(256)));
|
| /arch/s390/mm/ |
| A D | maccess.c | 30 unsigned long aligned, offset, count; in s390_kernel_write_odd() local 33 aligned = (unsigned long) dst & ~7UL; in s390_kernel_write_odd() 45 : "+&a" (aligned), "+&a" (count), "=m" (tmp) in s390_kernel_write_odd()
|
| /arch/alpha/lib/ |
| A D | memset.S | 53 beq $3,aligned /* .. E1 (note EV5 zero-latency forwarding) */ 71 aligned: label
|
| /arch/mips/sgi-ip22/ |
| A D | Platform | 6 # be aligned to a multiple of the kernel stack size or the handling of the 23 # be 16kb aligned or the handling of the current variable will break.
|
| /arch/arm/include/uapi/asm/ |
| A D | statfs.h | 10 #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4)))
|
| /arch/arm64/include/uapi/asm/ |
| A D | statfs.h | 20 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
|
| /arch/powerpc/include/uapi/asm/ |
| A D | types.h | 36 } __attribute__((aligned(16))) __vector128;
|