Searched refs:WORKMEM_ALIGN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 27 #define WORKMEM_ALIGN (CRB_ALIGN) macro 40 char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */ 41 } __packed __aligned(WORKMEM_ALIGN); 467 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx() 571 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_vas() 1062 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx_compress_powernv_init()
|
H A D | nx-842-pseries.c | 63 #define WORKMEM_ALIGN (256) macro 72 char padding[WORKMEM_ALIGN]; 73 } __aligned(WORKMEM_ALIGN); 312 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress() 442 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 27 #define WORKMEM_ALIGN (CRB_ALIGN) macro 40 char padding[WORKMEM_ALIGN]; /* unused, to allow alignment */ 41 } __packed __aligned(WORKMEM_ALIGN); 464 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_icswx() 568 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN); in nx842_exec_vas() 1059 BUILD_BUG_ON(WORKMEM_ALIGN % CRB_ALIGN); in nx_compress_powernv_init()
|
H A D | nx-common-pseries.c | 88 #define WORKMEM_ALIGN (256) macro 97 char padding[WORKMEM_ALIGN]; 98 } __aligned(WORKMEM_ALIGN); 339 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_compress() 469 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN); in nx842_pseries_decompress()
|
Completed in 6 milliseconds