Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/nx/
Dnx-842-powernv.c36 #define WORKMEM_ALIGN (CRB_ALIGN) macro
51 char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */
52 } __packed __aligned(WORKMEM_ALIGN);
471 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx()
575 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_vas()
1018 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()