Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/nx/
Dnx-842-powernv.c32 #define WORKMEM_ALIGN (CRB_ALIGN) macro
44 char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */
45 } __packed __aligned(WORKMEM_ALIGN);
399 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_powernv_function()
612 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx842_powernv_init()
Dnx-842-pseries.c76 #define WORKMEM_ALIGN (256) macro
85 char padding[WORKMEM_ALIGN];
86 } __aligned(WORKMEM_ALIGN);
326 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress()
457 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()