Searched refs:aligned (Results 251 - 275 of 347) sorted by relevance

<<11121314

/linux-master/drivers/bluetooth/
H A Dbtsdio.c115 u8 hdr[4] __attribute__ ((aligned(4)));
/linux-master/drivers/s390/char/
H A Dsclp.h156 } __attribute__((packed, aligned(PAGE_SIZE)));
/linux-master/arch/s390/include/uapi/asm/
H A Dptrace.h275 } __attribute__ ((aligned(8))) psw_t;
/linux-master/net/netfilter/
H A Dnft_inner.c34 } __attribute__((aligned(__alignof__(u64))));
/linux-master/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c63 static char payload[IP_MAXPACKET] __attribute__((aligned(4096)));
/linux-master/arch/x86/include/asm/
H A Ddesc.h46 } __attribute__((aligned(PAGE_SIZE)));
/linux-master/drivers/parisc/
H A Dled.c53 lcd_cmd_reg_addr needs to be 64bit aligned on 64bit PA2.0-machines */
78 lcd_info __attribute__((aligned(8))) =
/linux-master/arch/sparc/kernel/
H A Dleon_smp.c370 } ccall_info __attribute__((aligned(8)));
/linux-master/include/scsi/
H A Dscsi_host.h717 * We should ensure that this is aligned, both for better performance
722 __attribute__ ((aligned (sizeof(unsigned long))));
/linux-master/lib/zstd/compress/
H A Dhuf_compress.c60 BYTE* const aligned = (BYTE*)workspace + add; local
65 assert(((size_t)aligned & mask) == 0);
67 return aligned;
596 * `workSpace` must be aligned on 4-bytes boundaries, and be at least as large as sizeof(HUF_buildCTable_wksp_tables).
1172 * `workSpace_align4` must be aligned on 4-bytes boundaries,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h275 } __attribute__ ((aligned(64)));
339 } __attribute__ ((aligned(64)));
410 } __attribute__ ((aligned(16)));
824 /* MUST BE 64-bit aligned.
853 /* MUST BE 64-bit aligned.
/linux-master/tools/testing/selftests/x86/
H A Dsigreturn.c89 /* An aligned stack accessible through some of our segments. */
90 static unsigned char stack16[65536] __attribute__((aligned(4096)));
93 * An aligned int3 instruction used as a trampoline. Some of the tests
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h79 struct mac_address_s aligned; member in struct:mac_address_aligned_s
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h293 } __attribute__ ((aligned(16)));
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S286 ! Should be aligned page boundary.
/linux-master/include/net/
H A Dudp.h63 } __attribute__((aligned(2 * sizeof(long))));
/linux-master/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr.c40 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
/linux-master/arch/arc/kernel/
H A Dentry-compact.S271 ;========== (6b) Non aligned access ============
/linux-master/drivers/crypto/
H A Ds5p-sss.c1126 * Check two conditions: (1) if buffers in sg have len aligned data, and (2)
1127 * sg table have good aligned elements (list_ok). If one of this checks fails,
1140 bool aligned = true, list_ok = true; local
1154 aligned = false;
1159 aligned = false;
1175 if (!aligned)
1181 * Have aligned data from previous operation and/or current
1182 * Note: will enter here only if (digest or finup) and aligned
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h885 /* aligned argument of sh_css_frame_info_set_width can be used for an extra alignment requirement.
890 unsigned int aligned);
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c168 bool aligned = (nbytes_past_boundary == 0); local
180 if (args->new_psi_section && !aligned) {
193 aligned = (nbytes_past_boundary == 0);
195 if (aligned) {
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S111 je .Lproc_block # Skip if aligned
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile53 $(call cc-option, -Wpacked-not-aligned)
/linux-master/tools/testing/selftests/arm64/abi/
H A Dhwcap.c121 u64 __attribute__ ((aligned (16))) mem[2] = { 10, 20 };
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c262 static u8 data[5] __attribute__((aligned(4))) = {1, 2, 3, 4, 5};

Completed in 444 milliseconds

<<11121314