/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_aarch64.h | 64 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); \
|
H A D | simd_x86.h | 45 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_fpu.c | 53 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in lkpi_kernel_fpu_begin()
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl.c | 232 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession_hash() 264 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession_cipher() 433 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_process()
|
/freebsd/sys/powerpc/include/ |
H A D | fpu.h | 94 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
/freebsd/sys/amd64/include/ |
H A D | fpu.h | 73 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
/freebsd/sys/i386/include/ |
H A D | npx.h | 76 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
/freebsd/sys/dev/random/ |
H A D | nehemiah.c | 81 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in random_nehemiah_read()
|
/freebsd/sys/arm64/include/ |
H A D | vfp.h | 102 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.c | 233 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in armv8_crypto_cipher_setup() 345 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in armv8_crypto_cipher_process()
|
/freebsd/sys/arm/include/ |
H A D | vfp.h | 169 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
|
/freebsd/sys/crypto/via/ |
H A D | padlock_cipher.c | 224 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_cipher_process()
|
H A D | padlock.c | 176 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_newsession()
|
H A D | padlock_hash.c | 395 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_hash_process()
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 556 fpu_kern_enter(curthread, NULL, in aesni_cipher_setup() 676 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in aesni_cipher_crypt() 788 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in aesni_cipher_mac()
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 270 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in blake2_cipher_process()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | fpu.c | 310 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
/freebsd/sys/arm/arm/ |
H A D | vfp.c | 436 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
/freebsd/sys/x86/x86/ |
H A D | tsc.c | 780 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in tsc_calibrate()
|
H A D | local_apic.c | 961 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in lapic_calibrate_initcount()
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 306 fpu_kern_enter(td, NULL, FPU_KERN_NOCTX); in efi_enter()
|
/freebsd/sys/amd64/amd64/ |
H A D | fpu.c | 1142 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
/freebsd/sys/arm64/arm64/ |
H A D | vfp.c | 1087 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 1402 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|