mirror_zfs/module/icp
Brian Behlendorf 33a19e0fd9
Fix kernel unaligned access on sparc64
Update the SA_COPY_DATA macro to check if architecture supports
efficient unaligned memory accesses at compile time.  Otherwise
fallback to using the sa_copy_data() function.

The kernel provided CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is
used to determine availability in kernel space.  In user space
the x86_64, x86, powerpc, and sometimes arm architectures will
define the HAVE_EFFICIENT_UNALIGNED_ACCESS macro.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #7642 
Closes #7684
2018-07-11 13:10:40 -07:00
..
algs Fix kernel unaligned access on sparc64 2018-07-11 13:10:40 -07:00
api Update build system and packaging 2018-05-29 16:00:33 -07:00
asm-x86_64 Change movaps to movups in AES-NI code 2018-01-31 15:17:56 -08:00
core Native Encryption for ZFS on Linux 2017-08-14 10:36:48 -07:00
include [icp] fpu and asm cleanup for linux 2017-03-07 12:59:31 -08:00
io Update build system and packaging 2018-05-29 16:00:33 -07:00
os Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT 2017-11-28 17:33:48 -06:00
spi Allow longer SPA names in stats 2017-08-11 08:56:24 -07:00
illumos-crypto.c Update build system and packaging 2018-05-29 16:00:33 -07:00
Makefile.in Change movaps to movups in AES-NI code 2018-01-31 15:17:56 -08:00