Searched refs:aligned (Results 226 - 250 of 347) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S9 * - memory accessed as aligned quadwords only
40 mov zero, t6 # E : t6 is last match aligned addr
H A Dmemchr.S22 - memory accessed as aligned quadwords only
104 # searched. $16 may not be aligned.
H A Dev6-memchr.S9 * - memory accessed as aligned quadwords only
124 # searched. $16 may not be aligned.
/linux-master/arch/sparc/lib/
H A Dmemset.S125 andcc %o1, 0xffffff80, %o3 ! Now everything is 8 aligned and o1 is len to run
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_gem.c809 int aligned = width; local
826 aligned += pitch_mask;
827 aligned &= ~pitch_mask;
828 return aligned * cpp;
/linux-master/lib/raid6/
H A Dalgos.c22 const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(256)));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h90 u8 slot_nr, u16 pbn, u16 aligned);
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h255 } __attribute__((aligned(32)));
273 * 8 bytes aligned, but u64 member is
H A Dspider_net.h381 } __attribute__((aligned(32)));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_fail.c12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Dcore_reloc_types.h6 #define __bpf_aligned __attribute__((aligned(8)))
188 } b __attribute__((aligned(16)));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c919 int aligned = width; local
935 aligned += pitch_mask;
936 aligned &= ~pitch_mask;
937 return aligned * cpp;
/linux-master/include/net/iucv/
H A Diucv.h82 } __attribute__ ((aligned (8)));
/linux-master/drivers/usb/class/
H A Dusbtmc.c1150 u32 this_part, aligned; local
1201 aligned = (this_part + 3) & ~3;
1204 (unsigned int)aligned,
1209 urb->transfer_buffer, aligned,
1519 u32 transfersize, aligned, buflen; local
1583 aligned = buflen;
1585 aligned = (transfersize + (USBTMC_HEADER_SIZE + 3)) & ~3;
1595 (unsigned int)transfersize, (unsigned int)aligned);
1598 16, 1, buffer, aligned, true);
1602 urb->transfer_buffer, aligned,
[all...]
/linux-master/tools/testing/selftests/rseq/
H A Dparam_test.c337 } __attribute__((aligned(128)));
345 } __attribute__((aligned(128)));
375 } __attribute__((aligned(128)));
391 } __attribute__((aligned(128)));
408 } __attribute__((aligned(128)));
/linux-master/net/iucv/
H A Diucv.c198 } __attribute__ ((packed,aligned(8)));
216 } __attribute__ ((packed,aligned(8)));
236 } __attribute__ ((packed,aligned(8)));
252 } __attribute__ ((packed,aligned(8)));
262 } __attribute__ ((packed,aligned(8)));
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.h657 __attribute__ ((aligned (SMP_CACHE_BYTES)));
692 __attribute__ ((aligned (SMP_CACHE_BYTES)));
/linux-master/include/scsi/
H A Dscsi_transport_fc.h245 } __attribute__((aligned(sizeof(unsigned long))));
386 } __attribute__((aligned(sizeof(unsigned long))));
/linux-master/drivers/crypto/
H A Domap-sham.c131 #define OMAP_ALIGNED __attribute__((aligned(sizeof(u32))))
728 bool aligned = true; local
768 aligned = false;
781 aligned = false;
788 aligned = false;
793 aligned = false;
818 aligned = false;
821 if (!aligned)
/linux-master/arch/sh/lib/
H A Dmovmem.S52 movmem_done: ! share slot insn, works out aligned.
/linux-master/arch/powerpc/include/asm/
H A Dfsl_hcalls.h338 * This structure must be aligned on 32-byte boundary, so that no single
346 } __attribute__ ((aligned(32)));
/linux-master/arch/arm/lib/
H A Ddiv64.S60 @ The aligned divisor is stored in yl preserving the original.
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S107 @ --- aligned to a cache line
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx.h89 #define CVMX_CACHE_LINE_ALIGNED __attribute__ ((aligned(CVMX_CACHE_LINE_SIZE)))
/linux-master/include/uapi/linux/
H A Dacrn.h161 } __attribute__((aligned(256)));

Completed in 445 milliseconds

1234567891011>>