WORKMEM_ALIGN 40 drivers/crypto/nx/nx-842-powernv.c char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */ WORKMEM_ALIGN 41 drivers/crypto/nx/nx-842-powernv.c } __packed __aligned(WORKMEM_ALIGN); WORKMEM_ALIGN 460 drivers/crypto/nx/nx-842-powernv.c wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); WORKMEM_ALIGN 564 drivers/crypto/nx/nx-842-powernv.c wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); WORKMEM_ALIGN 1011 drivers/crypto/nx/nx-842-powernv.c BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); WORKMEM_ALIGN 72 drivers/crypto/nx/nx-842-pseries.c char padding[WORKMEM_ALIGN]; WORKMEM_ALIGN 73 drivers/crypto/nx/nx-842-pseries.c } __aligned(WORKMEM_ALIGN); WORKMEM_ALIGN 312 drivers/crypto/nx/nx-842-pseries.c workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); WORKMEM_ALIGN 442 drivers/crypto/nx/nx-842-pseries.c workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN);