Searched refs:WORKMEM_ALIGN (Results 1 – 2 of 2) sorted by relevance
36 #define WORKMEM_ALIGN (CRB_ALIGN) macro51 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()
76 #define WORKMEM_ALIGN (256) macro85 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()