Searched refs:fpu_kern_enter (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | vfp.h | 86 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | fpu.h | 76 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
| /f-stack/freebsd/i386/include/ |
| H A D | npx.h | 79 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 190 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession() 217 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_process()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | simd_x86.h | 45 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 296 fpu_kern_enter(curthread, ctx, in armv8_crypto_cipher_setup() 445 fpu_kern_enter(curthread, ctx, in armv8_crypto_cipher_process()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_cipher.c | 228 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | FPU_KERN_KTHR); in padlock_cipher_process()
|
| H A D | padlock.c | 198 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | in padlock_newsession()
|
| H A D | padlock_hash.c | 401 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | FPU_KERN_KTHR); in padlock_hash_process()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | vfp.c | 271 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 352 fpu_kern_enter(curthread, ctx, in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 616 fpu_kern_enter(curthread, ctx, in aesni_cipher_setup() 662 fpu_kern_enter(curthread, ctx, in aesni_cipher_process()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 1148 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 1421 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
|