Home
last modified time | relevance | path

Searched refs:CRB_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h106 #define CRB_ALIGN (0x100) /* Errata: requires 256 alignment */ macro
133 } __aligned(CRB_ALIGN);
/linux/arch/powerpc/include/asm/
H A Dicswx.h128 #define CRB_ALIGN (0x100) /* Errata: requires 256 alignment */ macro
/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c27 #define WORKMEM_ALIGN (CRB_ALIGN)
1059 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx_compress_powernv_init()
1060 BUILD_BUG_ON(CRB_ALIGN % DDE_ALIGN); in nx_compress_powernv_init()