Searched refs:aligned (Results 301 - 325 of 351) sorted by relevance

<<1112131415

/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) ));
H A Duli526x.c110 } __attribute__(( aligned(32) ));
116 } __attribute__(( aligned(32) ));
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S1382 ; 32-byte cachline aligned
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h461 * Make sure our embedded atomic variable is aligned. Otherwise we break atomic
475 * Note that this structure must be 128-byte aligned in size.
579 * Note that this structure must be 128-byte aligned in size.
861 } __packed __attribute((aligned(512)));
/linux-master/drivers/usb/host/
H A Disp1362.h225 } __attribute__ ((packed, aligned(2)));
683 /* not aligned */
/linux-master/drivers/ps3/
H A Dps3-vuart.c100 } __attribute__((aligned(32)));
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c67 } __attribute__ ((aligned (16)));
75 * This computes a quad word aligned pointer inside the vmx_reserve array
76 * element. For historical reasons sigcontext might not be quad word aligned,
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S52 ## assume buffers not aligned
H A Dsha256-avx-asm.S53 ## assume buffers not aligned
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c66 } __attribute__((aligned(8)));
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c119 u8 buffer[65536] __attribute__((aligned(4)));
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c54 static volatile char c[512 + 8] __attribute__((aligned(512)));
206 /* bp_addr can point anywhere but needs to be aligned */
/linux-master/drivers/video/fbdev/
H A Dffb.c362 u32 fg_cache __attribute__((aligned (8)));
/linux-master/drivers/input/mouse/
H A Dbcm5974.c182 /* trackpad finger data offsets, le16-aligned */
219 /* trackpad finger structure, le16-aligned */
234 } __attribute__((packed,aligned(2)));
291 /* trackpad finger block data, le16-aligned */
/linux-master/drivers/s390/block/
H A Ddasd_int.h725 } __attribute__ ((aligned(8)));
/linux-master/arch/sparc/kernel/
H A Dds.c843 static char full_boot_str[256] __attribute__((aligned(32)));
/linux-master/drivers/s390/char/
H A Dcon3215.c75 } __attribute__ ((aligned(8)));
/linux-master/net/rxrpc/
H A Dar-internal.h24 } __attribute__((aligned(8)));
/linux-master/arch/x86/events/
H A Dperf_event.h996 } __attribute__ ((packed, aligned (XSAVE_ALIGNMENT)));
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c354 __attribute__((aligned(PAGE_SIZE)))
726 * ??? NetBSD hints that page tables must be aligned to 32K,
727 * possibly due to a hardware bug. This is over-aligned
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.h560 } __attribute__((packed, aligned(4)));
/linux-master/arch/arm/mm/
H A Dproc-xscale.S55 * This must be aligned on a 2*CACHESIZE boundary. The code selects one of
156 @ *** cache line aligned ***
229 * - start - start address (may not be aligned)
230 * - end - end address (exclusive, may not be aligned)
328 * are not cache line aligned, those lines must be written

Completed in 326 milliseconds

<<1112131415