Home
last modified time | relevance | path

Searched refs:DDE_ALIGN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dicswx.h103 #define DDE_ALIGN DDE_SIZE macro
111 } __packed __aligned(DDE_ALIGN);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dicswx.h103 #define DDE_ALIGN DDE_SIZE macro
111 } __packed __aligned(DDE_ALIGN);
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h92 #define DDE_ALIGN DDE_SIZE macro
100 } __aligned(DDE_ALIGN);
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h92 #define DDE_ALIGN DDE_SIZE macro
100 } __aligned(DDE_ALIGN);
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-common-powernv.c34 struct data_descriptor_entry ddl_in[DDL_LEN_MAX]; /* DDE_ALIGN align */
35 struct data_descriptor_entry ddl_out[DDL_LEN_MAX]; /* DDE_ALIGN align */
1063 BUILD_BUG_ON(CRB_ALIGN % DDE_ALIGN); in nx_compress_powernv_init()
1064 BUILD_BUG_ON(CRB_SIZE % DDE_ALIGN); in nx_compress_powernv_init()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-common-powernv.c34 struct data_descriptor_entry ddl_in[DDL_LEN_MAX]; /* DDE_ALIGN align */
35 struct data_descriptor_entry ddl_out[DDL_LEN_MAX]; /* DDE_ALIGN align */
1060 BUILD_BUG_ON(CRB_ALIGN % DDE_ALIGN); in nx_compress_powernv_init()
1061 BUILD_BUG_ON(CRB_SIZE % DDE_ALIGN); in nx_compress_powernv_init()

Completed in 6 milliseconds