Searched refs:aligned (Results 101 - 125 of 347) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list.h50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Dbpf_iter.h105 uid_t uid __attribute__((aligned(8)));
106 int bucket __attribute__((aligned(8)));
/linux-master/tools/include/linux/
H A Dtypes.h86 # define __aligned_u64 __u64 __attribute__((aligned(8)))
/linux-master/arch/x86/boot/
H A Dpm.c69 static const u64 boot_gdt[] __attribute__((aligned(16))) = {
/linux-master/arch/s390/crypto/
H A Dcrc32-vx.c39 * is used. Note that the message buffer is aligned to improve fetch
47 unsigned long prealign, aligned, remaining; \
61 aligned = datalen & ~VX_ALIGN_MASK; \
65 crc = ___crc32_vx(crc, data, aligned); \
69 crc = ___crc32_sw(crc, data + aligned, remaining); \
/linux-master/arch/s390/include/asm/
H A Dfcx.h57 } __attribute__ ((packed, aligned(64)));
78 } __attribute__ ((packed, aligned(16)));
173 } __attribute__ ((packed, aligned(8)));
291 } __attribute__ ((packed, aligned(8)));
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h75 /* Make sure the areg field is 16 bytes aligned. */
76 int align[0] __attribute__ ((aligned(16)));
/linux-master/include/uapi/linux/
H A Dtcp.h393 } __attribute__((aligned(8)));
409 } __attribute__((aligned(8)));
427 } __attribute__((aligned(8)));
460 } __attribute__((aligned(8)));
467 } __attribute__((aligned(8)));
H A Dcn_proc.h92 __u64 __attribute__((aligned(8))) timestamp_ns;
/linux-master/drivers/dma/
H A Ddmatest.c223 u8 **aligned; member in struct:dmatest_data
520 kfree(d->aligned);
538 d->aligned = kcalloc(d->cnt + 1, sizeof(u8 *), GFP_KERNEL);
539 if (!d->aligned)
549 d->aligned[i] = PTR_ALIGN(d->raw[i], align);
551 d->aligned[i] = d->raw[i];
740 dmatest_init_srcs(src->aligned, src->off, len,
742 dmatest_init_dsts(dst->aligned, dst->off, len,
760 void *buf = src->aligned[i];
778 void *buf = dst->aligned[
[all...]
/linux-master/arch/sh/lib/
H A Dmemset.S26 bt/s 2f ! It's aligned
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h151 } __attribute__ ((aligned(1024),packed)) uioc_t;
194 } __attribute__ ((aligned(256), packed)) mraid_hba_info_t;
/linux-master/arch/arc/lib/
H A Dmemcpy-archs.S60 ;;; CASE 0: Both source and destination are 32bit aligned
105 ;; Both src and dst are aligned
143 ;; Both src and dst are aligned
183 ;; Both src and dst are aligned
H A Dmemset.S30 .Laligned: ; This code address should be aligned for speed.
/linux-master/drivers/scsi/
H A Dzalon.c60 static u8 iodc_data[32] __attribute__ ((aligned (64)));
61 static unsigned long pdc_result[32] __attribute__ ((aligned (16))) ={0,0,0,0};
/linux-master/include/asm-generic/
H A Dcompat.h66 typedef s64 __attribute__((aligned(4))) compat_s64;
67 typedef u64 __attribute__((aligned(4))) compat_u64;
/linux-master/samples/acrn/
H A Dvm-sample.c26 static char io_request_page[4096] __attribute__((aligned(4096)));
51 struct acrn_ioreq_notify __attribute__((aligned(8))) notify;
/linux-master/arch/xtensa/lib/
H A Dstrncpy_user.S60 bbsi.l a3, 0, .Lsrc1mod2 # if only 8-bit aligned
61 bbsi.l a3, 1, .Lsrc2mod4 # if only 16-bit aligned
62 .Lsrcaligned: # return here when src is word-aligned
76 bbci.l a3, 1, .Lsrcaligned # if src is now word-aligned
98 * dst is word-aligned, src is word-aligned
H A Dstrnlen_user.S56 bbsi.l a2, 0, .L1mod2 # if only 8-bit aligned
57 bbsi.l a2, 1, .L2mod4 # if only 16-bit aligned
60 * String is word-aligned.
123 bbci.l a4, 1, .Laligned # if string pointer is now word-aligned
126 addi a4, a4, 2 # advance ptr for aligned access
/linux-master/arch/sparc/include/asm/
H A Dmmu_64.h69 } __attribute__((aligned(TSB_ENTRY_ALIGNMENT)));
/linux-master/tools/testing/selftests/nsfs/
H A Dpidns.c27 #define __stack_aligned__ __attribute__((aligned(16)))
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c125 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
/linux-master/include/net/phonet/
H A Dpep.h36 u8 aligned; member in struct:pep_sock
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dvm_basic_types.h82 typedef __attribute__((aligned(32))) struct MKSGuestStatInfoEntry {
/linux-master/tools/testing/selftests/bpf/
H A Dbench.h64 } __attribute__((aligned(128)));

Completed in 548 milliseconds

1234567891011>>