/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_impl.c | 56 kfpu_begin(); in blake3_compress_in_place_sse2() 65 kfpu_begin(); in blake3_compress_xof_sse2() 75 kfpu_begin(); in blake3_hash_many_sse2() 120 kfpu_begin(); in blake3_compress_in_place_sse41() 129 kfpu_begin(); in blake3_compress_xof_sse41() 139 kfpu_begin(); in blake3_hash_many_sse41() 176 kfpu_begin(); in blake3_hash_many_avx2() 216 kfpu_begin(); in blake3_compress_in_place_avx512() 225 kfpu_begin(); in blake3_compress_xof_avx512() 235 kfpu_begin(); in blake3_hash_many_avx512()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl_aesni.c | 56 kfpu_begin(); in aes_aesni_generate() 82 kfpu_begin(); in aes_aesni_encrypt() 105 kfpu_begin(); in aes_aesni_decrypt()
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_arm.h | 58 #define kfpu_begin() kernel_neon_begin() macro 62 #define kfpu_begin() do {} while (0) macro
|
H A D | simd_aarch64.h | 66 #define kfpu_begin() kernel_neon_begin() macro 70 #define kfpu_begin() do {} while (0) macro
|
H A D | simd_x86.h | 110 #define kfpu_begin() \ macro 122 #define kfpu_begin() kernel_fpu_begin() macro 309 kfpu_begin(void) in kfpu_begin() function
|
H A D | simd.h | 42 #define kfpu_begin() do {} while (0) macro
|
H A D | simd_powerpc.h | 84 #define kfpu_begin() \ macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_aarch64.h | 56 #define kfpu_begin() do {} while (0) macro 62 #define kfpu_begin() do { \ macro
|
H A D | simd_arm.h | 51 #define kfpu_begin() do {} while (0) macro
|
H A D | simd.h | 47 #define kfpu_begin() do {} while (0) macro
|
H A D | simd_powerpc.h | 54 #define kfpu_begin() do {} while (0) macro
|
H A D | simd_x86.h | 43 #define kfpu_begin() { \ macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 59 #define kfpu_begin() do {} while (0) macro 485 #define kfpu_begin() do {} while (0) macro 515 #define kfpu_begin() do {} while (0) macro 556 #define kfpu_begin() do {} while (0) macro 590 #define kfpu_begin() do {} while (0) macro
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 1140 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx() 1159 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx() 1182 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx() 1256 kfpu_begin(); in gcm_encrypt_final_avx() 1325 kfpu_begin(); in gcm_decrypt_final_avx() 1336 kfpu_begin(); in gcm_decrypt_final_avx() 1430 kfpu_begin(); in gcm_init_avx() 1454 kfpu_begin(); in gcm_init_avx() 1468 kfpu_begin(); in gcm_init_avx()
|
H A D | gcm_pclmulqdq.c | 48 kfpu_begin(); in gcm_pclmulqdq_mul()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 459 kfpu_begin(); in fletcher_4_native_impl() 508 kfpu_begin(); in fletcher_4_byteswap_impl() 832 kfpu_begin(); in abd_fletcher_4_init()
|
/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 | 308 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_avx2.c | 301 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_avx512bw.c | 299 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_avx512f.c | 385 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_sse2.c | 524 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_aarch64_neon_common.h | 534 #define raidz_math_begin() kfpu_begin()
|
H A D | vdev_raidz_math_powerpc_altivec_common.h | 536 #define raidz_math_begin() kfpu_begin()
|