Searched refs:aligned (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c277 * all planes aligned, this means double the alignment for the
334 unsigned int aligned)
336 IA_CSS_ENTER_PRIVATE("info = %p, width = %d, height = %d, format = %d, aligned = %d",
337 info, width, height, format, aligned);
345 ia_css_frame_info_set_width(info, width, aligned);
330 ia_css_frame_info_init(struct ia_css_frame_info *info, unsigned int width, unsigned int height, enum ia_css_frame_format format, unsigned int aligned) argument
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c40 static volatile __u8 big_var[DAWR_MAX_LEN] __attribute__((aligned(512)));
45 __u8 a[A_LEN]; /* double word aligned */
48 static volatile struct gstruct gstruct __attribute__((aligned(512)));
50 static volatile char cwd[PATH_MAX] __attribute__((aligned(8)));
/linux-master/arch/parisc/mm/
H A Dinit.c42 pmd_t pmd0[PTRS_PER_PMD] __section(".data..vm0.pmd") __attribute__ ((aligned(PAGE_SIZE)));
45 pgd_t swapper_pg_dir[PTRS_PER_PGD] __section(".data..vm0.pgd") __attribute__ ((aligned(PAGE_SIZE)));
46 pte_t pg0[PT_INITIAL * PTRS_PER_PTE] __section(".data..vm0.pte") __attribute__ ((aligned(PAGE_SIZE)));
739 /* if correctly aligned and fits in double size, increase */
/linux-master/arch/sparc/kernel/
H A Dsignal_32.c40 unsigned long insns[2] __attribute__ ((aligned (8)));
44 } __attribute__((aligned(8)));
56 } __attribute__((aligned(8)));
63 * 16-byte aligned, therefore we can always enforce that the restore
217 * is not aligned properly, we'd like to take the signal cleanly
H A Dsysfs.c17 static DEFINE_PER_CPU(struct hv_mmu_statistics, mmu_stats) __attribute__((aligned(64)));
H A Dsun4d_smp.c279 } ccall_info __attribute__((aligned(8)));
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S121 # VMX need to write to 16 byte aligned addresses, skip STACK_FRAME_LOCAL(3,0)
/linux-master/drivers/usb/host/
H A Duhci-hcd.h185 } __attribute__((aligned(16)));
252 * the hardware words are 16-byte aligned, and we can have any amount of
272 } __attribute__((aligned(16)));
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c338 uint8_t zt_in[ZT_SIG_REG_BYTES] __attribute__((aligned(16)));
339 uint8_t zt_out[ZT_SIG_REG_BYTES] __attribute__((aligned(16)));
/linux-master/tools/net/ynl/lib/
H A Dynl-priv.h64 unsigned char data[] __attribute__((aligned(8)));
94 unsigned char data[] __attribute__((aligned(8)));
/linux-master/include/scsi/
H A Dscsi_device.h285 } __attribute__((aligned(sizeof(unsigned long))));
372 } __attribute__((aligned(sizeof(unsigned long))));
/linux-master/arch/alpha/include/asm/
H A Dcore_titan.h32 volatile unsigned long csr __attribute__((aligned(64)));
H A Dcore_tsunami.h31 volatile unsigned long csr __attribute__((aligned(64)));
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.h64 } __attribute__ ((packed,aligned(4))) floatx80;
/linux-master/lib/raid6/
H A Dsse2.c20 } raid6_sse_constants __attribute__((aligned(16))) = {
/linux-master/arch/arm/mm/
H A Dproc-sa110.S98 mcr p15, 0, r0, c15, c8, 2 @ Wait for interrupt, cache aligned
/linux-master/tools/include/linux/
H A Drbtree.h27 } __attribute__((aligned(sizeof(long))));
/linux-master/arch/arm/kernel/
H A Dhead-common.S33 * that the pointer be aligned, in the first 16k of physical RAM and
44 tst r2, #0x3 @ aligned?
/linux-master/arch/parisc/include/asm/
H A Dpdcpat.h356 } __attribute__((aligned(8))) ;
/linux-master/arch/alpha/boot/
H A Dbootpz.c284 * destination must be quadword aligned. Might this explain the
289 static char envval[256] __attribute__((aligned(8)));
/linux-master/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c15 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Drbtree.c20 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
/linux-master/drivers/s390/net/
H A Dlcs.h341 } __attribute__ ((aligned(8)));
/linux-master/drivers/s390/cio/
H A Dqdio.h219 } __attribute__ ((aligned(256)));
/linux-master/include/linux/
H A Ddynamic_debug.h59 } __attribute__((aligned(8)));

Completed in 348 milliseconds

1234567891011>>