Searched refs:aligned (Results 76 - 100 of 347) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame.h34 * @param[in] aligned The aligned to be set to info
58 * @param[in] aligned The aligned to be set to info
65 unsigned int aligned);
/linux-master/arch/alpha/lib/
H A Dstrlen.S8 * - memory accessed as aligned quadwords only
39 found: blbs $2, done # make aligned case fast
/linux-master/arch/loongarch/include/uapi/asm/
H A Dptrace.h41 } __attribute__((aligned(8)));
/linux-master/include/uapi/linux/
H A Dcan.h133 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8)));
179 __u8 data[CANFD_MAX_DLEN] __attribute__((aligned(8)));
H A Dpps.h64 } __attribute__((packed, aligned(4)));
H A Dnet_dropmon.h27 __u64 data __attribute__((aligned(8)));
/linux-master/arch/sh/lib/
H A D__clear_user.S17 ! 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 ]
H A Dmemset-sh4.S24 bt/s 2f ! It's aligned
51 bt/s 11f ! dst is already aligned
60 11: ! dst is 32byte aligned
/linux-master/arch/xtensa/lib/
H A Dusercopy.S30 * If the destination and source are both aligned,
33 * If destination is aligned and source unaligned,
38 * case of aligned destinations (except for the branches to
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
138 * Destination and source are word-aligned
[all...]
/linux-master/arch/sh/drivers/dma/
H A Ddma-g2.c21 unsigned long size; /* Size (in bytes), 32-byte aligned */
27 } __attribute__ ((aligned(32)));
34 } __attribute__ ((aligned(16)));
43 } __attribute__ ((aligned(256)));
/linux-master/arch/s390/mm/
H A Dmaccess.c29 unsigned long aligned, offset, count; local
32 aligned = (unsigned long) dst & ~7UL;
44 : "+&a" (aligned), "+&a" (count), "=m" (tmp)
/linux-master/sound/soc/fsl/
H A Dfsl_dma.h99 * Descriptor. Each object must be aligned on a 32-byte boundary. Each
108 } __attribute__ ((aligned(32), packed));
114 * must be aligned on a 32-byte boundary.
124 } __attribute__ ((aligned(32), packed));
/linux-master/drivers/net/ethernet/faraday/
H A Dftmac100.h122 * Transmit descriptor, aligned to 16 bytes
129 } __attribute__ ((aligned(16)));
143 * Receive descriptor, aligned to 16 bytes
150 } __attribute__ ((aligned(16)));
/linux-master/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c163 bool aligned = true, multiple = true; local
168 aligned = false;
175 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_SIZE ||
185 if (!aligned) {
235 bool aligned = true, multiple = true; local
240 aligned = false;
247 if ((!aligned && (host->sg_len > 1 || sg->length > PAGE_SIZE ||
257 if (!aligned) {
/linux-master/drivers/s390/cio/
H A Dcio.h71 } __attribute__ ((packed,aligned(4)));
111 } __attribute__ ((aligned(8)));
/linux-master/drivers/scsi/
H A Dpmcraid.h203 } __attribute__((packed, aligned(PMCRAID_IOADL_ALIGNMENT)));
280 } __attribute__((packed, aligned(4)));
302 } __attribute__((packed, aligned(4)));
319 } __attribute__((packed, aligned(4)));
372 } __attribute__((packed, aligned(4)));
391 } __attribute__ ((packed, aligned(4)));
404 } __attribute__((packed, aligned(4)));
412 } __attribute__((packed, aligned(4)));
420 } __attribute__((packed, aligned(4)));
425 } __attribute__((packed, aligned(
[all...]
/linux-master/include/xen/arm/
H A Dinterface.h13 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspu_utils.h36 * Declare storage for 8-byte aligned DMA list.
38 struct dma_list_elem dma_list[15] __attribute__ ((aligned(8)));
/linux-master/include/linux/
H A Dklist.h23 } __attribute__ ((aligned (sizeof(void *))));
/linux-master/include/uapi/rdma/
H A Dib_user_mad.h162 * the same, we need the method_mask[] array to be aligned only to 4
166 typedef unsigned long __attribute__((aligned(4))) packed_ulong;
/linux-master/drivers/char/tpm/
H A Dtpm_ibmvtpm.h23 } __attribute__((packed, aligned(8)));
/linux-master/arch/xtensa/include/asm/
H A Dkmem_layout.h64 #error XCHAL_KSEG_PADDR is not properly aligned to XCHAL_KSEG_ALIGNMENT
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c21 long long in4 __attribute__((aligned(64))) = 0;
H A Drbtree_btf_fail__add_wrong_type.c33 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dbtf_dump_test_case_padding.c63 int b __attribute__((aligned(32)));

Completed in 392 milliseconds

1234567891011>>