Searched refs:aligned (Results 276 - 300 of 347) sorted by relevance

<<11121314

/linux-master/arch/arm64/kernel/
H A Dhead.S41 #error PAGE_OFFSET must be at least 2MB aligned
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c56 # define __aligned_tpacket __attribute__((aligned(TPACKET_ALIGNMENT)))
60 # define __align_tpacket(x) __attribute__((aligned(TPACKET_ALIGN(x))))
/linux-master/arch/sparc/kernel/
H A Dsignal32.c55 } __attribute__((aligned(8)));
69 } __attribute__((aligned(8)));
72 * 16-byte aligned, therefore we can always enforce that the restore
280 * is not aligned properly, we'd like to take the signal cleanly
H A Dunaligned_64.c500 u32 data[4] __attribute__ ((aligned(8)));
H A Dprom_irqtrans.c357 __attribute__ ((aligned (64)));
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S105 /* The common case is to get called with a nicely aligned
158 /* This aligned version executes typically in 8.5 superscalar cycles, this
321 andcc %o1, 4, %g0 ! dest aligned on 4 or 8 byte boundary?
322 be ccdbl + 4 ! 8 byte aligned, kick ass
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c224 * ignored - i.e. the hardware will always do aligned 8-byte reads as if
298 int aligned, count; local
301 aligned = ((unsigned long)data & 0x7) == 0;
320 } else if (aligned) {
741 /* aligned */
747 /* not aligned */
2078 * We expect the field to be byte aligned and whole byte
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c814 bool aligned = true; local
825 pr_warn("Kernel not 16M aligned, disabling 16M linear map alignment\n");
826 aligned = false;
829 if (mmu_psize_defs[MMU_PAGE_16M].shift && aligned)
1169 * tce_alloc_start/end are 16MB aligned so the mapping should work
/linux-master/arch/alpha/lib/
H A Dstxncpy.S42 aligned copy in its own procedure descriptor */
121 /* Are source and destination co-aligned? */
133 /* We are co-aligned; take care of a partial first word. */
143 /* The source and destination are not co-aligned. Align the destination
162 or t1, t4, t1 # e1 : first aligned src word complete
193 the loop is structured to detect zeros in aligned source words.
H A Dev6-stxncpy.S52 aligned copy in its own procedure descriptor */
153 /* Are source and destination co-aligned? */
166 /* We are co-aligned; take care of a partial first word. */
182 /* The source and destination are not co-aligned. Align the destination
202 or t1, t4, t1 # E : first aligned src word complete (stall)
235 the loop is structured to detect zeros in aligned source words.
/linux-master/arch/arm/kernel/
H A Dphys2virt.S24 * 2 MiB aligned.
42 teq r3, r0, lsl #21 @ must be 2 MiB aligned
/linux-master/drivers/usb/host/
H A Disp116x.h183 } __attribute__ ((packed, aligned(2)));
/linux-master/arch/powerpc/platforms/ps3/
H A Dinterrupt.c78 struct ps3_bmp bmp __attribute__ ((aligned (PS3_BMP_MINALIGN)));
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c331 ether_addr_copy(mac, (u8 *)mac_address.aligned.mac_address);
/linux-master/net/tipc/
H A Dcrypto.c748 /* Make sure message len at least 4-byte aligned */
1166 /* if (pos): ok with replacing, will be aligned when needed */
1238 * @new_pending: new pending slot if aligned (= TX key from peer)
1246 * Return: "true" if key is successfully aligned, otherwise "false"
1252 bool aligned = false; local
1259 aligned = true;
1288 aligned = true;
1294 return aligned;
1794 * Note: RX key(s) can be re-aligned, or in case of no key suitable, TX
/linux-master/include/linux/usb/
H A Dhcd.h220 __attribute__ ((aligned(sizeof(s64))));
/linux-master/include/net/
H A Dbonding.h39 #define __long_aligned __attribute__((aligned((sizeof(long)))))
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c120 } __attribute__((packed, aligned(8)));
/linux-master/drivers/gpu/drm/xe/
H A DMakefile17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
/linux-master/drivers/gpu/drm/i915/
H A DMakefile17 subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
/linux-master/drivers/xen/
H A Dpvcalls-front.c74 * Socket status, needs to be 64-bit aligned due to the
80 uint8_t status __attribute__((aligned(8)));
85 * flags needs to be 64-bit aligned due to the test_and_*
91 uint8_t flags __attribute__((aligned(8)));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) argument
125 nvkm_mask(device, 0x61658c + hoff, 0xffffffff, (aligned << 16) | pbn);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1008 u32 aligned = remaining_pixels / 12; local
1011 x_off = aligned * 16 + last_bits;
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S409 add.l %d3, %d6 # aligned with 3rd word of dividend
413 swap %d3 # aligned with 2nd word of dividend
/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c190 } __attribute__(( aligned(32) ));
196 } __attribute__(( aligned(32) ));

Completed in 305 milliseconds

<<11121314