/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_impl.c | 59 kfpu_end(); in blake3_compress_in_place_sse2() 68 kfpu_end(); in blake3_compress_xof_sse2() 78 kfpu_end(); in blake3_hash_many_sse2() 123 kfpu_end(); in blake3_compress_in_place_sse41() 132 kfpu_end(); in blake3_compress_xof_sse41() 142 kfpu_end(); in blake3_hash_many_sse41() 179 kfpu_end(); in blake3_hash_many_avx2() 219 kfpu_end(); in blake3_compress_in_place_avx512() 228 kfpu_end(); in blake3_compress_xof_avx512() 238 kfpu_end(); in blake3_hash_many_avx512()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl_aesni.c | 61 kfpu_end(); in aes_aesni_generate() 84 kfpu_end(); in aes_aesni_encrypt() 107 kfpu_end(); in aes_aesni_decrypt()
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_arm.h | 59 #define kfpu_end() kernel_neon_end() macro 63 #define kfpu_end() do {} while (0) macro
|
H A D | simd_aarch64.h | 67 #define kfpu_end() kernel_neon_end() macro 71 #define kfpu_end() do {} while (0) macro
|
H A D | simd_x86.h | 115 #define kfpu_end() \ macro 123 #define kfpu_end() kernel_fpu_end() macro 383 kfpu_end(void) in kfpu_end() function
|
H A D | simd.h | 43 #define kfpu_end() do {} while (0) macro
|
H A D | simd_powerpc.h | 91 #define kfpu_end() \ macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_aarch64.h | 57 #define kfpu_end() do {} while (0) macro 67 #define kfpu_end() do { \ macro
|
H A D | simd_arm.h | 52 #define kfpu_end() do {} while (0) macro
|
H A D | simd.h | 48 #define kfpu_end() do {} while (0) macro
|
H A D | simd_powerpc.h | 55 #define kfpu_end() do {} while (0) macro
|
H A D | simd_x86.h | 52 #define kfpu_end() { \ macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 60 #define kfpu_end() do {} while (0) macro 486 #define kfpu_end() do {} while (0) macro 516 #define kfpu_end() do {} while (0) macro 557 #define kfpu_end() do {} while (0) macro 591 #define kfpu_end() do {} while (0) macro
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 1147 kfpu_end(); in gcm_mode_encrypt_contiguous_blocks_avx() 1164 kfpu_end(); in gcm_mode_encrypt_contiguous_blocks_avx() 1225 kfpu_end(); in gcm_mode_encrypt_contiguous_blocks_avx() 1279 kfpu_end(); in gcm_encrypt_final_avx() 1329 kfpu_end(); in gcm_decrypt_final_avx() 1342 kfpu_end(); in gcm_decrypt_final_avx() 1380 kfpu_end(); in gcm_decrypt_final_avx() 1393 kfpu_end(); in gcm_decrypt_final_avx() 1451 kfpu_end(); in gcm_init_avx() 1467 kfpu_end(); in gcm_init_avx() [all …]
|
H A D | gcm_pclmulqdq.c | 50 kfpu_end(); in gcm_pclmulqdq_mul()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 465 kfpu_end(); in fletcher_4_native_impl() 514 kfpu_end(); in fletcher_4_byteswap_impl() 854 kfpu_end(); in abd_fletcher_4_fini()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha512_impl.c | 37 kfpu_begin(); E(s, d, b); kfpu_end(); \
|
H A D | sha256_impl.c | 37 kfpu_begin(); E(s, d, b); kfpu_end(); \
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_ssse3.c | 309 #define raidz_math_end() kfpu_end()
|
H A D | vdev_raidz_math_avx2.c | 305 kfpu_end(); \
|
H A D | vdev_raidz_math_avx512bw.c | 300 #define raidz_math_end() kfpu_end()
|
H A D | vdev_raidz_math_avx512f.c | 386 #define raidz_math_end() kfpu_end()
|
H A D | vdev_raidz_math_sse2.c | 525 #define raidz_math_end() kfpu_end()
|
H A D | vdev_raidz_math_aarch64_neon_common.h | 535 #define raidz_math_end() kfpu_end()
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 537 #define raidz_math_end() kfpu_end()
|