Searched refs:__aligned (Results 1 - 25 of 739) sorted by relevance

1234567891011>>

/linux-master/arch/hexagon/include/asm/
H A Dcache.h17 #define __cacheline_aligned __aligned(L1_CACHE_BYTES)
18 #define ____cacheline_aligned __aligned(L1_CACHE_BYTES)
/linux-master/arch/hexagon/include/uapi/asm/
H A Dsigcontext.h32 } __aligned(8);
/linux-master/arch/s390/boot/
H A Dsclp_early_core.c6 static char __sclp_early_sccb[EXT_SCCB_READ_SCP] __aligned(PAGE_SIZE);
/linux-master/lib/crypto/
H A Dcurve25519-generic.c15 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 };
16 const u8 curve25519_base_point[CURVE25519_KEY_SIZE] __aligned(32) = { 9 };
/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h14 #ifndef __aligned
15 #define __aligned(x) __attribute__((aligned(x))) macro
/linux-master/fs/bcachefs/
H A Dreflink_format.h18 } __packed __aligned(8);
25 } __packed __aligned(8);
H A Dxattr_format.h17 } __packed __aligned(8);
H A Ddirent_format.h35 } __packed __aligned(8);
H A Dquota_format.h28 } __packed __aligned(8);
45 } __packed __aligned(8);
H A Dnocow_locking_types.h13 } __aligned(SMP_CACHE_BYTES);
/linux-master/include/sound/sof/
H A Dtopology.h63 } __packed __aligned(4);
102 } __packed __aligned(4);
115 } __packed __aligned(4);
124 } __packed __aligned(4);
134 } __packed __aligned(4);
140 } __packed __aligned(4);
161 } __packed __aligned(4);
171 } __packed __aligned(4);
197 } __packed __aligned(4);
203 } __packed __aligned(
[all...]
/linux-master/include/net/
H A Dcompat.h61 __aligned(4);
67 __aligned(4);
69 __aligned(4);
77 __aligned(4);
81 __aligned(4);
86 __aligned(4);
90 __aligned(4);
/linux-master/arch/s390/include/asm/
H A Dfpu-types.h16 __vector128 vxrs[__NUM_VXRS] __aligned(8);
26 __vector128 vxrs[] __aligned(8);
32 __vector128 vxrs[vxr_size] __aligned(8); \
H A Dtpi.h20 } __packed __aligned(4);
33 } __packed __aligned(4);
/linux-master/include/linux/
H A Dif_rmnet.h14 } __aligned(1);
31 } __aligned(1);
41 } __aligned(1);
57 } __aligned(1);
/linux-master/tools/virtio/linux/
H A Dcompiler.h12 #define __aligned(x) __attribute((__aligned__(x))) macro
/linux-master/arch/x86/include/asm/
H A Dorc_header.h16 __used __section(".orc_header") __aligned(4) \
/linux-master/arch/loongarch/include/asm/
H A Dorc_header.h15 __used __section(".orc_header") __aligned(4) \
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes_ctx.h71 uint32_t ib[256] __aligned(256);
75 } __aligned(PAGE_SIZE) gfx[AMDGPU_MES_CTX_MAX_GFX_RINGS];
85 uint32_t ib[256] __aligned(256);
89 } __aligned(PAGE_SIZE) compute[AMDGPU_MES_CTX_MAX_COMPUTE_RINGS];
100 uint32_t ib[256] __aligned(256);
104 } __aligned(PAGE_SIZE) sdma[AMDGPU_MES_CTX_MAX_SDMA_RINGS];
/linux-master/sound/soc/sof/
H A Dipc4-fw-reg.h29 } __packed __aligned(4);
43 } __packed __aligned(4);
57 } __packed __aligned(4);
69 } __packed __aligned(4);
79 } __packed __aligned(4);
153 } __packed __aligned(4);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h80 } __aligned(8);
91 } __aligned(8);
100 u32 data __aligned(8);
103 } __aligned(8);
206 } __aligned(8);
221 } __aligned(8);
264 u32 fw_stats_buf[ROGUE_FWIF_STATS_FRAMEWORK_MAX] __aligned(8);
272 } __aligned(8);
295 } __aligned(8);
388 } __aligned(
[all...]
/linux-master/tools/testing/memblock/linux/
H A Dinit.h25 __aligned(1) = str; \
28 __aligned(__alignof__(struct obs_kernel_param)) = \
/linux-master/include/linux/greybus/
H A Dgreybus_id.h19 kernel_ulong_t driver_info __aligned(sizeof(kernel_ulong_t));
/linux-master/drivers/iio/light/
H A Dst_uvis25.h33 s64 ts __aligned(8);
/linux-master/arch/arc/include/asm/
H A Dpgtable.h27 extern pgd_t swapper_pg_dir[] __aligned(PAGE_SIZE);

Completed in 310 milliseconds

1234567891011>>