Home
last modified time | relevance | path

Searched refs:kfpu_begin (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c57 kfpu_begin(); in blake3_compress_in_place_sse2()
66 kfpu_begin(); in blake3_compress_xof_sse2()
76 kfpu_begin(); in blake3_hash_many_sse2()
121 kfpu_begin(); in blake3_compress_in_place_sse41()
130 kfpu_begin(); in blake3_compress_xof_sse41()
140 kfpu_begin(); in blake3_hash_many_sse41()
177 kfpu_begin(); in blake3_hash_many_avx2()
217 kfpu_begin(); in blake3_compress_in_place_avx512()
226 kfpu_begin(); in blake3_compress_xof_avx512()
236 kfpu_begin(); in blake3_hash_many_avx512()
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_aesni.c57 kfpu_begin(); in aes_aesni_generate()
83 kfpu_begin(); in aes_aesni_encrypt()
106 kfpu_begin(); in aes_aesni_decrypt()
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_arm.h59 #define kfpu_begin() kernel_neon_begin() macro
63 #define kfpu_begin() do {} while (0) macro
H A Dsimd_aarch64.h67 #define kfpu_begin() kernel_neon_begin() macro
71 #define kfpu_begin() do {} while (0) macro
H A Dsimd_x86.h112 #define kfpu_begin() \ macro
124 #define kfpu_begin() kernel_fpu_begin() macro
302 kfpu_begin(void) in kfpu_begin() function
H A Dsimd.h43 #define kfpu_begin() do {} while (0) macro
H A Dsimd_powerpc.h85 #define kfpu_begin() \ macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_aarch64.h57 #define kfpu_begin() do {} while (0) macro
63 #define kfpu_begin() do { \ macro
H A Dsimd_arm.h52 #define kfpu_begin() do {} while (0) macro
H A Dsimd.h48 #define kfpu_begin() do {} while (0) macro
H A Dsimd_powerpc.h56 #define kfpu_begin() { \ macro
H A Dsimd_x86.h44 #define kfpu_begin() { \ macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h61 #define kfpu_begin() do {} while (0) macro
526 #define kfpu_begin() do {} while (0) macro
556 #define kfpu_begin() do {} while (0) macro
597 #define kfpu_begin() do {} while (0) macro
631 #define kfpu_begin() do {} while (0) macro
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_pclmulqdq.c49 kfpu_begin(); in gcm_pclmulqdq_mul()
H A Dgcm.c1295 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx()
1314 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx()
1337 kfpu_begin(); in gcm_mode_encrypt_contiguous_blocks_avx()
1412 kfpu_begin(); in gcm_encrypt_final_avx()
1511 kfpu_begin(); in gcm_decrypt_final_avx()
1522 kfpu_begin(); in gcm_decrypt_final_avx()
1638 kfpu_begin(); in gcm_init_avx()
1669 kfpu_begin(); in gcm_init_avx()
1683 kfpu_begin(); in gcm_init_avx()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c460 kfpu_begin(); in fletcher_4_native_impl()
516 kfpu_begin(); in fletcher_4_byteswap_impl()
840 kfpu_begin(); in abd_fletcher_4_init()
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c39 kfpu_begin(); E(s, d, b); kfpu_end(); \
H A Dsha256_impl.c38 kfpu_begin(); E(s, d, b); kfpu_end(); \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_ssse3.c309 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_avx2.c303 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_avx512bw.c300 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_avx512f.c386 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_sse2.c525 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_powerpc_altivec_common.h537 #define raidz_math_begin() kfpu_begin()
H A Dvdev_raidz_math_aarch64_neon_common.h535 #define raidz_math_begin() kfpu_begin()