crypto: x86 - exit fpu context earlier in ECB/CBC macros
authorPeter Lafreniere <peter@n8pjl.ca>
Sat, 21 Jan 2023 18:34:50 +0000 (13:34 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Feb 2023 04:54:54 +0000 (12:54 +0800)
commit8a1955f95883cc0cb35b74f0cf58a283680323ac
tree973e116e95cba6cd9c56fdf89db236be88ce42e5
parent42a9a08b9aa69134981d1564f95eb06c0469eff3
crypto: x86 - exit fpu context earlier in ECB/CBC macros

Currently the ecb/cbc macros hold fpu context unnecessarily when using
scalar cipher routines (e.g. when handling odd sizes of blocks per walk).

Change the macros to drop fpu context as soon as the fpu is out of use.

No performance impact found (on Intel Haswell).

Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/ecb_cbc_helpers.h