Searched refs:DDE_BUFFER_ALIGN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 128 if (!IS_ALIGNED(pa, DDE_BUFFER_ALIGN)) { in setup_ddl() 130 in ? "input" : "output", pa, DDE_BUFFER_ALIGN); in setup_ddl() 135 * DDE_BUFFER_ALIGN aligned, and that is a multiple of in setup_ddl() 1022 .alignment = DDE_BUFFER_ALIGN, 1066 BUILD_BUG_ON(PAGE_SIZE % DDE_BUFFER_ALIGN); in nx_compress_powernv_init() 1067 BUILD_BUG_ON(DDE_BUFFER_ALIGN % DDE_BUFFER_SIZE_MULT); in nx_compress_powernv_init()
|
H A D | nx-842.h | 23 #define DDE_BUFFER_ALIGN (128) macro
|
H A D | nx-842-pseries.c | 23 .alignment = DDE_BUFFER_ALIGN,
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 128 if (!IS_ALIGNED(pa, DDE_BUFFER_ALIGN)) { in setup_ddl() 130 in ? "input" : "output", pa, DDE_BUFFER_ALIGN); in setup_ddl() 135 * DDE_BUFFER_ALIGN aligned, and that is a multiple of in setup_ddl() 1019 .alignment = DDE_BUFFER_ALIGN, 1063 BUILD_BUG_ON(PAGE_SIZE % DDE_BUFFER_ALIGN); in nx_compress_powernv_init() 1064 BUILD_BUG_ON(DDE_BUFFER_ALIGN % DDE_BUFFER_SIZE_MULT); in nx_compress_powernv_init()
|
H A D | nx-842.h | 23 #define DDE_BUFFER_ALIGN (128) macro
|
H A D | nx-common-pseries.c | 48 .alignment = DDE_BUFFER_ALIGN,
|
Completed in 8 milliseconds