Home
last modified time | relevance | path

Searched refs:WORKMEM_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c27 #define WORKMEM_ALIGN (CRB_ALIGN) macro
40 char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */
41 } __packed __aligned(WORKMEM_ALIGN);
464 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx()
568 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_vas()
1059 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx_compress_powernv_init()
H A Dnx-common-pseries.c88 #define WORKMEM_ALIGN (256) macro
97 char padding[WORKMEM_ALIGN];
98 } __aligned(WORKMEM_ALIGN);
339 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress()
469 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()